Require pkgconfig instead of owning %{_libdir}/pkgconfig .

Signed-off-by: Michael Adam <madam@redhat.com>
This commit is contained in:
Michael Adam 2014-12-15 11:18:37 +01:00 committed by Michael Adam
parent f8c8016e25
commit fead331557

View File

@ -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@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@redhat.com> - 1.1.2-2
- Fix typos.