diff --git a/english-typing-booster-0.0.1.tar.gz b/english-typing-booster-0.0.1.tar.gz new file mode 100644 index 0000000..7346bc8 Binary files /dev/null and b/english-typing-booster-0.0.1.tar.gz differ diff --git a/english-typing-booster.spec b/english-typing-booster.spec new file mode 100644 index 0000000..2a73bd7 --- /dev/null +++ b/english-typing-booster.spec @@ -0,0 +1,42 @@ +Name: english-typing-booster +Version: 0.0.1 +Release: 2%{?dist} +Summary: English typing booster engine for IBus European tables +License: GPLv3 +Group: System Environment/Libraries +URL: https://fedorahosted.org/english-typing-booster/ +Source0: https://fedorahosted.org/releases/e/n/english-typing-booster/%{name}-%{version}.tar.gz +BuildArch: noarch + +Requires: ibus, ibus-european-table +BuildRequires: ibus, ibus-european-table + +%description +English typing booster engine for IBus European tables + +%prep +%setup -q + +%build +./configure --prefix=%{_prefix} +make %{?_smp_mflags} + +%install +make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install + + +%post +ibus-european-table-createdb -i -n %{_datadir}/ibus-european-table/european-tables/english-dict.db + + +%files +%doc AUTHORS COPYING README ChangeLog +%{_datadir}/ibus-european-table/icons/english.png +%{_datadir}/ibus-european-table/european-tables/english-dict.db + +%changelog +* Wed Jan 4 2012 Anish Patil - 0.0.1-2 +- Spec file cleanup + +* Tue Dec 20 2011 Anish Patil - 0.0.1-1 +- Initial Release