Accepting request 181061 from home:MargueriteSu:branches:M17N
bugfix release 0.2.1 OBS-URL: https://build.opensuse.org/request/show/181061 OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx-chewing?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 26 15:44:50 UTC 2013 - i@marguerite.su
|
||||
|
||||
- update version 0.2.1
|
||||
* Fix space selection
|
||||
* Fix layout configuration
|
||||
* Automatically commit existing buffer when losing focus.
|
||||
* Add support of change selection key
|
||||
* Add new chewing icon.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 26 19:01:46 UTC 2013 - i@marguerite.su
|
||||
|
||||
|
||||
+22
-20
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fcitx-chewing
|
||||
#
|
||||
# Copyright (c) 2010 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
|
||||
@@ -17,23 +17,24 @@
|
||||
|
||||
|
||||
Name: fcitx-chewing
|
||||
Version: 0.2.0
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Summary: Chewing Wrapper for Fcitx
|
||||
Url: https://github.com/fcitx/fcitx-chewing
|
||||
Group: System/I18n/Chinese
|
||||
#Source: http://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: libchewing-devel
|
||||
BuildRequires: fcitx-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: intltool
|
||||
BuildRequires: fdupes
|
||||
Version: 0.2.1
|
||||
Release: 0
|
||||
Summary: Chewing Wrapper for Fcitx
|
||||
License: GPL-2.0+
|
||||
Group: System/I18n/Chinese
|
||||
Url: https://github.com/fcitx/fcitx-chewing
|
||||
Source: https://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fcitx-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libchewing-devel
|
||||
BuildRequires: xz
|
||||
Provides: locale(fcitx:zh_TW)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: locale(fcitx:zh_SG)
|
||||
|
||||
%description
|
||||
Fcitx-chewing is a Chewing(新酷音) Wrapper for Fcitx.
|
||||
@@ -44,7 +45,7 @@ Chewing is a set of free intelligent Chinese Phonetic IME.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%{__mkdir} -pv build
|
||||
mkdir -pv build
|
||||
pushd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||
-DLIB_INSTALL_DIR=%{_lib} ..
|
||||
@@ -52,10 +53,10 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
pushd build
|
||||
make DESTDIR=%{buildroot} install
|
||||
%make_install
|
||||
popd
|
||||
|
||||
%{__strip} %{buildroot}%{_libdir}/fcitx/%{name}.so
|
||||
strip %{buildroot}%{_libdir}/fcitx/%{name}.so
|
||||
%if 0%{?suse_version}
|
||||
%fdupes %{buildroot}
|
||||
%else
|
||||
@@ -71,5 +72,6 @@ fdupes -n -q -r %{buildroot}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/fcitx/
|
||||
%{_datadir}/fcitx/
|
||||
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd422f5d99fe193714f5b893f39d5e9fcbc515c3cf07b284ce528ae456cbc733
|
||||
size 15194
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95f9ccbffd285cfa48f7de3d7637a71448d1bba5fcb7f485abb4838cd85aa819
|
||||
size 19664
|
||||
Reference in New Issue
Block a user