|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: qpid-proton
|
|
|
|
Name: qpid-proton
|
|
|
|
Version: 0.7
|
|
|
|
Version: 0.7
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: A high performance, lightweight messaging library
|
|
|
|
Summary: A high performance, lightweight messaging library
|
|
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
@ -38,7 +38,7 @@ routers, bridges, proxies, and more. Proton is based on the AMQP 1.0 messaging
|
|
|
|
standard. Using Proton it is trivial to integrate with the AMQP 1.0 ecosystem
|
|
|
|
standard. Using Proton it is trivial to integrate with the AMQP 1.0 ecosystem
|
|
|
|
from any platform, environment, or language.
|
|
|
|
from any platform, environment, or language.
|
|
|
|
|
|
|
|
|
|
|
|
# === qpid-proton-c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package c
|
|
|
|
%package c
|
|
|
|
Summary: C libraries for Qpid Proton
|
|
|
|
Summary: C libraries for Qpid Proton
|
|
|
@ -66,7 +66,7 @@ Provides: qpid-proton = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%postun c -p /sbin/ldconfig
|
|
|
|
%postun c -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
# === qpid-proton-c-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package c-devel
|
|
|
|
%package c-devel
|
|
|
|
Requires: qpid-proton-c%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: qpid-proton-c%{?_isa} = %{version}-%{release}
|
|
|
@ -87,7 +87,7 @@ Provides: qpid-proton-devel = %{version}-%{release}
|
|
|
|
%{_libdir}/cmake/Proton
|
|
|
|
%{_libdir}/cmake/Proton
|
|
|
|
%{_datadir}/proton/examples
|
|
|
|
%{_datadir}/proton/examples
|
|
|
|
|
|
|
|
|
|
|
|
# === qpid-proton-c-devel-doc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package c-devel-doc
|
|
|
|
%package c-devel-doc
|
|
|
|
Summary: Documentation for the C development libraries for Qpid Proton
|
|
|
|
Summary: Documentation for the C development libraries for Qpid Proton
|
|
|
@ -100,7 +100,7 @@ BuildArch: noarch
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc %{proton_datadir}/docs/api-c
|
|
|
|
%doc %{proton_datadir}/docs/api-c
|
|
|
|
|
|
|
|
|
|
|
|
# === python-qpid-proton
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python-qpid-proton
|
|
|
|
%package -n python-qpid-proton
|
|
|
|
Summary: Python language bindings for the Qpid Proton messaging framework
|
|
|
|
Summary: Python language bindings for the Qpid Proton messaging framework
|
|
|
@ -119,7 +119,7 @@ Requires: python
|
|
|
|
%{python_sitearch}/cproton.*
|
|
|
|
%{python_sitearch}/cproton.*
|
|
|
|
%{python_sitearch}/proton.*
|
|
|
|
%{python_sitearch}/proton.*
|
|
|
|
|
|
|
|
|
|
|
|
# === python-qpid-proton-doc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python-qpid-proton-doc
|
|
|
|
%package -n python-qpid-proton-doc
|
|
|
|
Summary: Documentation for the Python language bindings for Qpid Proton
|
|
|
|
Summary: Documentation for the Python language bindings for Qpid Proton
|
|
|
@ -163,6 +163,9 @@ rm -rf %{buildroot}%{_datarootdir}/java
|
|
|
|
rm -rf %{buildroot}%{_libdir}/proton.cmake
|
|
|
|
rm -rf %{buildroot}%{_libdir}/proton.cmake
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jul 8 2014 Darryl L. Pierce <dpierce@redhat.com> - 0.7-3
|
|
|
|
|
|
|
|
- Removed intra-package comments which cause error messages on package uninstall.
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|