[qpid-proton/f17] Moved all C libraries to the new qpid-proton-c subpackage.

Darryl L. Pierce mcpierce at fedoraproject.org
Thu Mar 28 13:37:50 UTC 2013


commit 8212f402fc1d19ab60fdc648652b6591f34fb75a
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Thu Mar 28 08:25:41 2013 -0400

    Moved all C libraries to the new qpid-proton-c subpackage.

 qpid-proton.spec |   55 ++++++++++++++++++++++++++++++++---------------------
 1 files changed, 33 insertions(+), 22 deletions(-)
---
diff --git a/qpid-proton.spec b/qpid-proton.spec
index bb6a70b..463dd7e 100644
--- a/qpid-proton.spec
+++ b/qpid-proton.spec
@@ -2,7 +2,7 @@
 
 Name:           qpid-proton
 Version:        0.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A high performance, lightweight messaging library
 
 License:        ASL 2.0
@@ -27,16 +27,42 @@ standard. Using Proton it is trivial to integrate with the AMQP 1.0 ecosystem
 from any platform, environment, or language.
 
 
-%package -n qpid-proton-devel
+%package -n qpid-proton-c
+Summary:  C librarys for Qpid Proton
+
+
+%description -n qpid-proton-c
+%{summary}.
+
+
+%files -n qpid-proton-c
+%defattr(-,root,root,-)
+%dir %{proton_datadir}
+%doc %{proton_datadir}/LICENSE
+%doc %{proton_datadir}/README
+%doc %{proton_datadir}/TODO
+%{_mandir}/man1/*
+%{_bindir}/proton
+%{_bindir}/proton-dump
+%{_libdir}/libqpid-proton.so.*
+
+
+%post -n qpid-proton-c -p /sbin/ldconfig
+
+
+%postun -n qpid-proton-c -p /sbin/ldconfig
+
+
+%package -n qpid-proton-c-devel
 Requires: %{name}%{?_isa} = %{version}-%{release}
 Summary:  Development libraries for writing messaging apps with Qpid Proton
 
 
-%description -n qpid-proton-devel
+%description -n qpid-proton-c-devel
 %{summary}.
 
 
-%files -n qpid-proton-devel
+%files -n qpid-proton-c-devel
 %defattr(-,root,root,-)
 %{_includedir}/proton
 %{_libdir}/libqpid-proton.so
@@ -98,25 +124,10 @@ rm -rf %{buildroot}%{_datarootdir}/php
 rm -rf %{buildroot}%{_datarootdir}/java
 rm -rf %{buildroot}%{_sysconfdir}/php.d
 
-%post -p /sbin/ldconfig
-
-
-%postun -p /sbin/ldconfig
-
-
-%files
-%defattr(-,root,root,-)
-%dir %{proton_datadir}
-%doc %{proton_datadir}/LICENSE
-%doc %{proton_datadir}/README
-%doc %{proton_datadir}/TODO
-%{_mandir}/man1/*
-%{_bindir}/proton
-%{_bindir}/proton-dump
-%{_libdir}/libqpid-proton.so.*
-
-
 %changelog
+* Thu Mar 28 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.4-2
+- Moved all C libraries to the new qpid-proton-c subpackage.
+
 * Tue Feb 26 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.4-1
 - Rebased on Proton 0.4.
 


More information about the scm-commits mailing list