[Fedora-i18n-bugs] [hindi-typing-booster] initial import

Pravin Satpute pravins at fedoraproject.org
Wed Mar 16 05:25:37 UTC 2011


commit 1984c11aa4c2e7b4f0f41f1d05fb3c58e5c1f81e
Author: प्रविण सातपुते <psatpute at redhat.com>
Date:   Wed Mar 16 10:55:27 2011 +0530

    initial import

 .gitignore                |    1 +
 hindi-typing-booster.spec |   47 +++++++++++++++++++++++++++++++++++++++++++++
 sources                   |    1 +
 3 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..cd5471b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/hindi-typing-booster-0.0.1.tar.gz
diff --git a/hindi-typing-booster.spec b/hindi-typing-booster.spec
new file mode 100644
index 0000000..852f5bb
--- /dev/null
+++ b/hindi-typing-booster.spec
@@ -0,0 +1,47 @@
+Name:       hindi-typing-booster
+Version:    0.0.1
+Release:    1%{?dist}
+Summary:    Hindi Typing Booster Table for IBus Indic Tables
+License:    GPLv3+
+Group:      System Environment/Libraries
+URL:        https://fedorahosted.org/indic-typing-booster/
+Source0:    https://fedorahosted.org/releases/i/n/indic-typing-booster/%{name}-%{version}.tar.gz
+BuildArch:  noarch
+
+Requires:         ibus-indic-table
+BuildRequires:    ibus-indic-table
+
+%description
+Hindi Typing Booster Package contains tables contrain inscript \
+and phonetic engines
+
+%prep
+%setup -q
+
+%build
+%configure \
+  --enable-hindi-phonetic \
+  --enable-hindi-inscript
+make %{?_smp_mflags}
+
+%install
+make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install
+cd ${RPM_BUILD_ROOT}/%{_datadir}/ibus-indic-table/indic-tables/
+%{_bindir}/ibus-indic-table-createdb -i -n hindi-phonetic.db
+%{_bindir}/ibus-indic-table-createdb -i -n hindi-inscript.db
+
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING README ChangeLog
+%{_datadir}/ibus-indic-table/icons/hindi.svg
+%{_datadir}/ibus-indic-table/indic-tables/hindi-phonetic.db
+%{_datadir}/ibus-indic-table/indic-tables/hindi-inscript.db
+
+
+
+%changelog
+* Thu Mar 10 2011 Pravin Satpute <psatpute at redhat.com> - 0.0.1-1
+- The first version.
+- Added Hindi Phonetic
+- Added Hindi Inscript
diff --git a/sources b/sources
index e69de29..e8e8063 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+466f774c50b48ea2f9c8e0195e1dbc78  hindi-typing-booster-0.0.1.tar.gz


More information about the i18n-bugs mailing list