SPECS: STLport.spec - moved libstlportstlg libs out of the way (to...

qboosh qboosh at pld-linux.org
Fri Jan 4 03:34:50 CET 2008


Author: qboosh                       Date: Fri Jan  4 02:34:50 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- moved libstlportstlg libs out of the way (to -dbg* packages)

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

---- Diffs:

================================================================
Index: SPECS/STLport.spec
diff -u SPECS/STLport.spec:1.89 SPECS/STLport.spec:1.90
--- SPECS/STLport.spec:1.89	Wed Jan  2 15:36:00 2008
+++ SPECS/STLport.spec	Fri Jan  4 03:34:45 2008
@@ -51,6 +51,43 @@
 %description static -l pl.UTF-8
 Biblioteki statyczne do STLport.
 
+%package dbg
+Summary:	Debug version of STLport library
+Summary(pl.UTF-8):	Wersja diagnostyczna biblioteki STLport
+Group:		Libraries
+%requires_eq	libstdc++
+
+%description dbg
+Debug version of STLport library.
+
+%description dbg -l pl.UTF-8
+Wersja diagnostyczna biblioteki STLport.
+
+%package dbg-devel
+Summary:	Debug version of STLport library - development files
+Summary(pl.UTF-8):	Wersja diagnostyczna biblioteki STLport - pliki programistyczne
+Group:		Development/Libraries
+Requires:	%{name}-dbg = %{epoch}:%{version}-%{release}
+Requires:	%{name}-devel = %{epoch}:%{version}-%{release}
+
+%description dbg-devel
+Debug version of STLport library - development files.
+
+%description dbg-devel -l pl.UTF-8
+Wersja diagnostyczna biblioteki STLport - pliki programistyczne.
+
+%package dbg-static
+Summary:	Static debug version of STLport library
+Summary(pl.UTF-8):	Statyczna wersja diagnostyczna biblioteki STLport
+Group:		Development/Libraries
+Requires:	%{name}-dbg-devel = %{epoch}:%{version}-%{release}
+
+%description dbg-static
+Static debug version of STLport library.
+
+%description dbg-static -l pl.UTF-8
+Statyczna wersja diagnostyczna biblioteki STLport.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -96,25 +133,36 @@
 %post	-p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%post	-p /sbin/ldconfig devel
-%postun -p /sbin/ldconfig devel
+%post	dbg -p /sbin/ldconfig
+%postun dbg -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) %{_libdir}/libstlport.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libstlport.so.5.1
 
 %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
+
+%files dbg
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libstlportstlg.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libstlportstlg.so.5.1
+
+%files dbg-devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libstlportstlg.so
+
+%files dbg-static
+%defattr(644,root,root,755)
 %{_libdir}/libstlportstlg.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -123,6 +171,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.90  2008-01-04 02:34:45  qboosh
+- moved libstlportstlg libs out of the way (to -dbg* packages)
+
 Revision 1.89  2008-01-02 14:36:00  pluto
 - package stldebug library into -devel/-static.
 - drop dead ghost entry from files.
================================================================

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



More information about the pld-cvs-commit mailing list