0.10-1: Rebased to 0.10

epel9
Irina Boverman 10 years ago
parent 53461ad358
commit 22e2f5bfe4

2
.gitignore vendored

@ -5,3 +5,5 @@
/qpid-proton-0.7.tar.gz /qpid-proton-0.7.tar.gz
/qpid-proton-0.8.tar.gz /qpid-proton-0.8.tar.gz
/qpid-proton-0.9.tar.gz /qpid-proton-0.9.tar.gz
/qpid-proton-0.10-rc1.tar.gz
/qpid-proton-0.10.tar.gz

@ -13,16 +13,14 @@
} }
Name: qpid-proton Name: qpid-proton
Version: 0.9 Version: 0.10
Release: 5%{?dist} Release: 1%{?dist}
Summary: A high performance, lightweight messaging library Summary: A high performance, lightweight messaging library
License: ASL 2.0 License: ASL 2.0
URL: http://qpid.apache.org/proton/ URL: http://qpid.apache.org/proton/
Source0: http://www.apache.org/dist/qpid/proton/%{version}/%{name}-%{version}.tar.gz Source0: qpid-proton-%{version}/%{name}-%{version}.tar.gz
Patch0001: 0001-NO-JIRA-Fix-install-of-Perl-bindings.patch
Patch0002: 0002-PROTON-582-Added-in-missing-is_float-method-to-Perl-.patch
%if (0%{?fedora} || 0%{?rhel} == 7) %if (0%{?fedora} || 0%{?rhel} == 7)
BuildRequires: cmake >= 2.6 BuildRequires: cmake >= 2.6
@ -71,7 +69,7 @@ Provides: qpid-proton = %{version}-%{release}
%defattr(-,root,root,-) %defattr(-,root,root,-)
%dir %{proton_datadir} %dir %{proton_datadir}
%doc %{proton_datadir}/LICENSE %doc %{proton_datadir}/LICENSE
%doc %{proton_datadir}/README %doc %{proton_datadir}/README*
%doc %{proton_datadir}/TODO %doc %{proton_datadir}/TODO
%{_mandir}/man1/* %{_mandir}/man1/*
%{_bindir}/proton-dump %{_bindir}/proton-dump
@ -168,7 +166,7 @@ Requires: qpid-proton-c = %{version}-%{release}
%files -n perl-qpid-proton %files -n perl-qpid-proton
%doc LICENSE TODO README %doc LICENSE TODO README*
%{perl_vendorarch}/* %{perl_vendorarch}/*
@ -176,10 +174,6 @@ Requires: qpid-proton-c = %{version}-%{release}
%prep %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
%patch0001 -p1
%patch0002 -p1
%build %build
@ -220,6 +214,9 @@ make test
popd popd
%changelog %changelog
* Tue Aug 26 2015 Irina Boverman <iboverma@redhat.com> - 0.10-1
- Rebased to 0.10
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-5 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

@ -1 +1 @@
aa42b8465d35cf902931daabbe4ef489 qpid-proton-0.9.tar.gz ca38f75891672f96dfbdd89319a6e078 qpid-proton-0.10.tar.gz

Loading…
Cancel
Save