commit 89c963dbba4567e1373433a6a6f65d88f1a0f112 Author: प्रविण सातपुते psatpute@redhat.com Date: Mon Jan 2 12:55:10 2012 +0530
first build of the year :) importing new package
.gitignore | 1 + bengali-typing-booster.spec | 76 +++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 78 insertions(+), 0 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..87df16c 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/bengali-typing-booster-0.9.0.tar.gz diff --git a/bengali-typing-booster.spec b/bengali-typing-booster.spec new file mode 100644 index 0000000..45234f9 --- /dev/null +++ b/bengali-typing-booster.spec @@ -0,0 +1,76 @@ +Name: bengali-typing-booster +Version: 0.9.0 +Release: 1%{?dist} +Summary: Bengali typing booster tables for ibus-indic-table +License: GPLv3+ +Group: System Environment/Libraries +URL: https://fedorahosted.org/indic-typing-booster/ +Source0: https://fedorahosted.org/releases/i/n/indic-typing-booster/%%7Bname%7D-%%7Bv... +BuildArch: noarch + +Requires: ibus-indic-table +BuildRequires: ibus-indic-table + +%description +Bengali typing booster package contains probhat, inscript\ +and phonetic layout tables for Bengali language + +%package -n %{name}-phonetic +Requires: ibus-indic-table +Summary: Bengali phonetic typing booster table for ibus indic tables + +%description -n %{name}-phonetic +The package contains phonetic layout tables for bengali language. + +%package -n %{name}-inscript +Requires: ibus-indic-table +Summary: Bengali inscript typing booster table for ibus indic tables + +%description -n %{name}-inscript +The package contains inscript layout tables for bengali language. + +%package -n %{name}-probhat +Requires: ibus-indic-table +Summary: Bengali probhat typing booster table for ibus indic tables + +%description -n %{name}-probhat +The package contains probhat layout tables for bengali language. + +%prep +%setup -q + +%build +%configure \ + --enable-bengali-phonetic \ + --enable-bengali-inscript \ + --enable-bengali-probhat +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 bengali-phonetic.db +%{_bindir}/ibus-indic-table-createdb -i -n bengali-inscript.db +%{_bindir}/ibus-indic-table-createdb -i -n bengali-probhat.db + + +%files -n %{name}-phonetic +%doc AUTHORS COPYING README ChangeLog +%{_datadir}/ibus-indic-table/icons/bengali.png +%{_datadir}/ibus-indic-table/indic-tables/bengali-phonetic.db + +%files -n %{name}-inscript +%doc AUTHORS COPYING README ChangeLog +%{_datadir}/ibus-indic-table/icons/bengali.png +%{_datadir}/ibus-indic-table/indic-tables/bengali-inscript.db + +%files -n %{name}-probhat +%doc AUTHORS COPYING README ChangeLog +%{_datadir}/ibus-indic-table/icons/bengali.png +%{_datadir}/ibus-indic-table/indic-tables/bengali-probhat.db + + +%changelog +* Mon Jan 02 2012 Pravin Satpute psatpute@redhat.com - 0.9.0-1 +- The first version. +- Added support fpr phonetic, inscript and probhat diff --git a/sources b/sources index e69de29..05becd8 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +8cf28740d27ed520f4c90d688803b564 bengali-typing-booster-0.9.0.tar.gz
i18n-bugs@lists.fedoraproject.org