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:
@@ -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
|
||||
|
Reference in New Issue
Block a user