rpms/ibus-table-cangjie/F-10 ibus-table-cangjie.spec,1.6,1.7

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


Author: cchance

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

Modified Files:
	ibus-table-cangjie.spec 
Log Message:
removed bootstrap for testing if indexing is fixed



Index: ibus-table-cangjie.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-cangjie/F-10/ibus-table-cangjie.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- ibus-table-cangjie.spec	28 May 2009 14:11:41 -0000	1.6
+++ ibus-table-cangjie.spec	3 Jun 2009 02:05:53 -0000	1.7
@@ -1,8 +1,6 @@
-%bcond_without bootstrap
-
 Name:       ibus-table-cangjie
 Version:    1.1.0.20090309
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Cang Jie input methods for ibus-table
 License:    Public Domain and GPLv2+ 
 Group:      System Environment/Libraries
@@ -15,9 +13,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.1
-%endif
 Requires(post):   ibus-table > 1.1.0
 
 %description
@@ -29,13 +25,8 @@ The package contains Cang Jie input meth
 %__cp %{SOURCE1} tables/COPYING.tables
 
 %build
-export IBUS_TABLE_CREATEDB="%{_bindir}/ibus-table-createdb --no-create-index"
-%if %{with bootstrap}
 ./autogen.sh \
     --prefix=%{_prefix} \
-%else
-%configure \
-%endif
     --enable-cangjie5 \
     --enable-cangjie3 \
     --enable-quick5 \
@@ -44,7 +35,7 @@ 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}
@@ -68,6 +59,10 @@ rm -rf %{buildroot}
 %{_datadir}/ibus-table/icons/quick5.png
 
 %changelog
+* Wed Jun 03 2009 Caius 'kaio' Chance <cchance at redhat.com> - 1.1.0.20090309-3.fc10
+- Resolves: rhbz#503674 (Problem of index creation during post-install.)
+- Removed bootstrap.
+
 * Thu May 28 2009 Caius 'kaio' Chance <cchance at redhat.com> - 1.1.0.20090309-2.fc10
 - Fixed BuildRequires.
 




More information about the fedora-extras-commits mailing list