rpms/ibus-table/devel ibus-table.spec,1.4,1.5

Huang Peng phuang at fedoraproject.org
Mon Dec 1 02:10:38 UTC 2008


Author: phuang

Update of /cvs/pkgs/rpms/ibus-table/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24710

Modified Files:
	ibus-table.spec 
Log Message:
Modified spec file to own all directories created by ibus-table. (#473615)



Index: ibus-table.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table/devel/ibus-table.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ibus-table.spec	17 Oct 2008 07:33:53 -0000	1.4
+++ ibus-table.spec	1 Dec 2008 02:10:08 -0000	1.5
@@ -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 @@
 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 @@
 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 @@
 
 %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 @@
 %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 @@
 %{_datadir}/ibus/engine/latex.engine
 
 %changelog
+* Mon Dec 1 2008 Peng Huang <shawn.p.huang at 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 at gmail.com> - 0.1.1.20081014-1
 - Update to 0.1.1.20081014.
 




More information about the fedora-extras-commits mailing list