]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- soname == 5.0, .so.5 link added to main package.
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 9 Dec 2005 05:56:30 +0000 (05:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STLport.spec -> 1.57

STLport.spec

index 41bd3412138039403c0d2ac29e6a05de13b05c7b..4a8ed6fa345fcf698c3b2e1c05d375c3803225d3 100644 (file)
@@ -2,7 +2,7 @@ Summary:        C++ standard library
 Summary(pl):   Biblioteki standardowe C++
 Name:          STLport
 Version:       5.0.0
-Release:       0.1
+Release:       0.2
 Epoch:         2
 License:       distributable (see README.gz)
 Group:         Libraries
@@ -83,13 +83,13 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%attr(755,root,root) %{_libdir}/*.so.*.*
-%attr(755,root,root) %{_libdir}/*.so
+%attr(755,root,root) %{_libdir}/*.so.*
 
 %files devel
 %defattr(644,root,root,755)
 %doc doc/{FAQ,*.txt}
 %{_includedir}/stlport
+%attr(755,root,root) %{_libdir}/*.so
 
 %files static
 %defattr(644,root,root,755)
This page took 0.138394 seconds and 4 git commands to generate.