rpms/stomppy/devel import.log, NONE, 1.1 stomppy-rm-bang-python.patch, NONE, 1.1 stomppy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

stevetraylen stevetraylen at fedoraproject.org
Sat Oct 3 21:26:37 UTC 2009


Author: stevetraylen

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log stomppy-rm-bang-python.patch stomppy.spec 
Log Message:
Initial Import rhbz#526544


--- NEW FILE import.log ---
stomppy-2_0_4-1_fc11:HEAD:stomppy-2.0.4-1.fc11.src.rpm:1254605169

stomppy-rm-bang-python.patch:
 stomp.py |    1 -
 1 file changed, 1 deletion(-)

--- NEW FILE stomppy-rm-bang-python.patch ---
diff -uNr stomp.py-2.0.2.ORIG/stomp/stomp.py stomp.py-2.0.2/stomp/stomp.py
--- stomp.py-2.0.2.ORIG/stomp/stomp.py	2009-09-30 20:27:10.685618642 +0200
+++ stomp.py-2.0.2/stomp/stomp.py	2009-09-30 20:56:49.564606800 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 
 import math
 import random


--- NEW FILE stomppy.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           stomppy
Version:        2.0.4
Release:        1%{?dist}
Summary:        Python stomp client for messaging

Group:          Development/Libraries
License:        ASL 2.0
URL:            http://code.google.com/p/stomppy/
Source0:        http://stomppy.googlecode.com/files/stomp.py-%{version}.tar.gz
Patch1:        %{name}-rm-bang-python.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  python-devel

%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
be run as a standalone, command-line client for testing.

%prep
%setup -q -n stomp.py-%{version}
%patch1 -p1
# Remove dos line feeds from tests.
%{__sed} -i 's/\r//' test/testlistener.py
%{__sed} -i 's/\r//' test/rabbitmq.py
%{__sed} -i 's/\r//' test/basic.py

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT%{python_sitelib}/test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{python_sitelib}/*
%doc test LICENSE

%changelog
* Wed Sep 30 2009 Steve Traylen <steve.traylen at cern.ch> -  2.0.4-1
- Update to 2.0.4
  remove patch to allow building with out network.

* Wed Sep 30 2009 Steve Traylen <steve.traylen at cern.ch> -  2.0.2-3
- Remove some dos line feeds

* Tue Sep 29 2009 Steve Traylen <steve.traylen at cern.ch> -  2.0.2-2
- Add patch to allow build without working network.

* Mon Sep 7 2009 Steve Traylen <steve.traylen at cern.ch> -  2.0.2-1
- Initial version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/stomppy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Oct 2009 21:17:46 -0000	1.1
+++ .cvsignore	3 Oct 2009 21:26:37 -0000	1.2
@@ -0,0 +1 @@
+stomp.py-2.0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/stomppy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Oct 2009 21:17:46 -0000	1.1
+++ sources	3 Oct 2009 21:26:37 -0000	1.2
@@ -0,0 +1 @@
+2cb207ffc52280bab5457523b90a8f11  stomp.py-2.0.4.tar.gz




More information about the fedora-extras-commits mailing list