rpms/amqp/devel amqp.spec,1.1,1.2 sources,1.2,1.3

Nuno Santos (nsantos) fedora-extras-commits at redhat.com
Thu Oct 25 20:49:44 UTC 2007


Author: nsantos

Update of /cvs/extras/rpms/amqp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5574

Modified Files:
	amqp.spec sources 
Log Message:
moved to version 1.0, which includes preliminary version of the 0-10 spec



Index: amqp.spec
===================================================================
RCS file: /cvs/extras/rpms/amqp/devel/amqp.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amqp.spec	23 Mar 2007 21:27:33 -0000	1.1
+++ amqp.spec	25 Oct 2007 20:49:12 -0000	1.2
@@ -1,21 +1,19 @@
 Name:           amqp
-Version:        0.8
-Release:        2rhm.1%{?dist}
+Version:        1.0
+Release:        1
 Epoch:          0
 Summary:        The AMQP specification
 
 Group:          Development/Java
-License:        AMQP
+License:        AMQP 
+# http://amqp.org/tikiwiki/tiki-index.php?page=TermsUse
+
 URL:            http://www.amqp.org
 Source0:        %{name}.tar.gz
-# mkdir amqp
-# svn cat \
-# http://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/specs/amqp.0-8.xml \
-# > amqp/amqp.0-8.xml
-# tar czf amqp.tar.gz amqp
+# svn co http://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/specs amqp
+# tar czf amqp.tar.gz amqp/*.xml
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
 
 %description
@@ -29,7 +27,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d -m0755 $RPM_BUILD_ROOT%{_datadir}/%{name}
-install -p -m0644 amqp-*.xml $RPM_BUILD_ROOT%{_datadir}/%{name}
+install -p -m0644 *.xml $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -39,9 +37,11 @@
 %{_datadir}/%{name}
 
 
-
 %changelog
-* Thu Mar 22 2007 Nuno Santos <nsantos at redhat.com> - 0.8-2rhm.1
+* Wed Aug 01 2007 Nuno Santos  <nsantos at redhat.com> - 1.0-1
+- Include multiple versions of the spec; bump release
+
+* Thu Mar 22 2007 Rafael Schloming  <rafaels at redhat.com> - 0.8-2rhm.1
 - Comply with Fedora packaging guidelines
 
 * Wed Dec 20 2006 Rafael Schloming <rafaels at redhat.com> - 0.8-2rhm


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/amqp/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Mar 2007 21:27:33 -0000	1.2
+++ sources	25 Oct 2007 20:49:12 -0000	1.3
@@ -1 +1 @@
-a4590d47d5801062fbfb18839f931159  amqp.tar.gz
+8448fa827818db96d9fc284aa8c93c3f  amqp.tar.gz




More information about the fedora-extras-commits mailing list