rpms/fcitx/F-13 fcitx.spec,1.3,1.4

supercyper supercyper at fedoraproject.org
Mon Jun 14 12:17:23 UTC 2010


Author: supercyper

Update of /cvs/pkgs/rpms/fcitx/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4237

Modified Files:
	fcitx.spec 
Log Message:



Index: fcitx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fcitx/F-13/fcitx.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- fcitx.spec	16 May 2010 02:24:31 -0000	1.3
+++ fcitx.spec	14 Jun 2010 12:17:23 -0000	1.4
@@ -5,7 +5,7 @@
 Name:			fcitx
 Summary:			Free Chinese Input Toy for X (XIM)
 Version:			3.6.3
-Release:			4.%{?svndate}svn_utf8%{?dist}
+Release:			5.%{?svndate}svn_utf8%{?dist}
 License:			GPLv2+
 Group:			System Environment/Libraries
 URL:				http://code.google.com/p/%{name}/
@@ -25,8 +25,7 @@ BuildRequires:		autoconf automake
 BuildRequires:		gettext-devel
 BuildRequires:		libXtst-devel
 BuildRequires:		libXft-devel 
-BuildRequires:		libXpm-devel 
-BuildRequires:		libXext-devel
+BuildRequires:		libXpm-devel
 BuildRequires:		dbus-devel
 Requires:			im-chooser
 Requires(post):	%{_sbindir}/alternatives
@@ -44,7 +43,7 @@ This package is the UTF-8 branch of fcit
 
 %build
 # fix DSOLinking
-sed -i -e 's/fcitx_LDFLAGS =/fcitx_LDFLAGS = -ldl -lXext/g' src/core/Makefile.am
+sed -i -e 's/fcitx_LDFLAGS =/fcitx_LDFLAGS = -ldl/g' src/core/Makefile.am
 ./autogen.sh
 %configure --enable-dbus
 make %{?_smp_mflags}
@@ -91,6 +90,9 @@ fi
 %{_datadir}/pixmaps/*
 
 %changelog
+* Mon Jun 14 2010 Chen Lei <supercyper at 163.com> - 3.6.3-5.20100514svn_utf8
+- Remove BR:libXext-devel
+
 * Fri May 14 2010 Chen Lei <supercyper at 163.com> - 3.6.3-4.20100514svn_utf8
 - svn 365
 



More information about the scm-commits mailing list