From f9100c34a349b90a6641d0a834a42931d2db707b Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 20 Aug 2014 11:08:14 +0200 Subject: [PATCH] packaging: autogenerate ChangeLog etc Bug-Tizen: BTY-30/part Change-Id: I5d9454184eeaf40ad74c4677e4369739a16084aa Signed-off-by: Philippe Coval --- packaging/libhangul.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/libhangul.spec b/packaging/libhangul.spec index 8cf5c2d..56745b3 100644 --- a/packaging/libhangul.spec +++ b/packaging/libhangul.spec @@ -38,7 +38,7 @@ to develop applications that require these. cp %{SOURCE1001} . %build -[ ! -x autogen.sh ] || rm -f configure +[ ! -x autogen.sh ] || { rm -f configure ; %autogen ; } %reconfigure --disable-static --with-pic %__make %{?_smp_mflags} -- 2.7.4