rpms/ibus-table-yong/F-10 ibus-table-yong.spec,1.3,1.4

Caius Chance cchance at fedoraproject.org
Wed Jun 3 03:00:02 UTC 2009


Author: cchance

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

Modified Files:
	ibus-table-yong.spec 
Log Message:
- Fixed index creation errors at post-install by removals of bootstrap check.




Index: ibus-table-yong.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-yong/F-10/ibus-table-yong.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ibus-table-yong.spec	28 May 2009 06:38:51 -0000	1.3
+++ ibus-table-yong.spec	3 Jun 2009 02:59:32 -0000	1.4
@@ -1,8 +1,6 @@
-%bcond_without bootstrap
-
 Name:       ibus-table-yong
 Version:    1.1.0.20090422
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Yong input methods for ibus-table
 License:    GPLv3+
 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,14 +24,7 @@ The package contains Yong 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}
 
@@ -58,5 +47,8 @@ rm -rf %{buildroot}
 %{_datadir}/ibus-table/icons/yong.png
 
 %changelog
+* Wed Jun 03 2009 Caius 'kaio' Chance <cchance AT redhat DOT com> - 1.1.0.20090422-2.fc10
+- Fixed index creation errors at post-install by removals of bootstrap check.
+
 * Thu May 28 2009 Caius 'kaio' Chance <cchance AT redhat DOT com> - 1.1.0.20090422-1.fc10
 - Backported from F-11.




More information about the fedora-extras-commits mailing list