[qpid-proton] Removed intra-package comments which cause error messages on package uninstall.

Darryl L. Pierce mcpierce at fedoraproject.org
Tue Jul 8 18:41:01 UTC 2014


commit 1f42631a224fee118094e1e2fc69f9287344d07b
Author: Darryl L. Pierce <mcpierce at gmail.com>
Date:   Tue Jul 8 14:25:16 2014 -0400

    Removed intra-package comments which cause error messages on package uninstall.

 qpid-proton.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/qpid-proton.spec b/qpid-proton.spec
index 37f75ea..0aecf5c 100644
--- a/qpid-proton.spec
+++ b/qpid-proton.spec
@@ -2,7 +2,7 @@
 
 Name:           qpid-proton
 Version:        0.7
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A high performance, lightweight messaging library
 
 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
 from any platform, environment, or language.
 
-# === qpid-proton-c
+
 
 %package c
 Summary:   C libraries for Qpid Proton
@@ -66,7 +66,7 @@ Provides:  qpid-proton = %{version}-%{release}
 
 %postun c -p /sbin/ldconfig
 
-# === qpid-proton-c-devel
+
 
 %package c-devel
 Requires:  qpid-proton-c%{?_isa} = %{version}-%{release}
@@ -87,7 +87,7 @@ Provides:  qpid-proton-devel = %{version}-%{release}
 %{_libdir}/cmake/Proton
 %{_datadir}/proton/examples
 
-# === qpid-proton-c-devel-doc
+
 
 %package c-devel-doc
 Summary:   Documentation for the C development libraries for Qpid Proton
@@ -100,7 +100,7 @@ BuildArch: noarch
 %defattr(-,root,root,-)
 %doc %{proton_datadir}/docs/api-c
 
-# === python-qpid-proton
+
 
 %package -n python-qpid-proton
 Summary:  Python language bindings for the Qpid Proton messaging framework
@@ -119,7 +119,7 @@ Requires: python
 %{python_sitearch}/cproton.*
 %{python_sitearch}/proton.*
 
-# === python-qpid-proton-doc
+
 
 %package -n python-qpid-proton-doc
 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
 
 %changelog
+* Tue Jul  8 2014 Darryl L. Pierce <dpierce at 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 at lists.fedoraproject.org> - 0.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list