rpms/python-qpid/F-8 .cvsignore, 1.2, 1.3 python-qpid.spec, 1.3, 1.4 sources, 1.4, 1.5

Nuno Santos (nsantos) fedora-extras-commits at redhat.com
Thu May 22 16:11:52 UTC 2008


Author: nsantos

Update of /cvs/extras/rpms/python-qpid/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16590/F-8

Modified Files:
	.cvsignore python-qpid.spec sources 
Log Message:
importing  python-qpid-0.2.657115-12.el5.src.rpm



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-qpid/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	17 Apr 2007 13:56:28 -0000	1.2
+++ .cvsignore	22 May 2008 16:11:08 -0000	1.3
@@ -1 +1 @@
-python-qpid.tar.gz
+python-qpid-657115.tar.gz


Index: python-qpid.spec
===================================================================
RCS file: /cvs/extras/rpms/python-qpid/F-8/python-qpid.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-qpid.spec	11 Apr 2008 17:22:29 -0000	1.3
+++ python-qpid.spec	22 May 2008 16:11:08 -0000	1.4
@@ -1,15 +1,14 @@
 Name:           python-qpid
-Version:        0.2
-Release:        10%{?dist}
+Version:        0.2.657115
+Release:        12%{?dist}
 Summary:        Python language client for AMQP
 
 Group:          Development/Python
 License:        Apache Software License
 URL:            http://incubator.apache.org/qpid
-Source0:        %{name}.tar.gz
-# svn export http://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/python \
-#  python-qpid
-# tar czf python-qpid.tar.gz python-qpid
+Source0:        %{name}-657115.tar.gz
+# svn export http://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/python python-qpid
+# tar czf python-qpid-<rev>.tar.gz python-qpid
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -17,7 +16,7 @@
 BuildRequires:  python-devel
 
 Requires:       python
-Requires:       amqp
+Requires:       amqp >= 1.0.656025-5
 
 %description
 The Apache Qpid project's Python language client for AMQP.
@@ -32,6 +31,7 @@
 sed -e 1d -e 2d -i qpid/reference.py
 chmod 0644 LICENSE.txt
 echo "\n" > cpp_failing_0-8.txt
+echo 'amqp_spec = "%{_datadir}/amqp/amqp.0-10-qpid-errata.xml"' > qpid_config.py
 
 %build
 #empty
@@ -42,8 +42,10 @@
 install -d $RPM_BUILD_ROOT%{python_sitelib}/qpid/mllib
 install -d $RPM_BUILD_ROOT%{python_sitelib}/qpid/doc
 install -pm 0644 *.* qpid/* $RPM_BUILD_ROOT%{python_sitelib}/qpid
+install -pm 0644 qpid_config.* $RPM_BUILD_ROOT%{python_sitelib}
 install -d $RPM_BUILD_ROOT%{_bindir}
 install -pm 0755 run-tests $RPM_BUILD_ROOT%{_bindir}/python-qpid-tests
+install -pm 0755 commands/* $RPM_BUILD_ROOT%{_bindir}
 install -pm 0644 mllib/*.* $RPM_BUILD_ROOT%{python_sitelib}/qpid/mllib
 install -pm 0644 doc/*.* $RPM_BUILD_ROOT%{python_sitelib}/qpid/doc
 install -d $RPM_BUILD_ROOT%{python_sitelib}/qpid/tests
@@ -61,12 +63,24 @@
 %files 
 %defattr(-,root,root,-)
 %{python_sitelib}/qpid
+%{python_sitelib}/qpid_config.*
 %{_bindir}/python-qpid-tests
+%{_bindir}/qpid-*
 %doc LICENSE.txt NOTICE.txt README.txt doc/test-requirements.txt
 
 %changelog
-* Thu Apr 10 2008 Nuno Santos <nsantos at redhat.com> - 0.2-10
-- Bumped for Fedora 9
+* Fri May 16 2008 Rafael Schloming <rafaels at redhat.com> - 0.2.657115-12
+- Imported new source tarball for MRG Beta 4
+
+* Tue May 13 2008 Rafael Schloming <rafaels at redhat.com> - 0.2.656025-12
+- Updated the amqp dependency
+
+* Mon May 12 2008 Rafael Schloming <rafaels at redhat.com> - 0.2-11
+- Install the scripts from the commands directory, update the source
+  tarball, and include the svn revision number in the version.
+
+* Mon May 12 2008 Rafael Schloming <rafaels at redhat.com> - 0.2-10
+- Updated the source tarball for MRG Beta 4
 
 * Mon Feb 11 2008  <rafaels at redhat.com> - 0.2-9
 - bumped for Beta 3


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-qpid/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	11 Apr 2008 17:22:29 -0000	1.4
+++ sources	22 May 2008 16:11:08 -0000	1.5
@@ -1 +1 @@
-0517229cae82b7cddb634fc3dc949d81  python-qpid.tar.gz
+4fd78d743a101d497e02b6b5118a04b6  python-qpid-657115.tar.gz




More information about the fedora-extras-commits mailing list