rpms/ibus-table-cangjie/F-11 ibus-table-cangjie.spec,1.6,1.7

Caius Chance cchance at fedoraproject.org
Tue Jun 23 05:15:57 UTC 2009


Author: cchance

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

Modified Files:
	ibus-table-cangjie.spec 
Log Message:
resolves: 500579, 505700
- problem starting cangjie, error messages in post-install stage
- added dir list in file list



Index: ibus-table-cangjie.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-cangjie/F-11/ibus-table-cangjie.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- ibus-table-cangjie.spec	19 Jun 2009 07:15:50 -0000	1.6
+++ ibus-table-cangjie.spec	23 Jun 2009 05:15:25 -0000	1.7
@@ -1,6 +1,6 @@
 Name:       ibus-table-cangjie
 Version:    1.1.0.20090309
-Release:    11%{?dist}
+Release:    12%{?dist}
 Summary:    Cang Jie input methods for ibus-table
 License:    Public Domain and GPLv2+ 
 Group:      System Environment/Libraries
@@ -13,9 +13,9 @@ BuildRoot:  %{_tmppath}/%{name}-%{versio
 BuildArch:  noarch
 
 # for noarch pkgconfig
-BuildRequires: ibus >= 1.1.0.20090612, ibus-table >= 1.1.0.20090610
+Requires(post):   ibus >= 1.1.0.20090609, ibus-table >= 1.1.0.20090610
+BuildRequires: ibus >= 1.1.0.20090609, ibus-table >= 1.1.0.20090610
 BuildRequires:  gettext-devel >= 0.17, automake >= 1.10.1
-Requires(post):   ibus >= 1.1.0.20090612, ibus-table > 1.1.0.20090610
 
 %description
 The package contains Cang Jie input methods for Table engine of IBus platform. 
@@ -26,7 +26,7 @@ The package contains Cang Jie input meth
 %__cp %{SOURCE1} tables/COPYING.tables
 
 %build
-export IBUS_TABLE_CREATEDB="%{_bindir}/ibus-table-createdb --no-create-index"
+export IBUS_TABLE_CREATEDB="%{_bindir}/ibus-table-createdb -o"
 ./autogen.sh \
     --prefix=%{_prefix} \
     --enable-cangjie5 \
@@ -36,14 +36,14 @@ export IBUS_TABLE_CREATEDB="%{_bindir}/i
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-make DESTDIR=%{buildroot} NO_INDEX=true INSTALL="install -p" install
-
+%__rm -rf %{buildroot}
+make DESTDIR=%{buildroot} INSTALL="install -p" NO_INDEX=true install
 
 %clean
-rm -rf %{buildroot}
+%__rm -rf %{buildroot}
 
 %post
+cd %{_datadir}/ibus-table/tables/
 %{_bindir}/ibus-table-createdb -i -n cangjie3.db
 %{_bindir}/ibus-table-createdb -i -n cangjie5.db
 %{_bindir}/ibus-table-createdb -i -n quick3.db
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS icons/COPYING.icons tables/COPYING.tables README
+%dir %{_datadir}/ibus-table
+%dir %{_datadir}/ibus-table/icons
+%dir %{_datadir}/ibus-table/tables
 %verify(not md5 size mtime) %{_datadir}/ibus-table/tables/cangjie3.db
 %verify(not md5 size mtime) %{_datadir}/ibus-table/tables/cangjie5.db
 %verify(not md5 size mtime) %{_datadir}/ibus-table/tables/quick3.db
@@ -62,6 +65,11 @@ rm -rf %{buildroot}
 %{_datadir}/ibus-table/icons/quick5.png
 
 %changelog
+* Tue Jun 23 2009 Caius 'kaio' Chance <k AT kaio.me> - 1.1.0.20090309-12.fc11
+- Resolves: rhbz#505700 (Error of no such main.phrases table at post stage.)
+- Resolves: rhbz#500579 (Missing .txt during post-install.)
+- Added list of owned directories in file section.
+
 * Fri Jun 19 2009 Caius 'kaio' Chance <k AT kaio.me> - 1.1.0.20090309-11.fc11
 - Rebuilt. 
 




More information about the fedora-extras-commits mailing list