|
|
@ -76,10 +76,23 @@ Provides: qpid-proton-devel = %{version}-%{release}
|
|
|
|
%{_includedir}/proton
|
|
|
|
%{_includedir}/proton
|
|
|
|
%{_libdir}/libqpid-proton.so
|
|
|
|
%{_libdir}/libqpid-proton.so
|
|
|
|
%{_libdir}/pkgconfig/libqpid-proton.pc
|
|
|
|
%{_libdir}/pkgconfig/libqpid-proton.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n qpid-proton-c-devel-doc
|
|
|
|
|
|
|
|
Summary: Documentation for the C development libraries for Qpid Proton
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n qpid-proton-c-devel-doc
|
|
|
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n qpid-proton-c-devel-doc
|
|
|
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{proton_datadir}/docs/api-c
|
|
|
|
%{proton_datadir}/docs/api-c
|
|
|
|
%{_datadir}/proton/examples
|
|
|
|
%{_datadir}/proton/examples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
|
|
|
@ -140,6 +153,10 @@ rm -rf %{buildroot}%{_datarootdir}/java
|
|
|
|
rm -rf %{buildroot}%{_sysconfdir}/php.d
|
|
|
|
rm -rf %{buildroot}%{_sysconfdir}/php.d
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Aug 26 2013 Darryl L. Pierce <dpierce@redhat.com> - 0.4-4
|
|
|
|
|
|
|
|
- Created the qpid-proton-c-devel-doc subpackage.
|
|
|
|
|
|
|
|
- Resolves: BZ#1000615
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2013 Darryl L. Pierce <dpierce@redhat.com> - 0.4-3
|
|
|
|
* Wed Jul 24 2013 Darryl L. Pierce <dpierce@redhat.com> - 0.4-3
|
|
|
|
- Provide examples for qpid-proton-c
|
|
|
|
- Provide examples for qpid-proton-c
|
|
|
|
- Resolves: BZ#975723
|
|
|
|
- Resolves: BZ#975723
|
|
|
|