SPECS: beryl-settings-bindings.spec - check-files cleanup - use in...
qboosh
qboosh at pld-linux.org
Sat Jan 27 21:39:04 CET 2007
Author: qboosh Date: Sat Jan 27 20:39:04 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- check-files cleanup
- use individual tools invocation instead of hiding them behind autoreconf
---- Files affected:
SPECS:
beryl-settings-bindings.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/beryl-settings-bindings.spec
diff -u SPECS/beryl-settings-bindings.spec:1.2 SPECS/beryl-settings-bindings.spec:1.3
--- SPECS/beryl-settings-bindings.spec:1.2 Mon Jan 22 11:06:49 2007
+++ SPECS/beryl-settings-bindings.spec Sat Jan 27 21:38:59 2007
@@ -48,7 +48,11 @@
echo VERSION=0.1.99.2 >> VERSION
%build
-autoreconf -v --install
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure \
PYTHON=%{__python} \
--disable-static
@@ -61,6 +65,8 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+rm -f $RPM_BUILD_ROOT%{py_sitedir}/berylsettings.la
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -78,6 +84,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2007/01/27 20:38:59 qboosh
+- check-files cleanup
+- use individual tools invocation instead of hiding them behind autoreconf
+
Revision 1.2 2007/01/22 10:06:49 qboosh
- pl, separated -devel, no static module, no empty docs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/beryl-settings-bindings.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list