[ibus-typing-booster] Initial build

anish anishpatil at fedoraproject.org
Fri Jul 27 10:46:50 UTC 2012


commit 854742ad431e8c55256fcabde1d24b2ec01ab69c
Author: anish <apatil at redhat.com>
Date:   Fri Jul 27 16:16:48 2012 +0530

    Initial build

 .gitignore               |    1 +
 ibus-typing-booster.spec |   41 +++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0d2f36d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ibus-typing-booster-0.0.7.tar.gz
diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec
new file mode 100644
index 0000000..70ea4d8
--- /dev/null
+++ b/ibus-typing-booster.spec
@@ -0,0 +1,41 @@
+Name:       ibus-typing-booster
+Version:    0.0.7
+Release:    1%{?dist}
+Summary:    The Table engine for IBus platform
+License:    GPLv2+
+Group:      System Environment/Libraries
+URL:        http://git.fedorahosted.org/git/?p=ibus-typing-booster.git
+Source0:    https://fedorahosted.org/releases/i/b/ibus-typing-booster/%{name}-%{version}.tar.gz
+Requires:       ibus
+BuildRequires:  ibus-devel,libtranslit-devel
+Provides:   ibus-hunspell-table = %{version}-%{release}
+Obsoletes:  ibus-hunspell-table <= 0.0.6-1.fc17
+
+BuildArch:  noarch
+
+%description
+The Typing Booster engine for IBus platform.
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-static --disable-additional
+make %{?_smp_mflags}
+
+%install 
+make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true  INSTALL="install -p"   pkgconfigdir=%{_datadir}/pkgconfig
+
+%files 
+%doc AUTHORS COPYING README 
+%{_datadir}/%{name}
+%{_datadir}/ibus/component/typing-booster.xml
+%{_libexecdir}/ibus-engine-typing-booster
+%{_libexecdir}/ibus-setup-typing-booster
+%{_datadir}/pkgconfig/%{name}.pc
+
+%changelog
+* Thu Jul 17 2012 Anish Patil <apatil at redhat.com> - 0.0.7-1
+- The first version.
+- derieved from ibus-table developed by Yu Yuwei <acevery at gmail.com>
diff --git a/sources b/sources
index e69de29..48c7f12 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f3dda50d9cf5f31509e1f999247176ed  ibus-typing-booster-0.0.7.tar.gz


More information about the scm-commits mailing list