Blob Blame History Raw
Name:           amqp
Version:        1.0.656025
Release:        5%{?dist}
Epoch:          0
Summary:        The AMQP specification

Group:          Development
License:        AMQP

URL:            http://www.amqp.org
Source0:        %{name}-656025.tar.gz
# svn export http://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/specs amqp
# tar czf amqp-<rev>.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 *.xml *.dtd $RPM_BUILD_ROOT%{_datadir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

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


%changelog
* Tue May 13 2008 Rafael Schloming <rafaels@redhat.com> - 0:1.0.656025-5
- Update the source tarball for MRG Beta 4

* Mon May 12 2008 Rafael Schloming <rafaels@redhat.com> - 0:1.0-5
- Imported new source tarball for MRG Beta 4

* Tue Apr 22 2008  Nuno Santos <nsantos@redhat.com> - 0:1.0-4
- Include 0-10 DTD

* Mon Nov 26 2007 Nuno Santos  <nsantos@redhat.com> - 1.0-2
- Bump release for brew update

* Wed Aug 01 2007 Nuno Santos  <nsantos@redhat.com> - 1.0-1
- Include multiple versions of the spec; bump release

* Thu Mar 22 2007 Rafael Schloming  <rafaels@redhat.com> - 0.8-2rhm.1
- Comply with Fedora packaging guidelines

* Wed Dec 20 2006 Rafael Schloming <rafaels@redhat.com> - 0.8-2rhm
- Bumped the release.

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