Author: lkrotowski                   Date: Sat Jun 16 12:41:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- dropped unnecessary gcc42 dependency

---- Files affected:
SPECS:
   boost.spec (1.87 -> 1.88) 

---- Diffs:

================================================================
Index: SPECS/boost.spec
diff -u SPECS/boost.spec:1.87 SPECS/boost.spec:1.88
--- SPECS/boost.spec:1.87       Fri Jun 15 14:09:27 2007
+++ SPECS/boost.spec    Sat Jun 16 14:41:02 2007
@@ -698,17 +698,17 @@
 install 
bin.v2/libs/*/build/gcc-*/release/debug-symbols-on/inlining-on/link-static/threading-multi/lib*.a
 $RPM_BUILD_ROOT%{_libdir}
 install 
bin.v2/libs/*/build/gcc-*/release/debug-symbols-on/inlining-on/threading-multi/lib*.so.*.*.*
 $RPM_BUILD_ROOT%{_libdir}
 
-# create symlinks without -gcc42-mt-* things in names
+# create symlinks without -gccXX-mt-* things in names
 for f in $RPM_BUILD_ROOT%{_libdir}/*.so.*.*.*; do
        [ -f "$f" ] || continue
        f=$(basename "$f")
-       soname=$(basename "$f" | sed -e 's#-gcc42-mt-.*#.so#g')
+       soname=$(basename "$f" | sed -e 's#-gcc..-mt-.*#.so#g')
        ln -s "$f" "$RPM_BUILD_ROOT%{_libdir}/$soname"
 done
 for f in $RPM_BUILD_ROOT%{_libdir}/*.a; do
        [ -f "$f" ] || continue
        f=$(basename "$f")
-       soname=$(basename "$f" | sed -e 's#-gcc42-mt-.*#.a#g')
+       soname=$(basename "$f" | sed -e 's#-gcc..-mt-.*#.a#g')
        ln -s "$f" "$RPM_BUILD_ROOT%{_libdir}/$soname"
 done
 
@@ -1127,6 +1127,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.88  2007/06/16 12:41:02  lkrotowski
+- dropped unnecessary gcc42 dependency
+
 Revision 1.87  2007/06/15 12:09:27  pluto
 - basic update to 1.34.0 (builds and install), TODO updated, release 0.1.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/boost.spec?r1=1.87&r2=1.88&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to