automatic version update by autodist [release 1.8.26-1mamba;Sat Jan 18 2020]
This commit is contained in:
parent
952900a257
commit
c50200dd6e
@ -1,5 +1,5 @@
|
|||||||
Name: libpcsclite
|
Name: libpcsclite
|
||||||
Version: 1.8.25
|
Version: 1.8.26
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A SCard interface for communicating to smartcards and readers
|
Summary: A SCard interface for communicating to smartcards and readers
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -49,6 +49,8 @@ The purpose of PCSC Lite is to provide a Windows(R) SCard interface in a very sm
|
|||||||
PCSC Lite uses the same winscard api as used under Windows(R) and allows easy porting of Windows smartcard software to other operating systems.
|
PCSC Lite uses the same winscard api as used under Windows(R) and allows easy porting of Windows smartcard software to other operating systems.
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pcsc-lite-%{version}
|
%setup -q -n pcsc-lite-%{version}
|
||||||
|
|
||||||
@ -70,7 +72,6 @@ install -d %{buildroot}%{_defaultdocdir}/%{name}-%{version}
|
|||||||
|
|
||||||
#install -D -m0755 etc/pcscd.init %{buildroot}%{_initrddir}/pcscd
|
#install -D -m0755 etc/pcscd.init %{buildroot}%{_initrddir}/pcscd
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
@ -81,8 +82,8 @@ install -d %{buildroot}%{_defaultdocdir}/%{name}-%{version}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/pcsc-spy
|
%{_bindir}/pcsc-spy
|
||||||
%attr(4755,root,root) %{_sbindir}/pcscd
|
%attr(4755,root,root) %{_sbindir}/pcscd
|
||||||
/lib/systemd/system/pcscd.service
|
%{_unitdir}/pcscd.service
|
||||||
/lib/systemd/system/pcscd.socket
|
%{_unitdir}/pcscd.socket
|
||||||
%{_mandir}/man5/reader.conf.*
|
%{_mandir}/man5/reader.conf.*
|
||||||
%{_mandir}/man8/pcscd.*
|
%{_mandir}/man8/pcscd.*
|
||||||
%{_mandir}/man1/pcsc-spy.1.gz
|
%{_mandir}/man1/pcsc-spy.1.gz
|
||||||
@ -101,10 +102,15 @@ install -d %{buildroot}%{_defaultdocdir}/%{name}-%{version}
|
|||||||
%{_libdir}/libpcscspy.la
|
%{_libdir}/libpcscspy.la
|
||||||
%{_libdir}/libpcscspy.so
|
%{_libdir}/libpcscspy.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
%{_datadir}/doc/libpcsclite-%{version}/README.DAEMON
|
||||||
|
%{_datadir}/doc/libpcsclite-%{version}/README.polkit
|
||||||
%doc ChangeLog* HELP
|
%doc ChangeLog* HELP
|
||||||
%doc NEWS README SECURITY
|
%doc NEWS README SECURITY
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 18 2020 Automatic Build System <autodist@mambasoft.it> 1.8.26-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Mar 27 2019 Automatic Build System <autodist@mambasoft.it> 1.8.25-1mamba
|
* Wed Mar 27 2019 Automatic Build System <autodist@mambasoft.it> 1.8.25-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user