[fcitx-configtool] Upstream to fcitx-configtool-0.4.4

Liang Suilong liangsuilong at fedoraproject.org
Wed Jun 6 17:51:26 UTC 2012


commit 4d8acd46cf43a77bc949ad3c4e800c53a8efe4b0
Author: Fedora <fedora at fedora-desktop.(none)>
Date:   Thu Jun 7 01:50:29 2012 +0800

    Upstream to fcitx-configtool-0.4.4

 .gitignore            |    1 +
 fcitx-configtool.spec |   17 ++++++++---------
 sources               |    1 +
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c612043..e5821b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /fcitx-configtool-0.4.3.tar.xz
+/fcitx-configtool-0.4.4.tar.xz
diff --git a/fcitx-configtool.spec b/fcitx-configtool.spec
index c0fcb46..8d535d1 100644
--- a/fcitx-configtool.spec
+++ b/fcitx-configtool.spec
@@ -1,12 +1,12 @@
 Name:		fcitx-configtool
-Version:	0.4.3
-Release:	2%{?dist}
+Version:	0.4.4
+Release:	1%{?dist}
 Summary:	Gtk configuretool for Fcitx
 Group:		System Environment/Libraries
 License:	GPLv2+
 URL:		http://code.google.com/p/fcitx/
 Source0:	http://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz
-Patch0:		fix_segenttation_fault_on_gtk3.patch
+#Patch0:		fix_segenttation_fault_on_gtk3.patch
 
 BuildRequires:	cmake, fcitx-devel, gettext, intltool, libxml2-devel
 BuildRequires:	gtk2-devel, iso-codes-devel, libtool, unique-devel
@@ -22,8 +22,7 @@ KDE Version see fcitx-config-kde4 or kcm-fcitx.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
-
+#%patch0 -p1
 
 %build
 mkdir -pv build
@@ -37,10 +36,7 @@ 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/%{name}.mo
-%lang(zh) /usr/share/locale/zh_CN/LC_MESSAGES/%{name}.mo
-EOF
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -52,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 07 2012 Liang Suilong <liangsuilong at gmail.com> - 0.4.4-1
+- Upstream to fcitx-configtool-0.4.4
+
 * Tue May 12 2012 Liang Suilong <liangsuilong at gmail.com> - 0.4.3-2
 - Fix Segenttation Fault on GTK3
 
diff --git a/sources b/sources
index 2020311..2d914fe 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 2183c13c9571edad5b4f0c8a3d1aa599  fcitx-configtool-0.4.3.tar.xz
+1e6257f1fcf58c116de7a79702b4f0e4  fcitx-configtool-0.4.4.tar.xz


More information about the scm-commits mailing list