From: Philippe Coval Date: Wed, 19 Mar 2014 17:33:56 +0000 (+0100) Subject: packaging: rm tarball's configure since autogen is now used X-Git-Tag: submit/tizen/20140826.140930~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=558e3ca29a0e1dc9cf41e45bbc7cf85ebbe81dd1;p=platform%2Fcore%2Fuifw%2Flibhangul.git packaging: rm tarball's configure since autogen is now used 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 --- diff --git a/packaging/libhangul.spec b/packaging/libhangul.spec index 426cd2e..e53667f 100644 --- a/packaging/libhangul.spec +++ b/packaging/libhangul.spec @@ -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}