rpms/ibus-table-erbi/devel ibus-table-erbi.spec,1.12,1.13

cchance cchance at fedoraproject.org
Fri Aug 28 02:37:24 UTC 2009


Author: cchance

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

Modified Files:
	ibus-table-erbi.spec 
Log Message:
updated source



Index: ibus-table-erbi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-erbi/devel/ibus-table-erbi.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- ibus-table-erbi.spec	25 Jul 2009 03:04:20 -0000	1.12
+++ ibus-table-erbi.spec	28 Aug 2009 02:37:24 -0000	1.13
@@ -1,7 +1,7 @@
 Name:       ibus-table-erbi
-Version:    1.2.0.20090717
-Release:    3%{?dist}
-Summary:    Erbi input methods for ibus-table
+Version:    1.2.0.20090828
+Release:    1%{?dist}
+Summary:    Erbi input method tables for IBus-Table
 License:    GPLv2+
 Group:      System Environment/Libraries
 URL:        http://code.google.com/p/ibus/
@@ -10,19 +10,22 @@ Source0:    http://ibus.googlecode.com/f
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 
-Requires:         ibus-table >= 1.1.0.20090610, ibus-table >= 1.1.0.20090610
-Requires(post):   ibus-table >= 1.1.0.20090610, ibus-table >= 1.1.0.20090610
+Requires:         ibus >= 1.1.0.20090617, ibus-table >= 1.1.0.20090610
+Requires(post):   ibus >= 1.1.0.20090617, ibus-table >= 1.1.0.20090610
 BuildRequires:    ibus >= 1.2.0.20090617, ibus-table >= 1.1.0.20090610
 
 %description
-The package contains Erbi input methods for Table engine of IBus platform. 
+The package contains Erbi input method tables for IBus-Table. 
 
 %prep
 %setup -q
 
 %build
 export IBUS_TABLE_CREATEDB="%{_bindir}/ibus-table-createdb --no-create-index"
-%configure --prefix=%{_prefix}
+%configure \
+  --prefix=%{_prefix} \
+  --enable-erbi \
+  --enable-erbi-qs
 %__make %{?_smp_mflags}
 
 %install
@@ -34,15 +37,22 @@ export IBUS_TABLE_CREATEDB="%{_bindir}/i
 
 %post
 cd %{_datadir}/ibus-table/tables/
+%{_bindir}/ibus-table-createdb -i -n erbi.db
 %{_bindir}/ibus-table-createdb -i -n erbi_qs.db
 
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
+%{_datadir}/ibus-table/tables/erbi.db
 %{_datadir}/ibus-table/tables/erbi_qs.db
+%{_datadir}/ibus-table/icons/erbi.png
 %{_datadir}/ibus-table/icons/erbi-qs.svg
 
 %changelog
+* Fri Aug 28 2009 Caius 'kaio' Chance <k at kaio.me> - 1.1.0.20090828-1.fc12
+- Updated source with addition of standard ErBi table.
+- Corrected Requires package.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0.20090717-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list