]> git.pld-linux.org Git - packages/blueman.git/commitdiff
run autofoo in .spec
authorElan Ruusamäe <glen@delfi.ee>
Sun, 1 Nov 2015 21:21:39 +0000 (23:21 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 1 Nov 2015 21:21:39 +0000 (23:21 +0200)
blueman.spec

index bc5a2556f1a1276756eb3abf8bc291e17ff04906..c5b7cdbbbc7741af9b878895c264a25119b2486e 100644 (file)
@@ -70,8 +70,12 @@ Wtyczka Blueman-a dla Thunar-a.
 %setup -q
 
 %build
-export NOCONFIGURE='yes' && ./autogen.sh \
-       --no-configure
+%{__aclocal}
+%{__autoheader}
+%{__libtoolize}
+%{__intltoolize}
+%{__automake}
+%{__autoconf}
 %configure \
        --enable-xfce-settings=yes \
        --disable-static \
This page took 0.168584 seconds and 4 git commands to generate.