Don't manually require pkgconfig; rpmbuild generates this automatically

This commit is contained in:
Kalev Lember 2015-03-18 12:04:11 +01:00
parent 856cdad213
commit 192ef99e51

View File

@ -27,7 +27,6 @@ this library is attempting to support.
Summary: Development package for %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: pkgconfig
%description devel
Files for development with %{name}.
@ -72,6 +71,7 @@ find %{buildroot} -type f -name "*.la" -delete
* Wed Mar 18 2015 Kalev Lember <kalevlember@gmail.com> - 0.7.93-1
- Update to 0.7.93
- Tighten deps with the _isa macro
- Don't manually require pkgconfig; rpmbuild generates this automatically
* Fri Jan 9 2015 Debarshi Ray <rishi@fedoraproject.org> 0.7.92-6
- Backport upstream patch to fix a memory error (GNOME #742644)