SPECS: nemiver.spec - -devel O: -static - use --disable-static instead of b...

qboosh qboosh at pld-linux.org
Fri Oct 10 19:15:34 CEST 2008


Author: qboosh                       Date: Fri Oct 10 17:15:34 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- -devel O: -static
- use --disable-static instead of building and rming

---- Files affected:
SPECS:
   nemiver.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/nemiver.spec
diff -u SPECS/nemiver.spec:1.12 SPECS/nemiver.spec:1.13
--- SPECS/nemiver.spec:1.12	Thu Oct  9 20:20:52 2008
+++ SPECS/nemiver.spec	Fri Oct 10 19:15:29 2008
@@ -37,7 +37,6 @@
 Requires(post,preun):	GConf2
 Requires:	gdb
 Obsoletes:	nemiver-libs < 0.5.3
-Obsoletes:	nemiver-static
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -59,6 +58,7 @@
 Requires:	glibmm-devel >= 2.16.0
 Requires:	libgtop-devel >= 2.14.0
 Requires:	libxml2-devel >= 1:2.6.31
+Obsoletes:	nemiver-static
 
 %description devel
 Header files for developing new debugging backends for Nemiver.
@@ -81,7 +81,8 @@
 %{__automake}
 %configure \
 	--disable-scrollkeeper \
-	--disable-schemas-install
+	--disable-schemas-install \
+	--disable-static
 %{__make}
 
 %install
@@ -90,9 +91,9 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/nemiver/*.{a,la}
-rm -f $RPM_BUILD_ROOT%{_libdir}/nemiver/modules/*.{a,la}
-rm -f $RPM_BUILD_ROOT%{_libdir}/nemiver/plugins/dbgperspective/*.{a,la}
+rm -f $RPM_BUILD_ROOT%{_libdir}/nemiver/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/nemiver/modules/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/nemiver/plugins/dbgperspective/*.la
 
 %find_lang %{name} --with-gnome --with-omf
 
@@ -149,6 +150,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2008/10/10 17:15:29  qboosh
+- -devel O: -static
+- use --disable-static instead of building and rming
+
 Revision 1.12  2008/10/09 18:20:52  megabajt
 - updated to 0.6.3
 - removed obsolete -static subpackage
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nemiver.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list