SPECS: STLport.spec - more verbose files
qboosh
qboosh at pld-linux.org
Thu Dec 28 00:24:23 CET 2006
Author: qboosh Date: Wed Dec 27 23:24:23 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- more verbose files
---- Files affected:
SPECS:
STLport.spec (1.68 -> 1.69)
---- Diffs:
================================================================
Index: SPECS/STLport.spec
diff -u SPECS/STLport.spec:1.68 SPECS/STLport.spec:1.69
--- SPECS/STLport.spec:1.68 Thu Dec 28 00:22:16 2006
+++ SPECS/STLport.spec Thu Dec 28 00:24:18 2006
@@ -91,17 +91,20 @@
%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
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -109,6 +112,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.69 2006/12/27 23:24:18 qboosh
+- more verbose files
+
Revision 1.68 2006/12/27 23:22:16 qboosh
- back to 5.1.0 (5.0.2 left on STLport-5_0 branch); ooo builds on 5.1.0 now
- endianness patch updated; type_promotion needs update if really needed
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/STLport.spec?r1=1.68&r2=1.69&f=u
More information about the pld-cvs-commit
mailing list