resume of last cvs commit
This commit is contained in:
parent
b8b5c70e85
commit
ba3ea9e0f7
@ -1,2 +1 @@
|
||||
ibus-table-0.1.1.20081014.tar.gz
|
||||
ibus-table-1.1.0.20090220.tar.gz
|
||||
ibus-table-1.1.0.20090316.tar.gz
|
||||
|
13
ibus-table-1.1.0.20090316-1.bz490396.no_speedmeter.patch
Normal file
13
ibus-table-1.1.0.20090316-1.bz490396.no_speedmeter.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -up ibus-table-1.1.0.20090316/engine/ibus-engine-table.in.orig ibus-table-1.1.0.20090316/engine/ibus-engine-table.in
|
||||
--- ibus-table-1.1.0.20090316/engine/ibus-engine-table.in.orig 2009-03-16 15:11:57.000000000 +1000
|
||||
+++ ibus-table-1.1.0.20090316/engine/ibus-engine-table.in 2009-03-16 15:12:41.000000000 +1000
|
||||
@@ -35,7 +35,8 @@ for arg in $@; do
|
||||
done
|
||||
|
||||
# first running speedmeter as a daemon
|
||||
-python @datarootdir@/ibus-table/engine/speedmeter.py -d
|
||||
+# (temporary disabled until config option is implemented)
|
||||
+#python @datarootdir@/ibus-table/engine/speedmeter.py -d
|
||||
|
||||
# then start our IME
|
||||
exec python @datarootdir@/ibus-table/engine/main.py $@
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-table
|
||||
Version: 1.1.0.20090220
|
||||
Release: 5%{?dist}
|
||||
Version: 1.1.0.20090316
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: ibus-devel > 1.1.0
|
||||
Requires: ibus > 1.1.0
|
||||
Patch1: ibus-table-pkgconfig-noarch.patch
|
||||
Patch1: ibus-table-1.1.0.20090316-1.bz490396.no_speedmeter.patch
|
||||
|
||||
%description
|
||||
The package contains general Table engine for IBus platform.
|
||||
@ -25,7 +25,7 @@ This package contains additional tables.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .orig
|
||||
%patch1 -p1 -b .1-bz490396.no_speedmeter
|
||||
|
||||
%build
|
||||
%configure --disable-static --enable-additional
|
||||
@ -106,6 +106,11 @@ ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/latex.db
|
||||
%{_datadir}/%{name}/icons/latex.svg
|
||||
|
||||
%changelog
|
||||
* Mon Mar 16 2009 Caius Chance <cchance@redhat.com> - 1.1.0.20090316-1.fc11
|
||||
- Resolves: rhbz#490396
|
||||
- Updated source tarball.
|
||||
- Disabled speedmeter until config option is implemented.
|
||||
|
||||
* Fri Mar 6 2009 Jens Petersen <petersen@redhat.com> - 1.1.0.20090220-5
|
||||
- make pkgconfig noarch with ibus-table-pkgconfig-noarch.patch
|
||||
- fix license field: actually LGPL
|
||||
|
Loading…
Reference in New Issue
Block a user