rpms/stomppy/EL-4 stomppy.spec,1.1,1.2

stevetraylen stevetraylen at fedoraproject.org
Fri Nov 6 03:43:38 UTC 2009


Author: stevetraylen

Update of /cvs/pkgs/rpms/stomppy/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20313/EL-4

Modified Files:
	stomppy.spec 
Log Message:
Needs python-ssl on python < 2.6



Index: stomppy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/stomppy/EL-4/stomppy.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- stomppy.spec	3 Oct 2009 21:26:37 -0000	1.1
+++ stomppy.spec	6 Nov 2009 03:43:38 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           stomppy
 Version:        2.0.4
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        Python stomp client for messaging
 
 Group:          Development/Libraries
@@ -15,6 +15,11 @@ BuildArch:      noarch
 
 BuildRequires:  python-devel
 
+%if 0%{?el4}%{?el5}
+Requires: python-ssl
+%endif
+
+
 %description
 stomp.py is a Python client library for accessing messaging servers 
 (such as ActiveMQ or JBoss Messaging) using the STOMP protocol. It can also




More information about the scm-commits mailing list