SPECS: arts.spec, kdelibs.spec - remove unwanted boost deps from .la

pluto pluto at pld-linux.org
Thu Feb 15 13:37:21 CET 2007


Author: pluto                        Date: Thu Feb 15 12:37:21 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- remove unwanted boost deps from .la

---- Files affected:
SPECS:
   arts.spec (1.149 -> 1.150) , kdelibs.spec (1.510 -> 1.511) 

---- Diffs:

================================================================
Index: SPECS/arts.spec
diff -u SPECS/arts.spec:1.149 SPECS/arts.spec:1.150
--- SPECS/arts.spec:1.149	Mon Feb 12 22:23:47 2007
+++ SPECS/arts.spec	Thu Feb 15 13:37:16 2007
@@ -14,7 +14,7 @@
 Summary(pt_BR.UTF-8):	Servidor de sons usado pelo KDE
 Name:		arts
 Version:	1.5.6
-Release:	1
+Release:	2
 Epoch:		13
 License:	LGPL
 Group:		Libraries
@@ -198,6 +198,9 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+# remove unwanted boost deps from .la
+sed -i 's:-lboost_filesystem -lboost_regex::' $RPM_BUILD_ROOT%{_libdir}/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -306,6 +309,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.150  2007/02/15 12:37:16  pluto
+- remove unwanted boost deps from .la
+
 Revision 1.149  2007/02/12 21:23:47  glen
 - tabs in preamble
 

================================================================
Index: SPECS/kdelibs.spec
diff -u SPECS/kdelibs.spec:1.510 SPECS/kdelibs.spec:1.511
--- SPECS/kdelibs.spec:1.510	Tue Feb 13 09:06:37 2007
+++ SPECS/kdelibs.spec	Thu Feb 15 13:37:16 2007
@@ -22,7 +22,7 @@
 Summary(uk.UTF-8):	K Desktop Environment - Бібліотеки
 Name:		kdelibs
 Version:	3.5.6
-Release:	5
+Release:	6
 Epoch:		9
 License:	LGPL
 Group:		X11/Libraries
@@ -239,8 +239,6 @@
 Requires:	acl-devel
 Requires:	arts-qt-devel >= %{artsver}
 Requires:	artsc-devel >= %{artsver}
-Requires:	boost-filesystem-devel
-Requires:	boost-regex-devel
 Requires:	fam-devel
 Requires:	libart_lgpl-devel
 Requires:	libidn-devel
@@ -425,6 +423,10 @@
 rm $RPM_BUILD_ROOT%{_libdir}/kde3/plugins/styles/*.la
 rm $RPM_BUILD_ROOT%{_libdir}/libkdeinit_*.la
 
+# remove unwanted boost deps from .la
+sed -i 's:-lboost_filesystem -lboost_regex::' $RPM_BUILD_ROOT%{_libdir}/kde3/plugins/designer/kdewidgets.la
+sed -i 's:-lboost_filesystem -lboost_regex::' $RPM_BUILD_ROOT%{_libdir}/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -907,6 +909,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.511  2007/02/15 12:37:16  pluto
+- remove unwanted boost deps from .la
+
 Revision 1.510  2007/02/13 08:06:37  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/arts.spec?r1=1.149&r2=1.150&f=u
    http://cvs.pld-linux.org/SPECS/kdelibs.spec?r1=1.510&r2=1.511&f=u



More information about the pld-cvs-commit mailing list