Use pkgconfig for BuildRequires
https://fedoraproject.org/wiki/Packaging:PkgConfigBuildRequires
This commit is contained in:
parent
1e8839523b
commit
248b8b4240
@ -9,15 +9,15 @@ URL: https://wiki.gnome.org/Apps/Calculator
|
|||||||
#VCS: git:git://git.gnome.org/gcalctool
|
#VCS: git:git://git.gnome.org/gcalctool
|
||||||
Source0: https://download.gnome.org/sources/%{name}/3.15/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/3.15/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
|
BuildRequires: pkgconfig(gtksourceview-3.0)
|
||||||
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
BuildRequires: gtksourceview3-devel
|
|
||||||
BuildRequires: mpfr-devel
|
BuildRequires: mpfr-devel
|
||||||
BuildRequires: libxml2-devel
|
|
||||||
|
|
||||||
Requires(post): glib2
|
Requires(post): glib2
|
||||||
Requires(postun): glib2
|
Requires(postun): glib2
|
||||||
@ -78,6 +78,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
- Update to 3.15.4
|
- Update to 3.15.4
|
||||||
- Update URL
|
- Update URL
|
||||||
- Update man page globs in files section
|
- Update man page globs in files section
|
||||||
|
- Use pkgconfig for BuildRequires
|
||||||
|
|
||||||
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 3.15.1-1
|
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 3.15.1-1
|
||||||
- Update to 3.15.1
|
- Update to 3.15.1
|
||||||
|
Loading…
Reference in New Issue
Block a user