rpms/ibus-table-erbi/F-10 ibus-table-erbi.spec,1.9,1.10

Caius Chance cchance at fedoraproject.org
Wed Jun 3 02:53:24 UTC 2009


Author: cchance

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

Modified Files:
	ibus-table-erbi.spec 
Log Message:
fixed indexing errors during post-install by removal of bootstrap check



Index: ibus-table-erbi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-erbi/F-10/ibus-table-erbi.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- ibus-table-erbi.spec	28 May 2009 05:35:15 -0000	1.9
+++ ibus-table-erbi.spec	3 Jun 2009 02:52:54 -0000	1.10
@@ -1,8 +1,6 @@
-%bcond_without bootstrap
-
 Name:       ibus-table-erbi
 Version:    1.1.0.20090407
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Erbi input methods for ibus-table
 License:    GPLv2+
 Group:      System Environment/Libraries
@@ -13,9 +11,7 @@ BuildRoot:  %{_tmppath}/%{name}-%{versio
 BuildArch:  noarch
 
 BuildRequires: ibus-table >= 1.1.0.20090220-5
-%if %{with bootstrap}
 BuildRequires:  gettext-devel >= 0.17, automake >= 1.10.1
-%endif
 # uncomment if build with extra phrases.
 # BuildRequires: ibus-table-extraphrase >= 1.1.0
 Requires(post):   ibus-table > 1.1.0
@@ -28,20 +24,12 @@ The package contains Erbi input methods 
 
 %build
 export IBUS_TABLE_CREATEDB="%{_bindir}/ibus-table-createdb --no-create-index"
-%if %{with bootstrap}
-./autogen.sh \
-    --prefix=%{_prefix} \
-%else
-%configure \
-%endif
-# replace below blank line with --enable-extra-phrases, 
-# if build with extra phrases.
-
+./autogen.sh --prefix=%{_prefix}
 make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-make DESTDIR=%{buildroot} NO_INDEX=true install INSTALL="install -p"
+make DESTDIR=%{buildroot} NO_INDEX=true INSTALL="install -p" install
 
 %clean
 rm -rf %{buildroot}
@@ -56,5 +44,8 @@ rm -rf %{buildroot}
 %{_datadir}/ibus-table/icons/erbi-qs.svg
 
 %changelog
+* Wed Jun 03 2009 Caius 'kaio' Chance <cchance at redhat.com> - 1.1.0.20090407-2.fc10
+- Fixed indexing errors in post-instal, by removal of bootstrap check.
+
 * Thu May 28 2009 Caius 'kaio' Chance <cchance at redhat.com> - 1.1.0.20090407-1.fc10
 - Backported from F-11.




More information about the fedora-extras-commits mailing list