Author: glen Date: Wed Jan 12 00:34:08 2011 GMT Module: packages Tag: HEAD ---- Log message: - pidfile deps and add really install ipcdir
---- Files affected: packages/pcsc-lite: pcsc-lite.spec (1.53 -> 1.54) ---- Diffs: ================================================================ Index: packages/pcsc-lite/pcsc-lite.spec diff -u packages/pcsc-lite/pcsc-lite.spec:1.53 packages/pcsc-lite/pcsc-lite.spec:1.54 --- packages/pcsc-lite/pcsc-lite.spec:1.53 Wed Jan 12 01:24:06 2011 +++ packages/pcsc-lite/pcsc-lite.spec Wed Jan 12 01:34:03 2011 @@ -1,4 +1,8 @@ # $Revision$, $Date$ +# TODO +# - pcscd & pcscd-lite-libs need to be exactly same version installed otherwise +# client will flood daemon so much that daemon is not usable (max 200 +# connections reached, etc) # # Conditional build: %bcond_without hal # use libusb instead of HAL @@ -7,7 +11,7 @@ Summary(pl.UTF-8): Środowisko PCSC dla Linuksa Name: pcsc-lite Version: 1.6.6 -Release: 0.2 +Release: 0.3 License: BSD Group: Daemons # Source0Download: http://alioth.debian.org/project/showfiles.php?group_id=30105 @@ -31,7 +35,7 @@ BuildRequires: rpmbuild(macros) >= 1.268 Requires(post,preun): /sbin/chkconfig Requires(pretrans): fileutils -Requires: rc-scripts +Requires: rc-scripts >= 0.4.1.26 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define usbdropdir /usr/%{_lib}/pcsc/drivers @@ -130,6 +134,7 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{usbdropdir} \ $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig} \ + $RPM_BUILD_ROOT/var/run/pcscd \ $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %{__make} install \ @@ -187,7 +192,6 @@ %files devel %defattr(644,root,root,755) -%doc doc/example/pcsc_demo.c %attr(755,root,root) %{_libdir}/libpcsclite.so %{_libdir}/libpcsclite.la %{_includedir}/PCSC @@ -210,6 +214,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.54 2011/01/12 00:34:03 glen +- pidfile deps and add really install ipcdir + Revision 1.53 2011/01/12 00:24:06 glen - package ipcdir ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pcsc-lite/pcsc-lite.spec?r1=1.53&r2=1.54&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
