require pkgconfig (#189314)
This commit is contained in:
parent
214998ea36
commit
f4934b4325
@ -19,7 +19,7 @@ Version: 2.2.11
|
||||
%define minorver 200
|
||||
%define microver %(ver=%{version}; echo ${ver##*.*.})
|
||||
#define prever pre2
|
||||
Release: %{?prever:0.0.%{prever}.}1
|
||||
Release: %{?prever:0.0.%{prever}.}2
|
||||
Epoch: 2
|
||||
License: GPL, LGPL
|
||||
Group: Applications/Multimedia
|
||||
@ -59,6 +59,7 @@ BuildRequires: findutils
|
||||
%if %_with_lcms
|
||||
BuildRequires: lcms-devel
|
||||
%endif
|
||||
Requires: pkgconfig
|
||||
Requires: desktop-file-utils >= 0.9
|
||||
Requires: glib2 >= 2.4.8
|
||||
Requires: gtk2 >= 2.4.14
|
||||
@ -354,6 +355,9 @@ fi
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 19 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.11-2
|
||||
- require pkgconfig (#189314)
|
||||
|
||||
* Tue Apr 18 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.11-1
|
||||
- version 2.2.11
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user