From e4265a13064bb4ac1979c54e5df6eb72d73612d2 Mon Sep 17 00:00:00 2001 From: cchance Date: Sep 04 2009 06:54:07 +0000 Subject: updated source w/ parsing enhancement for table entries with comments. --- diff --git a/.cvsignore b/.cvsignore index c2cb261..01cd9ed 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -ibus-table-1.2.0.20090804.tar.gz -ibus-table-1.2.0.20090902.tar.gz +ibus-table-1.2.0.20090904.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 84a207e..ce1d29e 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,6 +1,6 @@ Name: ibus-table -Version: 1.2.0.20090902 -Release: 2%{?dist} +Version: 1.2.0.20090904 +Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ Group: System Environment/Libraries @@ -16,19 +16,11 @@ BuildArch: noarch %description The package contains general Table engine for IBus platform. -%package additional -Summary: Additional tables for general table engine of IBus -Group: System Environment/Libraries -Requires: %{name} = %{version}-%{release} - -%description additional -This package contains additional tables. - %prep %setup -q %build -%configure --disable-static --enable-additional +%configure --disable-static %__make %{?_smp_mflags} %install @@ -40,10 +32,6 @@ This package contains additional tables. %clean rm -rf $RPM_BUILD_ROOT -%post additional -ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/compose.db -ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/latex.db - %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING README @@ -114,14 +102,10 @@ ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/latex.db %{_libexecdir}/ibus-setup-table %{_libexecdir}/ibus-table-meter -%files additional -%defattr(-,root,root,-) -%{_datadir}/%{name}/tables/compose.db -%{_datadir}/%{name}/tables/latex.db -%{_datadir}/%{name}/icons/compose.svg -%{_datadir}/%{name}/icons/latex.svg - %changelog +* Fri Sep 04 2009 Caius 'kaio' Chance - 1.2.0.20090904-1.fc12 +- Updated source with additional tables separated. + * Thu Sep 03 2009 Caius 'kaio' Chance - 1.2.0.20090902-2.fc12 - Rebuilt. diff --git a/sources b/sources index 814f03b..8bee9ff 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -86efc5aa421eeffe26b4dd5718387738 ibus-table-1.2.0.20090804.tar.gz -a87a42535c63fe89dc25c47cea658290 ibus-table-1.2.0.20090902.tar.gz +0ca33287ad0efe0c3a4ef4520c8a2c3d ibus-table-1.2.0.20090904.tar.gz