From d5885b1de5bdb6ad4edbc9fa8bc4b5495a387dae Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 27 Dec 2006 23:24:18 +0000 Subject: [PATCH] - more verbose files Changed files: STLport.spec -> 1.69 --- STLport.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/STLport.spec b/STLport.spec index 85999a3..bedd9ee 100644 --- a/STLport.spec +++ b/STLport.spec @@ -90,14 +90,17 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README -%attr(755,root,root) %{_libdir}/*.so.* +%attr(755,root,root) %{_libdir}/libstlport.so.*.*.* +# libstlport.so points to this one instead of soname or real lib name +# to be fixed if nothing tries to dlopen this one (nothing should!) +%attr(755,root,root) %{_libdir}/libstlport.so.? %files devel %defattr(644,root,root,755) %doc doc/{FAQ,*.txt} -%attr(755,root,root) %{_libdir}/*.so +%attr(755,root,root) %{_libdir}/libstlport.so %{_includedir}/stlport %files static %defattr(644,root,root,755) -%{_libdir}/*.a +%{_libdir}/libstlport.a -- 2.44.0