diff --git a/libpcsclite.spec b/libpcsclite.spec index ec25cc7..a612de1 100644 --- a/libpcsclite.spec +++ b/libpcsclite.spec @@ -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 1.8.26-1mamba +- automatic version update by autodist + * Wed Mar 27 2019 Automatic Build System 1.8.25-1mamba - automatic version update by autodist