Blob Blame History Raw
Name:           amqp
Version:        1.0
Release:        3
Epoch:          0
Summary:        The AMQP specification

Group:          Development/Java
License:        AMQP 
# http://amqp.org/tikiwiki/tiki-index.php?page=TermsUse

URL:            http://www.amqp.org
Source0:        %{name}.tar.gz
# 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
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 $RPM_BUILD_ROOT%{_datadir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

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


%changelog
* 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.