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

Michael Adam obnox at fedoraproject.org
Tue Dec 16 09:31:12 UTC 2014


commit fead33155786b0db1b7e52cb75b16ee99f1f50a0
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>

 socket_wrapper.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/socket_wrapper.spec b/socket_wrapper.spec
index d636d57..99cc1a9 100644
--- a/socket_wrapper.spec
+++ b/socket_wrapper.spec
@@ -12,6 +12,7 @@ BuildRequires:  cmake
 BuildRequires:  libcmocka-devel >= 0.4.1
 
 Requires:       cmake
+Requires:       pkgconfig
 
 %description
 socket_wrapper aims to help client/server software development teams willing to
@@ -63,7 +64,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*
 
@@ -71,6 +71,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