Set minimum required gtk3 version
This commit is contained in:
parent
067ca384dc
commit
1c4539366b
@ -1,4 +1,5 @@
|
|||||||
%global clutter_version 1.23.7
|
%global clutter_version 1.23.7
|
||||||
|
%global gtk3_version 3.19.4
|
||||||
|
|
||||||
%global api_ver 1.0
|
%global api_ver 1.0
|
||||||
|
|
||||||
@ -13,10 +14,11 @@ URL: http://www.clutter-project.org
|
|||||||
Source0: http://download.gnome.org/sources/clutter-gtk/1.8/clutter-gtk-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/clutter-gtk/1.8/clutter-gtk-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: clutter-devel >= %{clutter_version}
|
BuildRequires: clutter-devel >= %{clutter_version}
|
||||||
BuildRequires: gtk3-devel >= 3.0.0
|
BuildRequires: gtk3-devel >= %{gtk3_version}
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
|
|
||||||
Requires: clutter%{?_isa} >= %{clutter_version}
|
Requires: clutter%{?_isa} >= %{clutter_version}
|
||||||
|
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
clutter-gtk is a library which allows the embedding of a Clutter
|
clutter-gtk is a library which allows the embedding of a Clutter
|
||||||
@ -73,6 +75,7 @@ make check %{?_smp_mflags} V=1
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 30 2016 Kalev Lember <klember@redhat.com> - 1.8.0-1
|
* Wed Mar 30 2016 Kalev Lember <klember@redhat.com> - 1.8.0-1
|
||||||
- Update to 1.8.0
|
- Update to 1.8.0
|
||||||
|
- Set minimum required gtk3 version
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-2
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user