rpms/ibus-table-cangjie/F-11 ibus-table-cangjie.spec,1.2,1.3

Caius Chance cchance at fedoraproject.org
Tue Jun 16 02:09:20 UTC 2009


Author: cchance

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

Modified Files:
	ibus-table-cangjie.spec 
Log Message:
resolves: rhbz#500973 (missing .txt during post-install)



Index: ibus-table-cangjie.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-cangjie/F-11/ibus-table-cangjie.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- ibus-table-cangjie.spec	19 May 2009 02:23:04 -0000	1.2
+++ ibus-table-cangjie.spec	16 Jun 2009 02:08:49 -0000	1.3
@@ -1,12 +1,11 @@
-%bcond_without bootstrap
-
 Name:       ibus-table-cangjie
 Version:    1.1.0.20090309
-Release:    7%{?dist}
+Release:    8%{?dist}
 Summary:    Cang Jie input methods for ibus-table
 License:    Public Domain and GPLv2+ 
 Group:      System Environment/Libraries
 URL:        http://code.google.com/p/ibus/
+# Temporary rollback to 1.1.0.20090316
 Source0:    http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
 Source1:    COPYING.tables
 
@@ -30,12 +29,8 @@ The package contains Cang Jie input meth
 
 %build
 export IBUS_TABLE_CREATEDB="%{_bindir}/ibus-table-createdb --no-create-index"
-%if %{with bootstrap}
 ./autogen.sh \
     --prefix=%{_prefix} \
-%else
-%configure \
-%endif
     --enable-cangjie5 \
     --enable-cangjie3 \
     --enable-quick5 \
@@ -51,10 +46,10 @@ make DESTDIR=%{buildroot} NO_INDEX=true 
 rm -rf %{buildroot}
 
 %post
-%{_bindir}/ibus-table-createdb -i -n cangjie3.db -s cangjie3.txt
-%{_bindir}/ibus-table-createdb -i -n cangjie5.db -s cangjie5.txt
-%{_bindir}/ibus-table-createdb -i -n quick3.db -s quick3.txt
-%{_bindir}/ibus-table-createdb -i -n quick5.db -s quick5.txt
+%{_bindir}/ibus-table-createdb -i -n cangjie3.db
+%{_bindir}/ibus-table-createdb -i -n cangjie5.db
+%{_bindir}/ibus-table-createdb -i -n quick3.db
+%{_bindir}/ibus-table-createdb -i -n quick5.db
 
 %files
 %defattr(-,root,root,-)
@@ -69,6 +64,9 @@ rm -rf %{buildroot}
 %{_datadir}/ibus-table/icons/quick5.png
 
 %changelog
+* Tue Jun 16 2009 Caius Chance <k AT kaio.me> - 1.1.0.20090309-8.fc11
+- Resolves: rhbz#500579 (Missing .txt during post-install.)
+
 * Tue May 19 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090309-7.fc11
 - Create index only during post-install.
 - Updated package description.




More information about the fedora-extras-commits mailing list