Bootstrapping on EPEL7
This commit is contained in:
parent
27094b3154
commit
b1781d14ce
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue