updated source w/ parsing enhancement for table entries with comments.
This commit is contained in:
parent
4d4aacdacb
commit
e4265a1306
@ -1,2 +1 @@
|
|||||||
ibus-table-1.2.0.20090804.tar.gz
|
ibus-table-1.2.0.20090904.tar.gz
|
||||||
ibus-table-1.2.0.20090902.tar.gz
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.2.0.20090902
|
Version: 1.2.0.20090904
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Table engine for IBus platform
|
Summary: The Table engine for IBus platform
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -16,19 +16,11 @@ BuildArch: noarch
|
|||||||
%description
|
%description
|
||||||
The package contains general Table engine for IBus platform.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --enable-additional
|
%configure --disable-static
|
||||||
%__make %{?_smp_mflags}
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -40,10 +32,6 @@ This package contains additional tables.
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
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
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING README
|
%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-setup-table
|
||||||
%{_libexecdir}/ibus-table-meter
|
%{_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
|
%changelog
|
||||||
|
* Fri Sep 04 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090904-1.fc12
|
||||||
|
- Updated source with additional tables separated.
|
||||||
|
|
||||||
* Thu Sep 03 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090902-2.fc12
|
* Thu Sep 03 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090902-2.fc12
|
||||||
- Rebuilt.
|
- Rebuilt.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user