rpms/pidgin/devel pidgin.spec,1.5,1.6

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Sat Apr 21 21:06:15 UTC 2007


Author: wtogami

Update of /cvs/extras/rpms/pidgin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31154

Modified Files:
	pidgin.spec 
Log Message:
re-remove tcl and tk for now



Index: pidgin.spec
===================================================================
RCS file: /cvs/extras/rpms/pidgin/devel/pidgin.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pidgin.spec	21 Apr 2007 20:12:16 -0000	1.5
+++ pidgin.spec	21 Apr 2007 21:05:41 -0000	1.6
@@ -79,8 +79,6 @@
 BuildRequires:  intltool
 BuildRequires:  desktop-file-utils
 BuildRequires:  ncurses-devel
-BuildRequires:  tcl-devel
-BuildRequires:  tk-devel
 
 # krb5 needed for Zephyr (FC1+)
 %if %{krb_integration}
@@ -275,7 +273,9 @@
 export CFLAGS="$RPM_OPT_FLAGS"
 
 # gnutls is buggy so use mozilla-nss on all distributions
-%configure --enable-gnutls=no --enable-nss=yes --enable-cyrus-sasl $SWITCHES
+# disable tcl and tk (at least until we split them out)
+%configure --disable-tcl --disable-tk \
+           --enable-gnutls=no --enable-nss=yes --enable-cyrus-sasl $SWITCHES
 
 make %{?_smp_mflags}
 
@@ -399,7 +399,6 @@
 * Sat Apr 21 2007 Warren Togami <wtogami at redhat.com> - 2.0.0-0.35.beta7devel
 - upstream insists that we remove the Epoch
   rawhide users might need to use --oldpackage once to upgrade
-- upstream insists that we enable the tcl/tk bindings
 - remove mono and howl cruft
 
 * Wed Apr 18 2007 Stu Tomlinson <stu at nosnilmot.com> - 2:2.0.0-0.34.beta7devel




More information about the scm-commits mailing list