SPECS: STLport.spec - i had no libstlport.so.5 on amd64, even afte...
glen
glen at pld-linux.org
Wed Jan 3 23:12:58 CET 2007
Author: glen Date: Wed Jan 3 22:12:58 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- i had no libstlport.so.5 on amd64, even after reinstalling STLport pkgs
---- Files affected:
SPECS:
STLport.spec (1.70 -> 1.71)
---- Diffs:
================================================================
Index: SPECS/STLport.spec
diff -u SPECS/STLport.spec:1.70 SPECS/STLport.spec:1.71
--- SPECS/STLport.spec:1.70 Thu Dec 28 19:31:32 2006
+++ SPECS/STLport.spec Wed Jan 3 23:12:53 2007
@@ -3,7 +3,7 @@
Summary(pl): Biblioteki standardowe C++
Name: STLport
Version: 5.1.0
-Release: 1
+Release: 2
Epoch: 2
License: distributable (see README.gz)
Group: Libraries
@@ -79,6 +79,10 @@
cp -a stlport $RPM_BUILD_ROOT%{_includedir}
rm -rf $RPM_BUILD_ROOT%{_includedir}/stlport/BC50
+# libstlport.so.5 is removed by ldconfig or *something*, so make .so point to real soname
+ln -sf $(cd $RPM_BUILD_ROOT%{_libdir}; echo libstlport.so.*.*.*) \
+ $RPM_BUILD_ROOT%{_libdir}/libstlport.so
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -109,6 +113,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.71 2007/01/03 22:12:53 glen
+- i had no libstlport.so.5 on amd64, even after reinstalling STLport pkgs
+
Revision 1.70 2006/12/28 18:31:32 pluto
- type promotion patch not needed now.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/STLport.spec?r1=1.70&r2=1.71&f=u
More information about the pld-cvs-commit
mailing list