Modified spec file to own all directories created by ibus-table. (#473615)
This commit is contained in:
parent
bba9551b7a
commit
d4b97a6214
@ -1,6 +1,6 @@
|
||||
Name: ibus-table
|
||||
Version: 0.1.1.20081014
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -18,7 +18,7 @@ Requires: ibus
|
||||
The package contains general Table engine for IBus platform.
|
||||
|
||||
%package chinese
|
||||
Summary: Chinese tables for general table engine of IBus.
|
||||
Summary: Chinese tables for general table engine of IBus
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
@ -26,7 +26,7 @@ Requires: %{name} = %{version}-%{release}
|
||||
This package contains Chineses tables.
|
||||
|
||||
%package additional
|
||||
Summary: Additional tables for general table engine of IBus.
|
||||
Summary: Additional tables for general table engine of IBus
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
@ -38,14 +38,14 @@ This package contains additional tables.
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-zhengma \
|
||||
--enable-wubi86 \
|
||||
--enable-wubi98 \
|
||||
--enable-cangjie5 \
|
||||
--enable-erbi-qs \
|
||||
--enable-additional
|
||||
# --enable-extra-phrases
|
||||
--disable-static \
|
||||
--enable-zhengma \
|
||||
--enable-wubi86 \
|
||||
--enable-wubi98 \
|
||||
--enable-cangjie5 \
|
||||
--enable-erbi-qs \
|
||||
--enable-additional
|
||||
# --enable-extra-phrases
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -72,7 +72,12 @@ 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/engine/*
|
||||
%dir %{_datadir}/ibus-table
|
||||
%dir %{_datadir}/ibus-table/engine
|
||||
%dir %{_datadir}/ibus-table/tables
|
||||
%dir %{_datadir}/ibus-table/icons
|
||||
%dir %{_datadir}/ibus-table/data
|
||||
%{_datadir}/ibus-table/engine/
|
||||
%{_datadir}/ibus-table/tables/template.txt
|
||||
%{_datadir}/ibus-table/icons/ibus-table.svg
|
||||
%{_datadir}/ibus-table/icons/full-letter.svg
|
||||
@ -120,6 +125,9 @@ ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/latex.db
|
||||
%{_datadir}/ibus/engine/latex.engine
|
||||
|
||||
%changelog
|
||||
* Mon Dec 1 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081014-2
|
||||
- Modified spec file to own all directories created by ibus-table.
|
||||
|
||||
* Fri Oct 14 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081014-1
|
||||
- Update to 0.1.1.20081014.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user