auto-import ccid-1.2.1-1.rawhide_bob on branch devel from
ccid-1.2.1-1.src.rpm
This commit is contained in:
parent
d6b2c88c5e
commit
a0db4d6d94
@ -1 +1 @@
|
||||
ccid-1.1.0.tar.gz
|
||||
ccid-1.2.1.tar.gz
|
||||
|
16
ccid.spec
16
ccid.spec
@ -1,10 +1,10 @@
|
||||
%define dropdir %(pkg-config libpcsclite --variable usbdropdir 2>/dev/null)
|
||||
%define libusb_ver 0.1.7
|
||||
%define pcsc_lite_ver 1.3.2
|
||||
%define pcsc_lite_ver 1.3.3
|
||||
|
||||
Name: ccid
|
||||
Version: 1.1.0
|
||||
Release: 2
|
||||
Version: 1.2.1
|
||||
Release: 1%{dist}
|
||||
Summary: Generic USB CCID smart card reader driver
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -52,13 +52,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%post
|
||||
if [ $1 -eq 1 -a -x %{_initrddir}/pcscd ] ; then
|
||||
%{_initrddir}/pcscd try-restart >/dev/null
|
||||
fi
|
||||
[ -x %{_initrddir}/pcscd ] && %{_initrddir}/pcscd status >> /dev/null 2>&1 && %{_sbindir}/pcscd -H > /dev/null 2>&1
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
[ -x %{_initrddir}/pcscd ] && %{_initrddir}/pcscd try-restart >/dev/null
|
||||
[ -x %{_initrddir}/pcscd ] && %{_initrddir}/pcscd status >> /dev/null 2>&1 && %{_sbindir}/pcscd -H > /dev/null 2>&1
|
||||
exit 0
|
||||
|
||||
|
||||
@ -70,6 +68,10 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 06 2007 Bob Relyea <rrelyea@redhat.com> - 1.2.1-1
|
||||
- Pick up ccid 1.2.1
|
||||
- use pcscd 'hotplug' feature instead of restarting the daemon
|
||||
|
||||
* Mon Nov 06 2006 Bob Relyea <rrelyea@redhat.com> - 1.1.0-2
|
||||
- Fix version macro to remove '-'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user