rpms/ibus-table-wubi/F-10 ibus-table-wubi.spec,1.7,1.8

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


Author: cchance

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

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




Index: ibus-table-wubi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-wubi/F-10/ibus-table-wubi.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- ibus-table-wubi.spec	28 May 2009 05:17:50 -0000	1.7
+++ ibus-table-wubi.spec	3 Jun 2009 02:57:23 -0000	1.8
@@ -2,7 +2,7 @@
 
 Name:       ibus-table-wubi
 Version:    1.1.0.20090327
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Wubi input methods for ibus-table
 License:    GPLv3+
 Group:      System Environment/Libraries
@@ -14,9 +14,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
@@ -27,18 +25,14 @@ The package contains Wubi input methods 
 
 %build
 export IBUS_TABLE_CREATEDB="%{_bindir}/ibus-table-createdb --no-create-index"
-%if %{with bootstrap}
 ./autogen.sh \
     --prefix=%{_prefix} \
-%else
-%configure \
-%endif
     --enable-wubi86
 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}
@@ -53,6 +47,9 @@ rm -rf %{buildroot}
 %{_datadir}/ibus-table/icons/wubi86.svg
 
 %changelog
+* Wed Jun 03 2009 Caius 'kaio' Chance <cchance at redhat.com> - 1.1.0.20090327-3.fc11
+- Fixed index creation errors at post-install by removals of bootstrap check.
+
 * Thu May 28 2009 Caius 'kaio' Chance <cchance at redhat.com> - 1.1.0.20090327-2.fc11
 - Rebuilt.
 * Wed May 20 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090327-1.fc11




More information about the fedora-extras-commits mailing list