Author: qboosh Date: Sat May 31 15:08:14 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.4.101 (defaults to hal now)
---- Files affected: SPECS: pcsc-lite.spec (1.38 -> 1.39) ---- Diffs: ================================================================ Index: SPECS/pcsc-lite.spec diff -u SPECS/pcsc-lite.spec:1.38 SPECS/pcsc-lite.spec:1.39 --- SPECS/pcsc-lite.spec:1.38 Sat Mar 1 20:38:13 2008 +++ SPECS/pcsc-lite.spec Sat May 31 17:08:08 2008 @@ -1,14 +1,18 @@ # $Revision$, $Date$ +# +# Conditional build: +%bcond_without hal # use libusb instead of HAL +# Summary: Muscle PCSC Framework for Linux Summary(pl.UTF-8): Środowisko PCSC dla Linuksa Name: pcsc-lite -Version: 1.4.99 +Version: 1.4.101 Release: 1 License: BSD Group: Daemons #Source0Download: http://alioth.debian.org/project/showfiles.php?group_id=30105 -Source0: http://alioth.debian.org/frs/download.php/2257/%{name}-%{version}.tar.gz -# Source0-md5: 16c59b54edde9fa466c0e1f0eb86fd61 +Source0: http://alioth.debian.org/frs/download.php/2424/%{name}-%{version}.tar.gz +# Source0-md5: af505407e44202093c14b3b1e08b1604 Source1: %{name}-pcscd.init Source2: %{name}-pcscd.sysconfig Patch0: %{name}-fhs.patch @@ -17,8 +21,9 @@ BuildRequires: autoconf >= 2.58 BuildRequires: automake >= 1:1.8 BuildRequires: flex +%{?with_hal:BuildRequires: hal-devel} BuildRequires: libtool >= 1.4.2-9 -BuildRequires: libusb-devel >= 0.1.7 +%{!?with_hal:BuildRequires: libusb-devel >= 0.1.7} BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.268 # temporary? @@ -95,6 +100,7 @@ %{__autoheader} %{__automake} %configure \ + %{!?with_hal:--disable-hal} \ --enable-muscledropdir=%{muscledropdir} \ --enable-runpid=/var/run/pcscd.pid \ --enable-usbdropdir=%{usbdropdir} @@ -183,6 +189,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.39 2008-05-31 15:08:08 qboosh +- updated to 1.4.101 (defaults to hal now) + Revision 1.38 2008-03-01 19:38:13 qboosh - updated to 1.4.99 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pcsc-lite.spec?r1=1.38&r2=1.39&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
