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

Caius Chance cchance at fedoraproject.org
Mon Jun 15 04:45:54 UTC 2009


Author: cchance

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

Modified Files:
	ibus-table-wubi.spec 
Log Message:
resolves #500973: fixed autogen.sh didnt run during build stage



Index: ibus-table-wubi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-wubi/F-11/ibus-table-wubi.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ibus-table-wubi.spec	19 May 2009 02:57:57 -0000	1.3
+++ ibus-table-wubi.spec	15 Jun 2009 04:45:21 -0000	1.4
@@ -1,8 +1,6 @@
-%bcond_without bootstrap
-
 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,28 +12,18 @@ 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
 The package contains Wubi input methods for Table engine of IBus platform. 
 
-Wubi is released under released under GPLv3.
-
 %prep
 %setup -q
 
 %build
 export IBUS_TABLE_CREATEDB="%{_bindir}/ibus-table-createdb --no-create-index"
-%if %{with bootstrap}
-./autogen.sh \
-    --prefix=%{_prefix} \
-%else
-%configure \
-%endif
-    --enable-wubi86
+./autogen.sh --prefix=%{_prefix} --enable-wubi86
 make %{?_smp_mflags}
 
 %install
@@ -46,7 +34,7 @@ make DESTDIR=%{buildroot} INSTALL="insta
 rm -rf %{buildroot}
 
 %post
-%{_bindir}/ibus-table-createdb -i -n wubi86.db -s wubi86.txt
+%{_bindir}/ibus-table-createdb -i -n wubi86.db 
 
 %files
 %defattr(-,root,root,-)
@@ -55,6 +43,9 @@ rm -rf %{buildroot}
 %{_datadir}/ibus-table/icons/wubi86.svg
 
 %changelog
+* Mon Jun 15 2009 Caius 'kaio' Chance <kATkaioDOTme> - 1.1.0.20090327-3.fc11
+- Resolves: rhbz#500973 (Rebuild db during build stage.)
+
 * Tue May 19 2009 Caius 'kaio' Chance <cchance at redhat.com> - 1.1.0.20090327-2.fc11
 - Rebuilt
 




More information about the fedora-extras-commits mailing list