rpms/ibus-table/F-9 .cvsignore, 1.2, 1.3 ibus-table.spec, 1.1, 1.2 sources, 1.2, 1.3

Huang Peng phuang at fedoraproject.org
Fri Aug 29 09:32:30 UTC 2008


Author: phuang

Update of /cvs/pkgs/rpms/ibus-table/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21775

Modified Files:
	.cvsignore ibus-table.spec sources 
Log Message:
Update to 0.1.1.20080829


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	24 Aug 2008 22:40:51 -0000	1.2
+++ .cvsignore	29 Aug 2008 09:32:00 -0000	1.3
@@ -1 +1 @@
-ibus-table-0.1.1.20080823.tar.gz
+ibus-table-0.1.1.20080829.tar.gz


Index: ibus-table.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table/F-9/ibus-table.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ibus-table.spec	24 Aug 2008 22:40:51 -0000	1.1
+++ ibus-table.spec	29 Aug 2008 09:32:00 -0000	1.2
@@ -1,5 +1,5 @@
 Name:       ibus-table
-Version:    0.1.1.20080823
+Version:    0.1.1.20080829
 Release:    1%{?dist}
 Summary:    The Table engine for IBus platform
 License:    GPLv2+
@@ -17,12 +17,35 @@
 %description
 The package contains general Table engine for IBus platform.
 
+%package chinese
+Summary:    Chinese tables for general table engine of IBus.
+Group:      System Environment/Libraries
+Requires:   %{name} = %{version}-%{release}
+
+%description chinese
+This package contains Chineses tables.
+
+%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
 %setup -q
 
 %build
-%configure --disable-static
-# make -C po update-gmo
+%configure \
+	--disable-static \
+	--enable-zhengma \
+	--enable-wubi86 \
+	--enable-wubi98 \
+	--enable-cangjie5 \
+	--enable-erbi-qs \
+	--enable-additional
+
 make %{?_smp_mflags}
 
 %install
@@ -34,14 +57,52 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post chinese
+ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/wubi86.db
+ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/wubi98.db
+ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/cangjie5.db
+ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/erbi-qs.db
+ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/zhengma.db
+
+%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
 %dir %{_datadir}/ibus-table
 %{_datadir}/ibus-table/*
 %{_bindir}/ibus-engine-table
-%{_bindir}/table-createdb
+%{_bindir}/ibus-table-createdb
+
+%files chinese
+%defattr(-,root,root,-)
+%{_datadir}/ibus-table/tables/wubi86.db
+%{_datadir}/ibus-table/tables/wubi98.db
+%{_datadir}/ibus-table/tables/cangjie5.db
+%{_datadir}/ibus-table/tables/erbi-qs.db
+%{_datadir}/ibus-table/tables/zhengma.db
+%{_datadir}/ibus-table/icons/wubi86.svg
+%{_datadir}/ibus-table/icons/wubi98.svg
+%{_datadir}/ibus-table/icons/cangjie5.svg
+%{_datadir}/ibus-table/icons/erbi-qs.svg
+%{_datadir}/ibus-table/icons/zhengma.svg
+%{_datadir}/ibus/engine/wubi86.engine
+%{_datadir}/ibus/engine/wubi98.engine
+%{_datadir}/ibus/engine/cangjie5.engine
+%{_datadir}/ibus/engine/erbi-qs.engine
+%{_datadir}/ibus/engine/zhengma.engine
+
+%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
+%{_datadir}/ibus/engine/compose.engine
+%{_datadir}/ibus/engine/latex.engine
 
 %changelog
-* Wed Aug 19 2008 Yu Yuwei <acevery at gmail.com> - 0.1.1.20080823-1
+* Wed Aug 19 2008 Yu Yuwei <acevery at gmail.com> - 0.1.1.20080829-1
 - The first version.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	24 Aug 2008 22:40:51 -0000	1.2
+++ sources	29 Aug 2008 09:32:00 -0000	1.3
@@ -1 +1 @@
-1cfc4d7492b276aae3c5bb685182af75  ibus-table-0.1.1.20080823.tar.gz
+e001c13c90e21927d5d67ee41577ae48  ibus-table-0.1.1.20080829.tar.gz




More information about the scm-commits mailing list