https://bugzilla.redhat.com/show_bug.cgi?id=1080583 --- Comment #14 from Mukundan Ragavan <nonamedotc@xxxxxxxxx> --- I started making some changes to specfile to address some of the fedora-review "complaints" - $ diff -Nur compat-qpid-cpp.spec compat-qpid-cpp-ed.spec --- compat-qpid-cpp.spec 2014-05-02 08:46:40.000000000 -0500 +++ compat-qpid-cpp-ed.spec 2014-05-12 09:27:48.000000000 -0500 @@ -7,8 +7,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} # The following macros are no longer used for installation but only for cleanup -%{!?ruby_sitelib: %global ruby_sitelib %(/usr/bin/ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"] ')} -%{!?ruby_sitearch: %global ruby_sitearch %(/usr/bin/ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')} +%{!?ruby_sitelib: %global ruby_sitelib %(/usr/bin/ruby -rrbconfig -e 'puts RbConfig::CONFIG["sitelibdir"] ')} +%{!?ruby_sitearch: %global ruby_sitearch %(/usr/bin/ruby -rrbconfig -e 'puts RbConfig::CONFIG["sitearchdir"] ')} # LIBRARY VERSIONS %global QPIDCOMMON_VERSION_INFO 5:0:0 @@ -21,7 +21,7 @@ Name: compat-qpid-cpp Version: 0.24 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Libraries for Qpid C++ client applications License: ASL 2.0 URL: http://qpid.apache.org @@ -107,11 +107,15 @@ %doc cpp/NOTICE %doc cpp/README.txt %doc cpp/RELEASE_NOTES -%{_libdir}/libqpidcommon.so* -%{_libdir}/libqpidclient.so* -%{_libdir}/libqpidtypes.so* -%{_libdir}/libqpidmessaging.so* -%dir %{_libdir}/qpid +%{_libdir}/libqpidcommon.so.2 +%{_libdir}/libqpidcommon.so.2.0.0 +%{_libdir}/libqpidclient.so.2 +%{_libdir}/libqpidclient.so.2.0.0 +%{_libdir}/libqpidtypes.so.1 +%{_libdir}/libqpidtypes.so.1.0.0 +%{_libdir}/libqpidmessaging.so.2 +%{_libdir}/libqpidmessaging.so.2.0.0 -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review