Use %autogen macro instead of calling autogen.sh script directly 90/1790/1
authorGeoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Thu, 20 Sep 2012 00:30:06 +0000 (17:30 -0700)
committerGeoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Thu, 20 Sep 2012 00:30:06 +0000 (17:30 -0700)
packaging/gst-plugins-bad.spec

index fdbf5e4..2464655 100644 (file)
@@ -42,8 +42,7 @@ Development files for the GStreamer media framework badplug-ins
 
 %build
 cp %{SOURCE1001} .
-./autogen.sh 
-%configure  --disable-static \
+%autogen --disable-static \
        --disable-nls \
        --with-html-dir=/tmp/dump \
        --disable-examples \