Author: qboosh Date: Mon Dec 17 17:15:39 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added reader patch (code fix) - rebuild ac/am so configure works with gwenhywfar-config from gwenhywfar < 3.0.0
---- Files affected: SPECS: libchipcard2.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/libchipcard2.spec diff -u SPECS/libchipcard2.spec:1.13 SPECS/libchipcard2.spec:1.14 --- SPECS/libchipcard2.spec:1.13 Mon Dec 17 01:16:05 2007 +++ SPECS/libchipcard2.spec Mon Dec 17 18:15:34 2007 @@ -12,9 +12,13 @@ Group: Libraries Source0: http://dl.sourceforge.net/libchipcard/%{name}-%{version}.tar.gz # Source0-md5: 0a8669ed2c996eb2816b8e125a9c68f2 +Patch0: %{name}-reader.patch URL: http://www.libchipcard.de/ +BuildRequires: autoconf >= 2.59 +BuildRequires: automake BuildRequires: gwenhywfar-devel >= 2.3.0 BuildRequires: gwenhywfar-devel < 3.0.0 +BuildRequires: libtool BuildRequires: libusb-devel BuildRequires: opensc-devel >= 0.9.4 BuildRequires: pkgconfig @@ -61,8 +65,14 @@ %prep %setup -q +%patch0 -p1 %build +%{__libtoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} +%{__automake} # pcmcia code needs fix to use userspace headers %configure \ %{!?with_sysfs:ac_cv_header_sysfs_libsysfs_h=no} \ @@ -165,6 +175,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2007-12-17 17:15:34 qboosh +- added reader patch (code fix) +- rebuild ac/am so configure works with gwenhywfar-config from gwenhywfar < 3.0.0 + Revision 1.13 2007-12-17 00:16:05 qboosh - up to 2.1.10 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libchipcard2.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
