rpms/ibus-table-cangjie/devel ibus-table-cangjie.spec,1.11,1.12

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


Author: cchance

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

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


Index: ibus-table-cangjie.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-cangjie/devel/ibus-table-cangjie.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- ibus-table-cangjie.spec	20 Jul 2009 05:39:40 -0000	1.11
+++ ibus-table-cangjie.spec	22 Jul 2009 04:30:49 -0000	1.12
@@ -1,6 +1,6 @@
 Name:       ibus-table-cangjie
 Version:    1.2.0.20090717
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    Cang Jie input methods for ibus-table
 License:    Public Domain and GPLv2+ 
 Group:      System Environment/Libraries
@@ -14,7 +14,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
 
 %description
 The package contains Cang Jie input methods for Table engine of IBus platform. 
@@ -26,7 +25,7 @@ The package contains Cang Jie input meth
 
 %build
 export IBUS_TABLE_CREATEDB="%{_bindir}/ibus-table-createdb -o"
-./autogen.sh \
+%configure \
     --prefix=%{_prefix} \
     --enable-cangjie5 \
     --enable-cangjie3 \
@@ -47,15 +46,17 @@ cd %{_datadir}/ibus-table/tables/
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS icons/COPYING.icons tables/COPYING.tables README
-%dir %{_datadir}/ibus-table
-%dir %{_datadir}/ibus-table/icons
-%dir %{_datadir}/ibus-table/tables
 %verify(not md5 size mtime) %{_datadir}/ibus-table/tables/cangjie3.db
 %verify(not md5 size mtime) %{_datadir}/ibus-table/tables/cangjie5.db
 %{_datadir}/ibus-table/icons/cangjie3.svg
 %{_datadir}/ibus-table/icons/cangjie5.svg
 
 %changelog
+* Wed Jul 22 2009 Caius 'kaio' Chance <k AT kaio.me> - 1.2.0.20090717-4.fc12
+- Removed unneccessary BuildRequires.
+- Removed unneccessary owned directories.
+- Changed autogen.sh into configure.
+
 * Mon Jul 20 2009 Caius 'kaio' Chance <k AT kaio.me> - 1.2.0.20090717-3.fc12
 - Rebuilt.
 




More information about the fedora-extras-commits mailing list