Update license in the spec file
[platform/core/uifw/anthy.git] / packaging / anthy.spec
index c7031a7..0b57dc3 100644 (file)
@@ -11,7 +11,7 @@ Source1001:   anthy.manifest
 #
 # URL: http://cannadic.oucrc.org
 # Source1: cannadic-0.93.tar.gz
-License: GPL-2.0+
+License: LGPL-2.1+ and GPL-2.0+
 Group: Graphics & UI Framework/Input
 BuildRoot: %{_tmppath}/%{name}-root
 
@@ -26,6 +26,10 @@ cp %{SOURCE1001} .
 #ln -s ../cannadic-0.93/gcannaf.t mkanthydic
 
 %build
+[ ! -x autogen.sh ] || { rm -f configure ; %autogen ; }
+%reconfigure --disable-static --with-pic
+%__make %{?_smp_mflags}
+
 %configure
 
 make