[socket_wrapper/el6] Require pkgconfig instead of owning %{_libdir}/pkgconfig .

Michael Adam obnox at fedoraproject.org
Tue Dec 16 13:49:49 UTC 2014


commit 9d42c77d1e87c34f1792095c9fd08b718939149d
Author: Michael Adam <madam at redhat.com>
Date:   Mon Dec 15 11:18:37 2014 +0100

    Require pkgconfig instead of owning %{_libdir}/pkgconfig .
    
    Signed-off-by: Michael Adam <madam at redhat.com>
    (cherry picked from commit fead33155786b0db1b7e52cb75b16ee99f1f50a0)
    (cherry picked from commit 99fb935b3938654987ba933db295d3fd49074c8b)

 socket_wrapper.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/socket_wrapper.spec b/socket_wrapper.spec
index 9b55e71..16b3700 100644
--- a/socket_wrapper.spec
+++ b/socket_wrapper.spec
@@ -14,6 +14,7 @@ BuildRequires:  cmake28
 BuildRequires:  libcmocka-devel >= 0.4.1
 
 Requires:       cmake
+Requires:       pkgconfig
 
 %description
 socket_wrapper aims to help client/server software development teams willing to
@@ -68,7 +69,6 @@ popd
 %dir %{_libdir}/cmake/socket_wrapper
 %{_libdir}/cmake/socket_wrapper/socket_wrapper-config-version.cmake
 %{_libdir}/cmake/socket_wrapper/socket_wrapper-config.cmake
-%dir %{_libdir}/pkgconfig
 %{_libdir}/pkgconfig/socket_wrapper.pc
 %{_mandir}/man1/socket_wrapper.1*
 
@@ -76,6 +76,7 @@ popd
 * Mon Dec 15 2014 Michael Adam <madam at redhat.com> - 1.1.2-2
 - Fix format of changelog entries.
 - Require cmake.
+- Require pkgconfig instead of owning {_libdir}/pkgconfig
 
 * Fri Dec 12 2014 Michael Adam <madam at redhat.com> - 1.1.2-2
 - Fix typos.


More information about the scm-commits mailing list