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

Caius Chance cchance at fedoraproject.org
Tue May 19 02:23:34 UTC 2009


Author: cchance

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

Modified Files:
	ibus-table-cangjie.spec 
Log Message:
create index only during post-install
updated package description



Index: ibus-table-cangjie.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-cangjie/F-11/ibus-table-cangjie.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ibus-table-cangjie.spec	16 Mar 2009 01:25:54 -0000	1.1
+++ ibus-table-cangjie.spec	19 May 2009 02:23:04 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:       ibus-table-cangjie
 Version:    1.1.0.20090309
-Release:    6%{?dist}
+Release:    7%{?dist}
 Summary:    Cang Jie input methods for ibus-table
 License:    Public Domain and GPLv2+ 
 Group:      System Environment/Libraries
@@ -16,16 +16,13 @@ BuildArch:  noarch
 # for noarch pkgconfig
 BuildRequires: ibus-table >= 1.1.0.20090220-5
 %if %{with bootstrap}
-BuildRequires:  gettext-devel >= 0.17, automake >= 1.10.2
+BuildRequires:  gettext-devel >= 0.17, automake >= 1.10.1
 %endif
 Requires(post):   ibus-table > 1.1.0
 
 %description
 The package contains Cang Jie input methods for Table engine of IBus platform. 
 
-Cang Jie and Quick tables are released under Public Domain and icons are 
-released under GPLv2+.
-
 %prep
 %setup -q
 %__cp COPYING icons/COPYING.icons
@@ -47,16 +44,17 @@ make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} NO_INDEX=true INSTALL="install -p" install
+
 
 %clean
 rm -rf %{buildroot}
 
 %post
-%{_bindir}/ibus-table-createdb  -n cangjie3.db -s cangjie3.txt
-%{_bindir}/ibus-table-createdb  -n cangjie5.db -s cangjie5.txt
-%{_bindir}/ibus-table-createdb  -n quick3.db -s quick3.txt
-%{_bindir}/ibus-table-createdb  -n quick5.db -s quick5.txt
+%{_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
 
 %files
 %defattr(-,root,root,-)
@@ -71,6 +69,10 @@ rm -rf %{buildroot}
 %{_datadir}/ibus-table/icons/quick5.png
 
 %changelog
+* 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.
+
 * Fri Mar 13 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090309-6.fc11
 - Created Public Domain statement in for tables.
 




More information about the scm-commits mailing list