automatic version update by autodist [release 1.8.26-1mamba;Sat Jan 18 2020]

This commit is contained in:
Automatic Build System 2024-01-06 05:21:48 +01:00
parent 952900a257
commit c50200dd6e

View File

@ -1,5 +1,5 @@
Name: libpcsclite
Version: 1.8.25
Version: 1.8.26
Release: 1mamba
Summary: A SCard interface for communicating to smartcards and readers
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.
This package contains static libraries and header files need for development.
%debug_package
%prep
%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
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
@ -81,8 +82,8 @@ install -d %{buildroot}%{_defaultdocdir}/%{name}-%{version}
%defattr(-,root,root)
%{_bindir}/pcsc-spy
%attr(4755,root,root) %{_sbindir}/pcscd
/lib/systemd/system/pcscd.service
/lib/systemd/system/pcscd.socket
%{_unitdir}/pcscd.service
%{_unitdir}/pcscd.socket
%{_mandir}/man5/reader.conf.*
%{_mandir}/man8/pcscd.*
%{_mandir}/man1/pcsc-spy.1.gz
@ -101,10 +102,15 @@ install -d %{buildroot}%{_defaultdocdir}/%{name}-%{version}
%{_libdir}/libpcscspy.la
%{_libdir}/libpcscspy.so
%{_libdir}/pkgconfig/*
%{_datadir}/doc/libpcsclite-%{version}/README.DAEMON
%{_datadir}/doc/libpcsclite-%{version}/README.polkit
%doc ChangeLog* HELP
%doc NEWS README SECURITY
%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
- automatic version update by autodist