forked from pool/ibus-table
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
This commit is contained in:
parent
db578c8102
commit
d0cf9c9cb1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1858883e54b5dbe25b408af62cebbf6d543a8f34c5ca66ee5ae406e1818228e
|
||||
size 412864
|
3
ibus-table-1.3.0.20100621.tar.gz
Normal file
3
ibus-table-1.3.0.20100621.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2c9604082bd3c50e76c2cd8494855485845147a6b9fe05d4fa1c4a2f6fd3324
|
||||
size 421845
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user