Require pkgconfig and don't own %{_libdir}/pkgconfig

Signed-off-by: Michael Adam <madam@redhat.com>
This commit is contained in:
Michael Adam 2014-12-15 17:30:00 +01:00 committed by Michael Adam
parent b77087c883
commit bfaa79df4a
1 changed files with 2 additions and 1 deletions

View File

@ -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 <madam@redhat.com> - 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 <asn@redhat.com> - 1.0.3-1
- Update to version 1.0.3.