From bfaa79df4ae95409a23a8f477c0a13f61c10abd3 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Dec 16 2014 09:34:15 +0000 Subject: Require pkgconfig and don't own %{_libdir}/pkgconfig Signed-off-by: Michael Adam --- diff --git a/nss_wrapper.spec b/nss_wrapper.spec index 00e1f23..00e8f09 100644 --- a/nss_wrapper.spec +++ b/nss_wrapper.spec @@ -12,6 +12,7 @@ BuildRequires: cmake BuildRequires: libcmocka-devel Requires: cmake +Requires: pkgconfig %description There are projects which provide daemons needing to be able to create, modify @@ -72,7 +73,6 @@ popd %dir %{_libdir}/cmake/nss_wrapper %{_libdir}/cmake/nss_wrapper/nss_wrapper-config-version.cmake %{_libdir}/cmake/nss_wrapper/nss_wrapper-config.cmake -%dir %{_libdir}/pkgconfig %{_libdir}/pkgconfig/nss_wrapper.pc %{_mandir}/man1/nss_wrapper.1* @@ -80,6 +80,7 @@ popd * Mon Dec 15 2014 Michael Adam - 1.0.3-2 - Fix format of changelog entries. - Require cmake. +- Don't own _libdir/pkgconfig, and require pkgconfig instead. * Thu Sep 11 2014 Andreas Schneider - 1.0.3-1 - Update to version 1.0.3.