Set minimum required glib2 and gtk3 versions
This commit is contained in:
parent
58ead9829f
commit
62779a4df3
@ -1,5 +1,6 @@
|
|||||||
%global poppler_version 0.24.0
|
%global poppler_version 0.24.0
|
||||||
%global glib2_version 2.36.0
|
%global glib2_version 2.36.0
|
||||||
|
%global gtk3_version 3.12.0
|
||||||
%global gxps_version 0.2.1
|
%global gxps_version 0.2.1
|
||||||
|
|
||||||
Name: evince
|
Name: evince
|
||||||
@ -12,8 +13,8 @@ Group: Applications/Publishing
|
|||||||
URL: http://projects.gnome.org/evince/
|
URL: http://projects.gnome.org/evince/
|
||||||
Source0: http://download.gnome.org/sources/%{name}/3.13/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/3.13/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gtk3-devel
|
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
|
BuildRequires: gtk3-devel >= %{gtk3_version}
|
||||||
BuildRequires: poppler-glib-devel >= %{poppler_version}
|
BuildRequires: poppler-glib-devel >= %{poppler_version}
|
||||||
BuildRequires: libXt-devel
|
BuildRequires: libXt-devel
|
||||||
BuildRequires: libsecret-devel
|
BuildRequires: libsecret-devel
|
||||||
@ -43,6 +44,8 @@ BuildRequires: djvulibre-devel
|
|||||||
BuildRequires: libgxps-devel >= %{gxps_version}
|
BuildRequires: libgxps-devel >= %{gxps_version}
|
||||||
|
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||||
|
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Evince is simple multi-page document viewer. It can display and print
|
Evince is simple multi-page document viewer. It can display and print
|
||||||
@ -244,6 +247,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
|
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
|
||||||
- Update to 3.13.92
|
- Update to 3.13.92
|
||||||
|
- Set minimum required glib2 and gtk3 versions
|
||||||
|
|
||||||
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
|
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
|
||||||
- Update to 3.13.91
|
- Update to 3.13.91
|
||||||
|
Loading…
Reference in New Issue
Block a user