Use pkgconfig for BuildRequires
https://fedoraproject.org/wiki/Packaging:PkgConfigBuildRequires
This commit is contained in:
parent
f7df38d64e
commit
e956447d21
10
devhelp.spec
10
devhelp.spec
@ -11,19 +11,14 @@ URL: https://wiki.gnome.org/Apps/Devhelp
|
|||||||
#VCS: git:git://git.gnome.org/devhelp
|
#VCS: git:git://git.gnome.org/devhelp
|
||||||
Source: https://download.gnome.org/sources/devhelp/3.15/%{name}-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/devhelp/3.15/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
### Dependencies ###
|
|
||||||
|
|
||||||
Requires(post): /usr/bin/gtk-update-icon-cache
|
|
||||||
Requires(postun): /usr/bin/gtk-update-icon-cache
|
|
||||||
|
|
||||||
### Build Dependencies ###
|
### Build Dependencies ###
|
||||||
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: desktop-file-utils >= 0.3
|
BuildRequires: desktop-file-utils >= 0.3
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
BuildRequires: webkitgtk4-devel
|
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Devhelp is an API documentation browser for the GNOME desktop.
|
Devhelp is an API documentation browser for the GNOME desktop.
|
||||||
@ -108,6 +103,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|||||||
- Update to 3.15.90
|
- Update to 3.15.90
|
||||||
- Update URL
|
- Update URL
|
||||||
- Use license macro for COPYING
|
- Use license macro for COPYING
|
||||||
|
- Use pkgconfig for BuildRequires
|
||||||
|
|
||||||
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.0-1
|
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.0-1
|
||||||
- Update to 3.14.0
|
- Update to 3.14.0
|
||||||
|
Loading…
Reference in New Issue
Block a user