60 lines
1.7 KiB
RPMSpec
60 lines
1.7 KiB
RPMSpec
Name: pcsclite-driver-acsccid
|
|
Version: 1.1.6
|
|
Release: 1mamba
|
|
Summary: PC/SC ccid driver for ACS smart cart readers
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.acs.com.hk
|
|
Source: https://downloads.sourceforge.net/acsccid/acsccid-%{version}.tar.bz2
|
|
#Source: http://www.acs.com.hk/drivers/eng/acsccid_src-%{version}-20101217.zip
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libusb-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libpcsclite-devel
|
|
Requires: pcscd
|
|
Requires: libpcsclite
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
PC/SC Driver for ACR38 based smart cart readers.
|
|
|
|
%prep
|
|
%setup -q -n acsccid-%{version}
|
|
|
|
%build
|
|
%configure --enable-udev
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
# usbdropdir=%{buildroot}%{_libdir}/pcsc/drivers
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/pcsc/drivers/ifd-acsccid.bundle/Contents/Info.plist
|
|
%{_libdir}/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/libacsccid.so
|
|
#%{_libdir}/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/libacsccid.so.*
|
|
%doc AUTHORS COPYING
|
|
#ChangeLog README
|
|
|
|
%changelog
|
|
* Fri Apr 05 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.6-1mamba
|
|
- update to 1.1.6
|
|
|
|
* Fri Apr 15 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
|
- update to 1.0.2
|
|
|
|
* Thu Jan 28 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1710-1mamba
|
|
- package created by autospec
|