SPECS: libvisual-plugins.spec - don't enable static modules just t...
qboosh
qboosh at pld-linux.org
Wed Mar 22 20:53:00 CET 2006
Author: qboosh Date: Wed Mar 22 19:53:00 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- don't enable static modules just to remove them later
---- Files affected:
SPECS:
libvisual-plugins.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/libvisual-plugins.spec
diff -u SPECS/libvisual-plugins.spec:1.11 SPECS/libvisual-plugins.spec:1.12
--- SPECS/libvisual-plugins.spec:1.11 Mon Nov 28 23:11:52 2005
+++ SPECS/libvisual-plugins.spec Wed Mar 22 20:52:54 2006
@@ -278,8 +278,8 @@
%{__autoheader}
%{__autoconf}
%{__automake}
-%configure \
- --enable-static
+%configure
+
%{__make}
%install
@@ -288,7 +288,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_libdir}/libvisual/*/*.{a,la}
+rm -f $RPM_BUILD_ROOT%{_libdir}/libvisual/*/*.la
%clean
rm -rf $RPM_BUILD_ROOT
@@ -388,6 +388,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2006/03/22 19:52:54 qboosh
+- don't enable static modules just to remove them later
+
Revision 1.11 2005/11/28 22:11:52 freetz
- updated BR, cleanup, release *DOWN TO* 0.1 dedicated to previous commiter
MANY unpackaged files (how it is possible to commit such crap to cvs?)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libvisual-plugins.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list