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

Nuno Santos (nsantos) fedora-extras-commits at redhat.com
Fri Apr 11 17:23:07 UTC 2008


Author: nsantos

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

Modified Files:
	python-qpid.spec sources 
Log Message:
importing python-qpid-0.2-10.fc9



Index: python-qpid.spec
===================================================================
RCS file: /cvs/extras/rpms/python-qpid/F-8/python-qpid.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-qpid.spec	3 Jan 2008 17:56:14 -0000	1.2
+++ python-qpid.spec	11 Apr 2008 17:22:29 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           python-qpid
 Version:        0.2
-Release:        2%{?dist}
+Release:        10%{?dist}
 Summary:        Python language client for AMQP
 
 Group:          Development/Python
@@ -40,24 +40,52 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{python_sitelib}/qpid
 install -d $RPM_BUILD_ROOT%{python_sitelib}/qpid/mllib
-install -d $RPM_BUILD_ROOT%{python_sitelib}/qpid/tests_0-8
-install -d $RPM_BUILD_ROOT%{python_sitelib}/qpid/tests_0-9
 install -d $RPM_BUILD_ROOT%{python_sitelib}/qpid/doc
 install -pm 0644 *.* qpid/* $RPM_BUILD_ROOT%{python_sitelib}/qpid
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -pm 0755 run-tests $RPM_BUILD_ROOT%{_bindir}/python-qpid-tests
 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
+install -pm 0644 tests/*.* $RPM_BUILD_ROOT%{python_sitelib}/qpid/tests
+install -d $RPM_BUILD_ROOT%{python_sitelib}/qpid/tests_0-8
 install -pm 0644 tests_0-8/*.* $RPM_BUILD_ROOT%{python_sitelib}/qpid/tests_0-8
+install -d $RPM_BUILD_ROOT%{python_sitelib}/qpid/tests_0-9
 install -pm 0644 tests_0-9/*.* $RPM_BUILD_ROOT%{python_sitelib}/qpid/tests_0-9
-install -pm 0644 doc/*.* $RPM_BUILD_ROOT%{python_sitelib}/qpid/doc
+install -d $RPM_BUILD_ROOT%{python_sitelib}/qpid/tests_0-10
+install -pm 0644 tests_0-10/*.* $RPM_BUILD_ROOT%{python_sitelib}/qpid/tests_0-10
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files 
 %defattr(-,root,root,-)
-%{python_sitelib}/qpid/
+%{python_sitelib}/qpid
+%{_bindir}/python-qpid-tests
 %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
+
+* Mon Feb 11 2008  <rafaels at redhat.com> - 0.2-9
+- bumped for Beta 3
+
+* Thu Jan 24 2008 Nuno Santos <nsantos at redhat.com> - 0.1-8
+- Move test script to /usr/bin
+
+* Thu Jan 24 2008 Nuno Santos <nsantos at redhat.com> - 0.1-7
+- Testrunner fixes
+
+* Thu Jan 24 2008 Nuno Santos <nsantos at redhat.com> - 0.1-6
+- Include generic tests
+
+* Wed Jan 23 2008 Nuno Santos <nsantos at redhat.com> - 0.1-5
+- Include tests for AMQP 0-10
+
+* Mon Jan 21 2008 Gordon Sim <gsim at redhat.com> - 0.1-3
+- Bumped revision
+
 * Thu Mar 22 2007 Rafael Schloming <rafaels at redhat.com> - 0.1-1
 - Initial build.
 - Comply with Fedora packaging guidelines


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-qpid/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	3 Jan 2008 17:56:14 -0000	1.3
+++ sources	11 Apr 2008 17:22:29 -0000	1.4
@@ -1 +1 @@
-442b4be7ef8f3ad20e1f79c7df51b9be  python-qpid.tar.gz
+0517229cae82b7cddb634fc3dc949d81  python-qpid.tar.gz




More information about the fedora-extras-commits mailing list