rpms/ibus-table-yong/devel ibus-table-yong.spec,1.4,1.5

Caius Chance cchance at fedoraproject.org
Wed Jul 22 04:20:05 UTC 2009


Author: cchance

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

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



Index: ibus-table-yong.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-yong/devel/ibus-table-yong.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- ibus-table-yong.spec	17 Jul 2009 07:01:36 -0000	1.4
+++ ibus-table-yong.spec	22 Jul 2009 04:19:35 -0000	1.5
@@ -1,6 +1,6 @@
 Name:       ibus-table-yong
 Version:    1.2.0.20090717
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Yong input methods for ibus-table
 License:    GPLv3+
 Group:      System Environment/Libraries
@@ -13,7 +13,6 @@ BuildArch:  noarch
 Requires:         ibus >= 1.2, ibus-table >= 1.2
 Requires(post):   ibus >= 1.2, ibus-table >= 1.2
 BuildRequires:    ibus >= 1.2, ibus-table >= 1.2
-BuildRequires:    gettext-devel >= 0.17, automake >= 1.10.1
 
 %description
 The package contains Yong input methods for Table engine of IBus platform. 
@@ -23,7 +22,7 @@ The package contains Yong 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
@@ -42,13 +41,15 @@ cd %{_datadir}/ibus-table/tables/
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
-%dir %{_datadir}/ibus-table
-%dir %{_datadir}/ibus-table/icons
-%dir %{_datadir}/ibus-table/tables
 %{_datadir}/ibus-table/tables/yong_ibus.db
 %{_datadir}/ibus-table/icons/yong.png
 
 %changelog
+* Wed Jul 22 2009 Caius 'kaio' Chance <kaio 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 'kaio' Chance <kaio at kaio.me> - 1.1.0.20090717-1.fc12
 - Rebuilt with IBus 1.2.
 




More information about the fedora-extras-commits mailing list