rpms/ibus-table-erbi/devel ibus-table-erbi.spec,1.10,1.11

Caius Chance cchance at fedoraproject.org
Wed Jul 22 04:27:43 UTC 2009


Author: cchance

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

Modified Files:
	ibus-table-erbi.spec 
Log Message:
- Removed unneccessary BuildRequires.
- Removed unneccessary owned directories.
- Changed autogen.sh into configure.


Index: ibus-table-erbi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-erbi/devel/ibus-table-erbi.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- ibus-table-erbi.spec	17 Jul 2009 06:26:41 -0000	1.10
+++ ibus-table-erbi.spec	22 Jul 2009 04:27:42 -0000	1.11
@@ -1,6 +1,6 @@
 Name:       ibus-table-erbi
 Version:    1.2.0.20090717
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Erbi input methods for ibus-table
 License:    GPLv2+
 Group:      System Environment/Libraries
@@ -13,7 +13,6 @@ 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
 BuildRequires:    ibus >= 1.2.0.20090617, ibus-table >= 1.1.0.20090610
-BuildRequires:    gettext-devel >= 0.17, automake >= 1.10.1
 
 %description
 The package contains Erbi input methods for Table engine of IBus platform. 
@@ -23,7 +22,7 @@ The package contains Erbi input methods 
 
 %build
 export IBUS_TABLE_CREATEDB="%{_bindir}/ibus-table-createdb --no-create-index"
-./autogen.sh --prefix=%{_prefix}
+%configure --prefix=%{_prefix}
 %__make %{?_smp_mflags}
 
 %install
@@ -40,13 +39,15 @@ cd %{_datadir}/ibus-table/tables/
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
-%dir %{_datadir}/ibus-table
-%dir %{_datadir}/ibus-table/tables
-%dir %{_datadir}/ibus-table/icons
 %{_datadir}/ibus-table/tables/erbi_qs.db
 %{_datadir}/ibus-table/icons/erbi-qs.svg
 
 %changelog
+* Wed Jul 22 2009 Caius 'kaio' Chance <k at kaio.me> - 1.1.0.20090717-2.fc12
+- Removed unneccessary BuildRequires.
+- Removed unneccessary owned directories.
+- Changed autogen.sh into configure.
+
 * Fri Jul 17 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090717-1.fc12
 - Rebuilt with IBus 1.2.
 




More information about the fedora-extras-commits mailing list