Bootstrapping on EPEL7

This commit is contained in:
Björn Esser 2017-11-16 22:46:22 +01:00
commit b1781d14ce
No known key found for this signature in database
GPG key ID: F52E98007594C21D

View file

@ -11,7 +11,7 @@
Name: xreader
Version: 1.6.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Simple document viewer
License: GPLv2+
@ -32,7 +32,11 @@ BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
%if 0%{?fedora} || 0%{?rhel} >= 8
BuildRequires: pkgconfig(kpathsea)
%else
BuildRequires: texlive-kpathsea-lib-devel
%endif
%if 0%{?caja_ext}
BuildRequires: pkgconfig(libcaja-extension)
%endif # 0%%{?caja_ext}
@ -235,6 +239,9 @@ fi
%changelog
* Thu Nov 16 2017 Björn Esser <besser82@fedoraproject.org> - 1.6.0-2
- Bootstrapping on EPEL7
* Sat Nov 04 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.6.0-1
- Update to 1.6.0 release