Hello community, here is the log from the commit of package fcitx-m17n for openSUSE:Factory checked in at 2013-07-08 13:35:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx-m17n (Old) and /work/SRC/openSUSE:Factory/.fcitx-m17n.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx-m17n" Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx-m17n/fcitx-m17n.changes 2013-01-29 12:12:11.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.fcitx-m17n.new/fcitx-m17n.changes 2013-07-08 13:35:07.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jul 1 03:48:08 UTC 2013 - [email protected] + +- update version 0.2.1 + * Translation Update + +------------------------------------------------------------------- Old: ---- fcitx-m17n-0.2.0.tar.bz2 New: ---- fcitx-m17n-0.2.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx-m17n.spec ++++++ --- /var/tmp/diff_new_pack.E8RMGu/_old 2013-07-08 13:35:08.000000000 +0200 +++ /var/tmp/diff_new_pack.E8RMGu/_new 2013-07-08 13:35:08.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package fcitx-m17n # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,34 +15,37 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: fcitx-m17n -Version: 0.2.0 +Version: 0.2.1 Release: 0 Summary: M17N engine for fcitx -Group: System/I18n/Chinese License: GPL-2.0+ +Group: System/I18n/Chinese Url: http://code.google.com/p/fcitx/ -Requires: fcitx >= 4.2.1 +Source: http://download.fcitx-im.org/fcitx-m17n/%{name}-%{version}.tar.xz BuildRequires: cmake -BuildRequires: m17n-lib-devel BuildRequires: fcitx >= 4.2.1 BuildRequires: fcitx-devel >= 4.2.1 BuildRequires: gcc-c++ BuildRequires: intltool +BuildRequires: m17n-lib-devel %if 0%{?suse_version} BuildRequires: pkg-config %else -BuildRequires: pkgconfig BuildRequires: libotf +BuildRequires: pkgconfig %endif -Source: %{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} +BuildRequires: xz +%{fcitx_requires} +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description M17N engine for fcitx. It allows input of many languages using the input table maps from m17n-db. %prep -%setup -q -n %{name}-%{version} +%setup -q + %build mkdir build cd build @@ -58,11 +61,17 @@ %find_lang %{name} -%{__strip} %{buildroot}%{_libdir}/fcitx/%{name}.so +strip %{buildroot}%{_fcitx_libdir}/%{name}.so + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig %files -f %{name}.lang %defattr(-,root,root) -%{_libdir}/fcitx -%{_datadir}/fcitx/* +%{_fcitx_libdir}/%{name}.so +%{_fcitx_addondir}/%{name}.conf +%{_fcitx_descdir}/%{name}.desc +%{_fcitx_datadir}/m17n %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
