rpms/amqp/devel amqp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nuno Santos (nsantos) fedora-extras-commits at redhat.com
Fri Mar 23 21:28:06 UTC 2007


Author: nsantos

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

Modified Files:
	.cvsignore sources 
Added Files:
	amqp.spec 
Log Message:
auto-import amqp-0.8-2rhm.1 on branch devel from amqp-0.8-2rhm.1.src.rpm


--- NEW FILE amqp.spec ---
Name:           amqp
Version:        0.8
Release:        2rhm.1%{?dist}
Epoch:          0
Summary:        The AMQP specification

Group:          Development/Java
License:        AMQP
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

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

%description
The AMQP (advanced message queuing protocol) specification in XML format.

%prep
%setup -q -n %{name}

%build

%install
rm -rf $RPM_BUILD_ROOT
install -d -m0755 $RPM_BUILD_ROOT%{_datadir}/%{name}
install -p -m0644 amqp-*.xml $RPM_BUILD_ROOT%{_datadir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_datadir}/%{name}



%changelog
* Thu Mar 22 2007 Nuno Santos <nsantos 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
- Bumped the release.

* Wed Dec 20 2006 Rafael Schloming <rafaels at redhat.com> - 0.8-1
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/amqp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Mar 2007 20:29:17 -0000	1.1
+++ .cvsignore	23 Mar 2007 21:27:33 -0000	1.2
@@ -0,0 +1 @@
+amqp.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/amqp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Mar 2007 20:29:17 -0000	1.1
+++ sources	23 Mar 2007 21:27:33 -0000	1.2
@@ -0,0 +1 @@
+a4590d47d5801062fbfb18839f931159  amqp.tar.gz




More information about the fedora-extras-commits mailing list