[english-typing-booster/f16] Initial release

anish anishpatil at fedoraproject.org
Thu Jan 5 14:48:24 UTC 2012


commit 436bb5eef281be546ce2c735c3bc8abecb58ccf9
Author: anish <anish.developer at gmail.com>
Date:   Thu Jan 5 20:19:53 2012 +0530

    Initial release

 english-typing-booster-0.0.1.tar.gz |  Bin 0 -> 994072 bytes
 english-typing-booster.spec         |   42 +++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)
---
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 <anish.developer at gmail.com> - 0.0.1-2
+- Spec file cleanup
+
+* Tue Dec 20 2011 Anish Patil <anish.developer at gmail.com> - 0.0.1-1
+- Initial Release


More information about the scm-commits mailing list