From d0cf9c9cb1a5a99658fa683b0147155257e0c16b239bf050b3d046dfd8c28822 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 28 Jun 2011 09:06:08 +0000 Subject: [PATCH] Accepting request 74729 from M17N - Update to 1.3.0; major update for ibus-1.3.x infrastructure - additional had move to package ibus-table-others OBS-URL: https://build.opensuse.org/request/show/74729 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus-table?expand=0&rev=6 --- ibus-table-1.2.0.20091113.tar.gz | 3 --- ibus-table-1.3.0.20100621.tar.gz | 3 +++ ibus-table.changes | 7 ++++++ ibus-table.spec | 38 +++++++------------------------- 4 files changed, 18 insertions(+), 33 deletions(-) delete mode 100644 ibus-table-1.2.0.20091113.tar.gz create mode 100644 ibus-table-1.3.0.20100621.tar.gz diff --git a/ibus-table-1.2.0.20091113.tar.gz b/ibus-table-1.2.0.20091113.tar.gz deleted file mode 100644 index adab93f..0000000 --- a/ibus-table-1.2.0.20091113.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1858883e54b5dbe25b408af62cebbf6d543a8f34c5ca66ee5ae406e1818228e -size 412864 diff --git a/ibus-table-1.3.0.20100621.tar.gz b/ibus-table-1.3.0.20100621.tar.gz new file mode 100644 index 0000000..adc2372 --- /dev/null +++ b/ibus-table-1.3.0.20100621.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c9604082bd3c50e76c2cd8494855485845147a6b9fe05d4fa1c4a2f6fd3324 +size 421845 diff --git a/ibus-table.changes b/ibus-table.changes index 4c5866b..12356eb 100644 --- a/ibus-table.changes +++ b/ibus-table.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 14 04:08:47 UTC 2011 - swyear@gmail.com + +- Update to 1.3.0; + major update for ibus-1.3.x infrastructure +- additional had move to package ibus-table-others + ------------------------------------------------------------------- Wed Mar 24 14:22:15 CET 2010 - tiwai@suse.de diff --git a/ibus-table.spec b/ibus-table.spec index 7ec0e1b..c0ddce2 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -20,11 +20,11 @@ Name: ibus-table BuildRequires: fdupes ibus-devel pkgconfig python -Version: 1.2.0.20091113 -Release: 2 +Version: 1.3.0.20100621 +Release: 1 Summary: The Table engine for IBus platform License: LGPLv2.1+ -Group: System Environment/Libraries +Group: System/I18n/Chinese Url: http://code.google.com/p/ibus/ Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -35,28 +35,18 @@ The package contains general Table engine for IBus platform. %package devel License: LGPLv2.1+ Summary: Development package for ibus-table -Group: System Environment/Libraries +Group: Development/Libraries/other Requires: %{name} = %{version}-%{release} %description devel This package contains the files required for the development of ibus-table. -%package additional -License: LGPLv2.1+ -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 - +chmod -x AUTHORS COPYING README %build %configure \ - --disable-static \ - --enable-additional + --disable-static --libexecdir=%{_prefix}/%{_lib}/ibus make %{?jobs:-j %jobs} %install @@ -68,29 +58,17 @@ make %{?jobs:-j %jobs} %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 %{_datadir}/ibus-table -%{_libexecdir}/ibus-* +%dir %{_libdir}/ibus +%{_libdir}/ibus/ibus-* %{_bindir}/* %{_datadir}/ibus -%exclude %{_datadir}/ibus-table/*/compose.* -%exclude %{_datadir}/ibus-table/*/latex.* %files devel %defattr(-,root,root,-) %{_libdir}/pkgconfig/*.pc -%files additional -%defattr(-,root,root,-) -%{_datadir}/ibus-table/tables/compose.db -%{_datadir}/ibus-table/tables/latex.db -%{_datadir}/ibus-table/icons/compose.svg -%{_datadir}/ibus-table/icons/latex.svg - %changelog