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

Caius Chance cchance at fedoraproject.org
Tue May 19 02:58:27 UTC 2009


Author: cchance

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

Modified Files:
	ibus-table-wubi.spec 
Log Message:
create index only during post-install



Index: ibus-table-wubi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-wubi/F-11/ibus-table-wubi.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- ibus-table-wubi.spec	2 Apr 2009 00:26:03 -0000	1.2
+++ ibus-table-wubi.spec	19 May 2009 02:57:57 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:       ibus-table-wubi
 Version:    1.1.0.20090327
-Release:    4%{?dist}
+Release:    2%{?dist}
 Summary:    Wubi input methods for ibus-table
 License:    GPLv3+
 Group:      System Environment/Libraries
@@ -15,7 +15,7 @@ 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
 
@@ -40,13 +40,13 @@ make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-make DESTDIR=%{buildroot} install INSTALL="install -p"
+make DESTDIR=%{buildroot} INSTALL="install -p" NO_INDEX=true install
 
 %clean
 rm -rf %{buildroot}
 
 %post
-%{_bindir}/ibus-table-createdb  -n wubi86.db -s wubi86.txt
+%{_bindir}/ibus-table-createdb -i -n wubi86.db -s wubi86.txt
 
 %files
 %defattr(-,root,root,-)
@@ -55,6 +55,12 @@ rm -rf %{buildroot}
 %{_datadir}/ibus-table/icons/wubi86.svg
 
 %changelog
+* Tue May 19 2009 Caius 'kaio' Chance <cchance at redhat.com> - 1.1.0.20090327-2.fc11
+- Rebuilt
+
+* Tue May 19 2009 Caius 'kaio' Chance <cchance at redhat.com> - 1.1.0.20090327-1.fc11
+- Create index only during post-install.
+
 * Wed Apr 01 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090316-4.fc11
 - Correct license to GPLv3+ and preserve timestamp during make install.
 




More information about the fedora-extras-commits mailing list