packaging: rm tarball's configure since autogen is now used
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Wed, 19 Mar 2014 17:33:56 +0000 (18:33 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Wed, 20 Aug 2014 08:14:34 +0000 (10:14 +0200)
this configure file should not be present if rebased on upstream git
but since it was merged with exisiting code (tarball)
it makes the package failing to build since configure miss the execution bit

Change-Id: I07ee13734b04b27bc6668a604469e36630f01224
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
packaging/libhangul.spec

index 426cd2e..e53667f 100644 (file)
@@ -38,6 +38,7 @@ to develop applications that require these.
 cp %{SOURCE1001} .
 
 %build
+[ ! -x autogen.sh ] || rm -f configure
 %autogen
 %configure --disable-static --with-pic
 %{__make} %{?jobs:-j%jobs}