diff --git a/uim.changes b/uim.changes index 426c2f7..65cbca4 100644 --- a/uim.changes +++ b/uim.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 18 16:20:38 UTC 2018 - jengelh@inai.de + +- Remove future goals from description. +- Fix copypasted subpackage package summary. +- Drop useless --with-pic, no static libs are built. + ------------------------------------------------------------------- Thu May 10 08:29:10 UTC 2018 - aloisio@gmx.com diff --git a/uim.spec b/uim.spec index ecfb04e..3a4f0fd 100644 --- a/uim.spec +++ b/uim.spec @@ -54,13 +54,10 @@ Recommends: %{name}-qt5 = %{version} Requires(pre): %{_bindir}/touch %description -Uim is a multilingual input method framework. Uim's goal is to -provide simple, easily extensible and high code-quality input -method development platform, and useful input method environment -for users of desktop and embedded platforms. +Uim is a multilingual input method framework. %package devel -Summary: Include Files and Libraries mandatory for Development +Summary: Development files for the UIM input method framework Group: Development/Libraries/C and C++ Requires: %{name} = %{version} @@ -108,7 +105,7 @@ cp emacs/README README.emacs iconv -f euc-jp -t utf-8 < emacs/README.ja > README.ja.emacs %build -%configure --disable-static --with-pic \ +%configure --disable-static \ --libexecdir=%{_prefix}/lib/uim \ --with-canna\ --with-anthy-utf8 \ @@ -121,7 +118,7 @@ iconv -f euc-jp -t utf-8 < emacs/README.ja > README.ja.emacs make %{?_smp_mflags} %install -%makeinstall +%make_install rm -f %{buildroot}%{_includedir}/gcroots.h rm -f %{buildroot}%{_libdir}/pkgconfig/gcroots.pc # this file is generated by "uim-module-manager".