Accepting request 1169837 from home:Sauerland

- Update the spec for building with version 2.1.0

OBS-URL: https://build.opensuse.org/request/show/1169837
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pcsc-lite?expand=0&rev=193
This commit is contained in:
Wolfgang Rosenauer 2024-04-26 08:02:39 +00:00 committed by Git OBS Bridge
parent 5b414ebf54
commit 140e951e0f
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 23 08:15:56 UTC 2024 - Stephan Hemeier <Sauerlandlinux@gmx.de>
- Update the spec for building with version 2.1.0
-------------------------------------------------------------------
Mon Apr 22 12:14:47 UTC 2024 - Axel Braun <axel.braun@gmx.de>

View File

@ -136,7 +136,7 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcpcscd
mkdir -p %{buildroot}%{_fillupdir}
cp %{name}.sysconfig %{buildroot}%{_fillupdir}/sysconfig.pcscd
mkdir -p %{buildroot}%{_docdir}/%{name}
cp -a AUTHORS ChangeLog COPYING HELP NEWS README README.SUSE SECURITY TODO %{buildroot}%{_docdir}/%{name}
cp -a AUTHORS ChangeLog COPYING HELP NEWS README README.SUSE SECURITY %{buildroot}%{_docdir}/%{name}
# Remove useless la files
find %{buildroot} -type f -name "*.la" -delete -print
install -Dm0644 %{SOURCE9} %{buildroot}%{_sysusersdir}/%{PKG_USER}.conf
@ -175,9 +175,7 @@ install -Dm0644 %{SOURCE9} %{buildroot}%{_sysusersdir}/%{PKG_USER}.conf
%{_docdir}/%{name}/README.SUSE
%{_docdir}/%{name}/README.polkit
%{_docdir}/%{name}/SECURITY
%{_docdir}/%{name}/TODO
%{_docdir}/%{name}/install_spy.sh
%{_docdir}/%{name}/uninstall_spy.sh
%{_docdir}/%{name}/setup_spy.sh
%doc %{_mandir}/man?/*.*
%{_sbindir}/*
%dir %{_sysconfdir}/reader.conf.d
@ -188,11 +186,13 @@ install -Dm0644 %{SOURCE9} %{buildroot}%{_sysusersdir}/%{PKG_USER}.conf
%{_fillupdir}/sysconfig.pcscd
# libpcsclite.so should stay in the main package (#732911). Third party packages may need it for dlopen().
%{_libdir}/libpcsclite.so
%{_libdir}/libpcsclite_real.so
%{_datadir}/polkit-1/actions/org.debian.pcsc-lite.policy
%files -n libpcsclite1
%defattr(-,root,root)
%{_libdir}/libpcsclite.so.*
%{_libdir}/libpcsclite_real.so.*
%files -n libpcscspy0
%defattr(-,root,root)