[ibus-hunspell-table/f15] Initial import

anish anishpatil at fedoraproject.org
Wed Feb 22 12:26:01 UTC 2012


commit 78d9eb77e329d5d9fc67d02dfff213160b623ba0
Author: anish <anish.developer at gmail.com>
Date:   Wed Feb 22 17:57:36 2012 +0530

    Initial import

 .gitignore               |    1 +
 ibus-hunspell-table.spec |   43 +++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6696d87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ibus-hunspell-table-0.0.2.tar.gz
diff --git a/ibus-hunspell-table.spec b/ibus-hunspell-table.spec
new file mode 100644
index 0000000..6c7e710
--- /dev/null
+++ b/ibus-hunspell-table.spec
@@ -0,0 +1,43 @@
+Name:       ibus-hunspell-table
+Version:    0.0.2
+Release:    1%{?dist}
+Summary:    The Table engine for IBus platform
+License:    LGPLv2+
+Group:      System Environment/Libraries
+URL:        http://git.fedorahosted.org/git/?p=ibus-hunspell-table.git
+Source0:    https://fedorahosted.org/releases/i/b/ibus-hunspell-table/%{name}-%{version}.tar.gz
+Requires:       ibus
+BuildRequires:  ibus-devel
+
+
+BuildArch:  noarch
+
+%description
+The European Table engine for IBus platform.
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-static --disable-additional
+make %{?_smp_mflags}
+
+%install 
+make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install -p  pkgconfigdir=%{_datadir}/pkgconfig
+
+%files 
+%doc AUTHORS COPYING README 
+%{_datadir}/%{name}
+%{_datadir}/ibus/component/hunspell-table.xml
+%{_libexecdir}/ibus-engine-hunspell-table
+%{_datadir}/pkgconfig/%{name}.pc
+
+%changelog
+* Fri Feb 17 2012 Anish Patil <anish.developer at gmail.com> - 0.0.2-1
+- Upstream released new version
+- Added support for French and Dannish language
+
+* Wed Feb 15 2012 Anish Patil <anish.developer at gmail.com> - 0.0.1-1
+- The first version.
+- derieved from ibus-table developed by Yu Yuwei <acevery at gmail.com>
diff --git a/sources b/sources
index e69de29..2078ead 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b159c9e498d4d3bebc204b19e35d5875  ibus-hunspell-table-0.0.2.tar.gz


More information about the scm-commits mailing list