]> git.pld-linux.org Git - packages/STLport.git/blobdiff - STLport.spec
- stlp-5.1 doesn't need this.
[packages/STLport.git] / STLport.spec
index d02da10ce0512cb4564ad00efcf0135f4a2c7843..40015a0943baca31f630f3318c896ca62af647a1 100644 (file)
@@ -1,18 +1,16 @@
-# NOTICE:
-#      probably doesn't build with libstdc++ < 4.2.0-200612 (<= 4.1.2 should be OK)
 Summary:       C++ standard library
 Summary(pl):   Biblioteki standardowe C++
 Name:          STLport
-Version:       5.0.2
-Release:       3
+Version:       5.1.0
+Release:       1
 Epoch:         2
 License:       distributable (see README.gz)
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/stlport/%{name}-%{version}.tar.bz2
-# Source0-md5: 784be5e0499009aeea6e9ec8f7259c41
+# Source0-md5: dcf079313e7e0d7870307b74b658bb81
 Patch0:                %{name}-endianness.patch
-Patch1:                %{name}-type_promotion.patch
-Patch2:                %{name}-gcc420_dirty_hack.patch
+Patch1:                %{name}-gcc420_dirty_hack.patch
+Patch2:                %{name}-gcc420.patch
 URL:           http://stlport.sourceforge.net/
 BuildRequires: libstdc++-devel >= 5:3.3.2
 BuildRequires: sed >= 4.0
@@ -53,7 +51,7 @@ Static STLport libraries.
 Biblioteki statyczne do STLport.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -89,14 +87,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}/libstlport.so
 %{_includedir}/stlport
-%attr(755,root,root) %{_libdir}/*.so
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/libstlport.a
This page took 0.037267 seconds and 4 git commands to generate.