[ibus-typing-booster/f16] Minor .spec file fixes

Mike FABIAN mfabian at fedoraproject.org
Thu Nov 8 15:46:33 UTC 2012


commit 8e8cf7031f8ca5a08c24a0f78145f17035949255
Author: Mike FABIAN <mfabian at redhat.com>
Date:   Tue Nov 6 09:34:16 2012 +0100

    Minor .spec file fixes
    
    - License is GPLv3+
    - Better Summary text
    - remove trailing whitespace
    - do not require libtranslit, libtranslit-m17n pulls that in automatically

 ibus-typing-booster.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec
index d927847..481eefb 100644
--- a/ibus-typing-booster.spec
+++ b/ibus-typing-booster.spec
@@ -1,12 +1,13 @@
 Name:       ibus-typing-booster
 Version:    0.0.18
 Release:    1%{?dist}
-Summary:    The Table engine for IBus platform
-License:    GPLv2+
+Summary:    A typing booster engine for the IBus platform
+License:    GPLv3+
 Group:      System Environment/Libraries
 URL:        http://git.fedorahosted.org/git/?p=ibus-typing-booster.git
 Source0:    https://fedorahosted.org/releases/i/b/ibus-typing-booster/%{name}-%{version}.tar.gz
-Requires:       ibus,libtranslit,libtranslit-m17n
+Requires:   ibus
+Requires:   libtranslit-m17n
 BuildRequires:  ibus-devel,libtranslit-devel
 Provides:   ibus-hunspell-table = %{version}-%{release}
 Obsoletes:  ibus-hunspell-table <= 0.0.6-1.fc17
@@ -70,7 +71,7 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true  INSTALL="install -p"   pkg
 %{_libexecdir}/ibus-engine-typing-booster
 %{_libexecdir}/ibus-setup-typing-booster
 %{_datadir}/pkgconfig/%{name}.pc
-%{_datadir}/applications/ibus-setup-typing-booster.desktop	
+%{_datadir}/applications/ibus-setup-typing-booster.desktop
 
 %changelog
 * Wed Oct 31 2012 Mike FABIAN <mfabian at redhat.com> - 0.0.18-1


More information about the scm-commits mailing list