Update license in the spec file
[platform/core/uifw/anthy.git] / packaging / anthy.spec
index c389451..0b57dc3 100644 (file)
@@ -11,11 +11,12 @@ Source1001:         anthy.manifest
 #
 # URL: http://cannadic.oucrc.org
 # Source1: cannadic-0.93.tar.gz
-License: GPL
-Group: System Environment/Libraries
+License: LGPL-2.1+ and GPL-2.0+
+Group: Graphics & UI Framework/Input
 BuildRoot: %{_tmppath}/%{name}-root
 
 %description
+A Japanese character input system library.
 
 %prep
 %setup -q
@@ -25,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