X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fanthy.spec;h=837a6e16e3e4af5d94b7432f71144a40665fa438;hb=refs%2Ftags%2Faccepted%2Ftizen%2Fivi%2F20160218.023843;hp=c7031a7eb33662f266c5f519c5dfe07518dfdbd0;hpb=1369566482cb144bb3b7c79f49233db24fa016a4;p=platform%2Fcore%2Fuifw%2Fanthy.git diff --git a/packaging/anthy.spec b/packaging/anthy.spec index c7031a7..837a6e1 100644 --- a/packaging/anthy.spec +++ b/packaging/anthy.spec @@ -11,13 +11,22 @@ 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 %description A Japanese character input system library. +%package devel +Summary: Include Files and Libraries mandatory for Development +Group: System/Utilities +Requires: %{name} = %{version}-%{release} + +%description devel +This package contains all necessary include files and libraries needed +to develop applications that require these. + %prep %setup -q cp %{SOURCE1001} . @@ -26,6 +35,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 @@ -52,11 +65,14 @@ rm -rf ${RPM_BUILD_ROOT} %{_sysconfdir}/* %{_datadir}/anthy #%{_datadir}/emacs/site-lisp/* -%{_libdir}/pkgconfig/* %{_libdir}/libanthy* -%{_includedir}/* #%doc README doc +%files devel +%defattr(-,root,root) +%{_libdir}/pkgconfig/* +%{_includedir}/* + %changelog * Thu Jan 3 2002 Yusuke Tabata - changed my mail address and URL of web page