Author: pluto                        Date: Wed Jan  2 14:36:06 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- package stldebug library into -devel/-static.
- drop dead ghost entry from files.
- release 3.

---- Files affected:
SPECS:
   STLport.spec (1.88 -> 1.89) 

---- Diffs:

================================================================
Index: SPECS/STLport.spec
diff -u SPECS/STLport.spec:1.88 SPECS/STLport.spec:1.89
--- SPECS/STLport.spec:1.88     Mon Nov  5 10:18:01 2007
+++ SPECS/STLport.spec  Wed Jan  2 15:36:00 2008
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):     Biblioteki standardowe C++
 Name:          STLport
 Version:       5.1.4
-Release:       2
+Release:       3
 Epoch:         2
 License:       distributable (see README.gz)
 Group:         Libraries
@@ -61,6 +61,8 @@
 
 %build
 %{__make} -C build/lib -f gcc.mak \
+       stldbg-shared \
+       stldbg-static \
        release-shared \
        release-static \
        CC="%{__cc}" \
@@ -71,17 +73,22 @@
 install -d $RPM_BUILD_ROOT%{_includedir}
 
 %{__make} -C build/lib -f gcc.mak \
+       install-stldbg-shared \
+       install-stldbg-static \
        install-release-shared \
        install-release-static \
        INSTALL_BIN_DIR=$RPM_BUILD_ROOT%{_bindir} \
+       INSTALL_LIB_DIR_STLDBG=$RPM_BUILD_ROOT%{_libdir} \
        INSTALL_LIB_DIR=$RPM_BUILD_ROOT%{_libdir}
 
 cp -a stlport $RPM_BUILD_ROOT%{_includedir}
 rm -rf $RPM_BUILD_ROOT%{_includedir}/stlport/BC50
 
-# let libstlport.so point to real lib, not artificial libstlport.so.5 symlink
+# let libstlport{,stlg}.so point to real lib, not artificial 
libstlport{,stlg}.so.5 symlink
 ln -sf $(basename $RPM_BUILD_ROOT%{_libdir}/libstlport.so.*.*.*) \
        $RPM_BUILD_ROOT%{_libdir}/libstlport.so
+ln -sf $(basename $RPM_BUILD_ROOT%{_libdir}/libstlportstlg.so.*.*.*) \
+       $RPM_BUILD_ROOT%{_libdir}/libstlportstlg.so
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -89,21 +96,26 @@
 %post  -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+%post  -p /sbin/ldconfig devel
+%postun -p /sbin/ldconfig devel
+
 %files
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) %{_libdir}/libstlport.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libstlport.so.?.?
 
 %files devel
 %defattr(644,root,root,755)
 %doc doc/{FAQ,*.txt}
 %attr(755,root,root) %{_libdir}/libstlport.so
+%attr(755,root,root) %{_libdir}/libstlportstlg.so
+%attr(755,root,root) %{_libdir}/libstlportstlg.so.*.*.*
 %{_includedir}/stlport
 
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libstlport.a
+%{_libdir}/libstlportstlg.a
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -111,6 +123,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.89  2008-01-02 14:36:00  pluto
+- package stldebug library into -devel/-static.
+- drop dead ghost entry from files.
+- release 3.
+
 Revision 1.88  2007-11-05 09:18:01  adamg
 - make copy constructor of slice_array class public (hopefully unbreaks
   openoffice.org build)
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/STLport.spec?r1=1.88&r2=1.89&f=u

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

Reply via email to