Accepting request 96196 from home:sbrabec:branches:OBS_Maintained:pcsc-lite

- Move libpcsclite.so file to the main package (bnc#732911).

OBS-URL: https://build.opensuse.org/request/show/96196
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pcsc-lite?expand=0&rev=68
This commit is contained in:
2011-12-09 17:42:13 +00:00
committed by Git OBS Bridge
parent ef378ac938
commit 23b4a3bcc6
2 changed files with 10 additions and 1 deletions

View File

@@ -215,6 +215,8 @@ fi
%endif
%{_initrddir}/pcscd
/var/adm/fillup-templates/sysconfig.pcscd
# libpcsclite.so should stay in the main package (#732911). Third party packages may need it for dlopen().
%{_libdir}/libpcsclite.so
%files -n libpcsclite1
%defattr(-,root,root)
@@ -227,8 +229,10 @@ fi
%files devel
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
# libpcsclite.so should stay in the main package (#732911). Third party packages may need it for dlopen().
%exclude %{_libdir}/libpcsclite.so
%changelog