rpms/ibus-table-erbi/F-11 ibus-table-erbi.spec,1.3,1.4

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


Author: cchance

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

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



Index: ibus-table-erbi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-erbi/F-11/ibus-table-erbi.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ibus-table-erbi.spec	7 Apr 2009 07:36:56 -0000	1.3
+++ ibus-table-erbi.spec	19 May 2009 02:58:22 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:       ibus-table-erbi
 Version:    1.1.0.20090407
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    Erbi input methods for ibus-table
 License:    GPLv2+
 Group:      System Environment/Libraries
@@ -14,7 +14,7 @@ BuildArch:  noarch
 
 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
 # uncomment if build with extra phrases.
 # BuildRequires: ibus-table-extraphrase >= 1.1.0
@@ -23,8 +23,6 @@ Requires(post):   ibus-table > 1.1.0
 %description
 The package contains Erbi input methods for Table engine of IBus platform. 
 
-Erbi is released under released under GPLv2.
-
 %prep
 %setup -q
 
@@ -43,13 +41,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 erbi_qs.db -s erbi_qs.txt
+%{_bindir}/ibus-table-createdb -i -n erbi_qs.db -s erbi_qs.txt
 
 %files
 %defattr(-,root,root,-)
@@ -58,6 +56,9 @@ rm -rf %{buildroot}
 %{_datadir}/ibus-table/icons/erbi-qs.svg
 
 %changelog
+* Tue May 19 2009 Caius 'kaio' Chance <cchance at redhat.com> - 1.1.0.20090407-4.fc11
+- Create index only during post-install.
+
 * Tue Apr 07 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090407-3.fc11
 - Fixed files typo.
 




More information about the scm-commits mailing list