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
|
Name: ibus-table
|
||||||
Version: 0.1.1.20081014
|
Version: 0.1.1.20081014
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Table engine for IBus platform
|
Summary: The Table engine for IBus platform
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -18,7 +18,7 @@ Requires: ibus
|
|||||||
The package contains general Table engine for IBus platform.
|
The package contains general Table engine for IBus platform.
|
||||||
|
|
||||||
%package chinese
|
%package chinese
|
||||||
Summary: Chinese tables for general table engine of IBus.
|
Summary: Chinese tables for general table engine of IBus
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
This package contains Chineses tables.
|
This package contains Chineses tables.
|
||||||
|
|
||||||
%package additional
|
%package additional
|
||||||
Summary: Additional tables for general table engine of IBus.
|
Summary: Additional tables for general table engine of IBus
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
@ -72,7 +72,12 @@ 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
|
||||||
%{_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/tables/template.txt
|
||||||
%{_datadir}/ibus-table/icons/ibus-table.svg
|
%{_datadir}/ibus-table/icons/ibus-table.svg
|
||||||
%{_datadir}/ibus-table/icons/full-letter.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
|
%{_datadir}/ibus/engine/latex.engine
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 14 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081014-1
|
||||||
- Update to 0.1.1.20081014.
|
- Update to 0.1.1.20081014.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user