rpms/ibus-table-erbi/F-11 ibus-table-erbi.spec,1.4,1.5

Caius Chance cchance at fedoraproject.org
Tue Jun 16 00:24:44 UTC 2009


Author: cchance

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

Modified Files:
	ibus-table-erbi.spec 
Log Message:
resolves ehbz#500973: missing .txt during post-install



Index: ibus-table-erbi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-erbi/F-11/ibus-table-erbi.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- ibus-table-erbi.spec	19 May 2009 02:58:22 -0000	1.4
+++ ibus-table-erbi.spec	16 Jun 2009 00:24:13 -0000	1.5
@@ -1,8 +1,6 @@
-%bcond_without bootstrap
-
 Name:       ibus-table-erbi
 Version:    1.1.0.20090407
-Release:    4%{?dist}
+Release:    5%{?dist}
 Summary:    Erbi input methods for ibus-table
 License:    GPLv2+
 Group:      System Environment/Libraries
@@ -12,12 +10,8 @@ Source0:    http://ibus.googlecode.com/f
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 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
+BuildRequires:    ibus-table >= 1.1.0.20090220-5 
+BuildRequires:    gettext-devel >= 0.17, automake >= 1.10.1
 Requires(post):   ibus-table > 1.1.0
 
 %description
@@ -28,15 +22,7 @@ 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
@@ -47,7 +33,7 @@ make DESTDIR=%{buildroot} INSTALL="insta
 rm -rf %{buildroot}
 
 %post
-%{_bindir}/ibus-table-createdb -i -n erbi_qs.db -s erbi_qs.txt
+%{_bindir}/ibus-table-createdb -i -n erbi_qs.db
 
 %files
 %defattr(-,root,root,-)
@@ -56,6 +42,9 @@ rm -rf %{buildroot}
 %{_datadir}/ibus-table/icons/erbi-qs.svg
 
 %changelog
+* Tue Jun 16 2009 Caius 'kaio' Chance <k AT kaio.me> - 1.1.0.20090407-5.fc11
+- Resolves: 500973 (Fixed missing .txt during post-install.)
+
 * Tue May 19 2009 Caius 'kaio' Chance <cchance at redhat.com> - 1.1.0.20090407-4.fc11
 - Create index only during post-install.
 




More information about the fedora-extras-commits mailing list