[fcitx-m17n] Initial Release

Liang Suilong liangsuilong at fedoraproject.org
Tue Dec 11 14:50:01 UTC 2012


commit 1398fc3950db1691e7d36b5e5caae78fab6a38fc
Author: Liang Suilong <liangsuilong at gmail.com>
Date:   Tue Dec 11 22:49:55 2012 +0800

    Initial Release

 .gitignore      |    2 ++
 fcitx-m17n.spec |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 3 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..e247f67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/fcitx-m17n-0.1.2.tar.xz
+/fcitx-m17n-0.1.3.tar.xz
diff --git a/fcitx-m17n.spec b/fcitx-m17n.spec
new file mode 100644
index 0000000..377c997
--- /dev/null
+++ b/fcitx-m17n.spec
@@ -0,0 +1,52 @@
+Name:		fcitx-m17n
+Version:	0.1.3
+Release:	1%{?dist}
+Summary:	M17n Engine for Fcitx
+Group:		System Environment/Libraries
+License:	LGPLv2+
+URL:		http://code.google.com/p/fcitx/
+Source0:	http://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz
+
+BuildRequires:	cmake, fcitx-devel, gettext, intltool, m17n-lib-devel
+Requires:	fcitx
+
+%description
+Fcitx-m17n is a M17n engine wrapper for Fcitx. 
+It allows input of many languages using the 
+input table maps from m17n-db.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+
+%build
+mkdir -pv build
+pushd build
+%cmake ..
+make %{?_smp_mflags} VERBOSE=1
+popd
+
+%install
+rm -rf $RPM_BUILD_ROOT
+pushd build
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+popd
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc COPYING
+%{_libdir}/fcitx/%{name}.so
+%{_datadir}/fcitx/addon/%{name}.conf
+%{_datadir}/fcitx/configdesc/%{name}.desc
+
+%changelog
+* Tue Dec 11 2012 Liang Suilong <liangsuilong at gmail.com> - 0.1.3-1
+- Upstream to fcitx-m17n-0.1.3
+
+* Tue May 22 2012 Liang Suilong <liangsuilong at gmail.com> - 0.1.2-1
+- Initial Package
diff --git a/sources b/sources
index e69de29..78b2089 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a0df4dc1bf2e15fcfef63605dbeb9bba  fcitx-m17n-0.1.3.tar.xz


More information about the scm-commits mailing list