]> git.pld-linux.org Git - packages/beryl-settings-bindings.git/commitdiff
- check-files cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Jan 2007 20:38:59 +0000 (20:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use individual tools invocation instead of hiding them behind autoreconf

Changed files:
    beryl-settings-bindings.spec -> 1.3

beryl-settings-bindings.spec

index 88d6e986fd2755ec2a4c07f1731173fee0b84387..678e75948dae8e63d1d214591925eaa3fd1f67c3 100644 (file)
@@ -47,7 +47,11 @@ echo '#beryl version header' > VERSION
 echo VERSION=0.1.99.2 >> VERSION
 
 %build
-autoreconf -v --install
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        PYTHON=%{__python} \
        --disable-static
@@ -60,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{py_sitedir}/berylsettings.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.160831 seconds and 4 git commands to generate.