[fcitx-libpinyin] Upstream to fcitx-libpinyin-0.2.0

Liang Suilong liangsuilong at fedoraproject.org
Sat Jul 28 16:57:50 UTC 2012


commit a4c4521cb35af21cb995809a33d50bd050db79c9
Author: Fedora <fedora at fedora-desktop.(none)>
Date:   Sun Jul 29 00:57:25 2012 +0800

    Upstream to fcitx-libpinyin-0.2.0

 .gitignore           |    1 +
 fcitx-libpinyin.spec |   14 ++++++++------
 sources              |    1 +
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57c01c0..c0df7ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /fcitx-libpinyin-0.1.1_dict.tar.xz
+/fcitx-libpinyin-0.2.0_dict.tar.xz
diff --git a/fcitx-libpinyin.spec b/fcitx-libpinyin.spec
index d7834a9..1573465 100644
--- a/fcitx-libpinyin.spec
+++ b/fcitx-libpinyin.spec
@@ -1,6 +1,6 @@
 Name:		fcitx-libpinyin
-Version:	0.1.1
-Release:	2%{?dist}
+Version:	0.2.0
+Release:	1%{?dist}
 Summary:	Libpinyin Wrapper for Fcitx
 Group:		System Environment/Libraries
 License:	GPLv2+
@@ -26,16 +26,15 @@ mkdir -pv build
 pushd build
 %cmake ..
 make VERBOSE=1 %{?_smp_mflags}
+popd
 
 %install
 rm -rf $RPM_BUILD_ROOT
 pushd build
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 popd
-cat << EOF > %{name}.lang 
-%lang(zh) /usr/share/locale/zh_TW/LC_MESSAGES/fcitx-libpinyin.mo
-%lang(zh) /usr/share/locale/zh_CN/LC_MESSAGES/fcitx-libpinyin.mo
-EOF
+
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -63,6 +62,9 @@ fi
 %{_datadir}/icons/hicolor/48x48/status/fcitx-bopomofo.png
 
 %changelog
+* Sun Jul 29 2012 Liang Suilong <liangsuilong at gmail.com> - 0.2.0-1
+- Upstream to 0.2.0
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 453e25e..fc53ab2 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 50cc6420ea7fd95ebbea45a004290822  fcitx-libpinyin-0.1.1_dict.tar.xz
+5fb64242996e475d3afe7a68c14143e3  fcitx-libpinyin-0.2.0_dict.tar.xz


More information about the scm-commits mailing list