Use pkgconfig for BuildRequires
https://fedoraproject.org/wiki/Packaging:PkgConfigBuildRequires
This commit is contained in:
parent
c881e33992
commit
17a550fca2
@ -7,8 +7,8 @@ License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Zenity
|
||||
Source: https://download.gnome.org/sources/%{name}/3.16/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gtk3-devel >= 3.0.0
|
||||
BuildRequires: libnotify-devel >= 0.6.1
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
|
||||
BuildRequires: pkgconfig(libnotify) >= 0.6.1
|
||||
BuildRequires: which
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
@ -48,6 +48,7 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
|
||||
%changelog
|
||||
* Tue Jun 23 2015 David King <amigadave@amigadave.com> - 3.16.3-1
|
||||
- Update to 3.16.3
|
||||
- Use pkgconfig for BuildRequires
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user