From 3409bb70243f977654d12905aee97413c7a0d908 Mon Sep 17 00:00:00 2001 From: "Darryl L. Pierce" Date: Mon, 26 Aug 2013 13:20:18 -0400 Subject: [PATCH] Created the qpid-proton-c-devel-doc subpackage. - Resolves: BZ#1000615 --- qpid-proton.spec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/qpid-proton.spec b/qpid-proton.spec index 274dfba..4b4f1dc 100644 --- a/qpid-proton.spec +++ b/qpid-proton.spec @@ -76,10 +76,23 @@ Provides: qpid-proton-devel = %{version}-%{release} %{_includedir}/proton %{_libdir}/libqpid-proton.so %{_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 %{_datadir}/proton/examples + + %package -n python-qpid-proton 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 %changelog +* Mon Aug 26 2013 Darryl L. Pierce - 0.4-4 +- Created the qpid-proton-c-devel-doc subpackage. +- Resolves: BZ#1000615 + * Wed Jul 24 2013 Darryl L. Pierce - 0.4-3 - Provide examples for qpid-proton-c - Resolves: BZ#975723