[qpid-cpp/f17] Removed the perl-qpid subpackage.

Darryl L. Pierce mcpierce at fedoraproject.org
Wed Sep 26 18:44:21 UTC 2012


commit 185ef92b007fe92bca925fbecdf1a8a7eb167563
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Wed Sep 26 13:48:56 2012 -0400

    Removed the perl-qpid subpackage.

 qpid-cpp.spec |   26 +++++---------------------
 1 files changed, 5 insertions(+), 21 deletions(-)
---
diff --git a/qpid-cpp.spec b/qpid-cpp.spec
index ce4f636..9006187 100644
--- a/qpid-cpp.spec
+++ b/qpid-cpp.spec
@@ -30,7 +30,7 @@
 
 Name:           qpid-cpp
 Version:        0.18
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Libraries for Qpid C++ client applications
 License:        ASL 2.0
 URL:            http://qpid.apache.org
@@ -566,22 +566,6 @@ Management and diagnostic tools for Apache Qpid brokers and clients.
 
 
 
-%package -n perl-qpid
-Summary: Perl bindings for Apache Qpid Messaging
-
-# turns off rpmlint warning: private-shared-object-provides
-%{?perl_default_filter}
-
-%description -n perl-qpid
-%{summary}.
-
-%files -n perl-qpid
-%defattr(-,root,root,-)
-%doc cpp/bindings/qpid/examples/perl/*
-%{perl_vendorarch}/*
-
-
-
 %prep
 %setup -q -n qpid-%{version}
 %setup -q -T -D -b 1 -n qpid-%{version}
@@ -752,11 +736,8 @@ rm -f %{buildroot}%{_libdir}/*.la
 rm -f %{buildroot}%{_sysconfdir}/rhmd.conf
 popd
 
-# Perl bindings
+# install swig definition files
 pushd %{_builddir}/qpid-%{version}
-install -d -m 755 %{buildroot}%{perl_vendorarch}/
-install -p -m 644 cpp/bindings/qpid/perl/cqpid_perl.pm %{buildroot}%{perl_vendorarch}/
-install -p -m 755 cpp/bindings/qpid/perl/blib/arch/auto/cqpid_perl/cqpid_perl.so %{buildroot}%{perl_vendorarch}/
 install -p -m 644 cpp/include/qpid.i %{buildroot}%{_includedir}
 install -p -m 644 cpp/include/qmfengine.i %{buildroot}%{_includedir}
 install -p -m 644 cpp/include/qmf2.i %{buildroot}%{_includedir}
@@ -779,6 +760,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Sep 26 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.18-3
+- Removed the perl-qpid subpackage.
+
 * Fri Sep 21 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.18-2
 - Added systemd support.
 - Removed SysVInit support.


More information about the scm-commits mailing list