SHA256
1
0
forked from pool/uim

Accepting request 610428 from home:jengelh:branches:M17N

- Remove future goals from description.
- Fix copypasted subpackage package summary.
- Drop useless --with-pic, no static libs are built.

OBS-URL: https://build.opensuse.org/request/show/610428
OBS-URL: https://build.opensuse.org/package/show/M17N/uim?expand=0&rev=53
This commit is contained in:
OBS User mrdocs 2018-05-24 02:42:26 +00:00 committed by Git OBS Bridge
parent a4bb3bf647
commit 59bd0a8ce7
2 changed files with 11 additions and 7 deletions

View File

@ -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

View File

@ -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".