rpms/pidgin/devel pidgin.spec,1.101,1.102

Warren Togami 砥上勇 wtogami at fedoraproject.org
Wed Dec 2 17:18:17 UTC 2009


Author: wtogami

Update of /cvs/pkgs/rpms/pidgin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31401

Modified Files:
	pidgin.spec 
Log Message:
disable SILC in EL6 builds



Index: pidgin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pidgin/devel/pidgin.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -p -r1.101 -r1.102
--- pidgin.spec	30 Nov 2009 06:14:14 -0000	1.101
+++ pidgin.spec	2 Dec 2009 17:18:17 -0000	1.102
@@ -36,6 +36,7 @@
 %define nss_md2_disabled	0
 %define vv_support		0
 %define libidn_support		0
+%define disable_silc		0
 
 # RHEL4: Use ALSA aplay to output sounds because it lacks gstreamer
 %if 0%{?fedora} < 5
@@ -83,6 +84,11 @@
 %if 0%{?fedora} >= 12
 %define krb4_removed	1
 %endif
+# EL6: Disable SILC protocol
+# (get rid of extra crypto lib for perpetually broken protocol that nobody uses)
+%if 0%{?rhel} == 6
+%define disable_silc	1
+%endif
 
 Name:		pidgin
 Version:	2.6.4
@@ -166,7 +172,9 @@ BuildRequires:	gtkspell-devel
 # Evolution integration (FC3+)
 BuildRequires:	evolution-data-server-devel
 # SILC integration (FC3+)
+%if ! %{disable_silc}
 BuildRequires:	libsilc-devel
+%endif
 # DBus integration (FC5+)
 %if %{dbus_integration}
 BuildRequires:  dbus-devel >= 0.60
@@ -623,6 +631,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Dec 02 2009 Warren Togami <wtogami at redhat.com> 2.6.4-2
+- disable SILC in EL6 builds
+
 * Mon Nov 30 2009 Warren Togami <wtogami at redhat.com> 2.6.4-1
 - 2.6.4
 




More information about the fedora-extras-commits mailing list