[gle] Add in some explicit BRs and --with switches. R the BR'd latex packages.

Susi Lehtola jussilehtola at fedoraproject.org
Wed Jun 25 16:04:40 UTC 2014


commit e75ea0337969631af26a23f259a384dfc1965f71
Author: Susi Lehtola <jussilehtola at fedoraproject.org>
Date:   Wed Jun 25 19:04:36 2014 +0300

    Add in some explicit BRs and --with switches. R the BR'd latex packages.

 gle.spec |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/gle.spec b/gle.spec
index 132de33..7de05ec 100644
--- a/gle.spec
+++ b/gle.spec
@@ -5,12 +5,13 @@
 Summary:       Graphics Layout Engine
 Name:          gle
 Version:       4.2.4c
-Release:       12%{?dist}
+Release:       13%{?dist}
 License:       GPLv2+
 Group:         Applications/Multimedia
 URL:           http://www.gle-graphics.org/
 Source0:       http://downloads.sourceforge.net/glx/gle-graphics-%{version}f-src.tar.gz
 Source1:       http://downloads.sourceforge.net/glx/GLEusersguide.pdf
+
 BuildRequires: cairo-devel
 BuildRequires: libstdc++-devel >= 3.0
 BuildRequires: libpng-devel
@@ -20,13 +21,21 @@ BuildRequires: ncurses-devel
 BuildRequires: poppler-glib-devel
 BuildRequires: zlib-devel
 BuildRequires: xorg-x11-proto-devel
+BuildRequires: libX11-devel
+BuildRequires: libXt-devel
+BuildRequires: mesa-libGL-devel
+BuildRequires: mesa-libGLU-devel
 BuildRequires: qt-devel >= 4.1.1
 BuildRequires: dos2unix
 BuildRequires: tex(latex)
 BuildRequires: tex(rotating.sty)
 BuildRequires: tex(supertabular.sty)
 BuildRequires: ghostscript
+
 Requires:      ghostscript
+Requires:      tex(latex)
+Requires:      tex(rotating.sty)
+Requires:      tex(supertabular.sty)
 
 %description
 GLE (Graphics Layout Engine) is a high-quality graphics package for
@@ -81,9 +90,14 @@ touch -r README.txt configure.ac
 export CPPFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
 %configure --with-qt=%{_libdir}/qt4 \
+           --with-jpeg              \
+           --with-png               \
+           --with-tiff              \
+           --with-z                 \
            --with-x                 \
            --with-rpath=no          \
            --with-debug=yes         \
+           --with-libgle=yes        \
            --with-extrafonts=yes    \
            --docdir=%{_pkgdocdir}   \
            CPPFLAGS="%{optflags}"   \
@@ -119,6 +133,12 @@ rm -f %{buildroot}%{_libdir}/pkgconfig/gle-graphics.pc
 %doc LICENSE.txt gle-manual.pdf GLEusersguide.pdf
 
 %changelog
+* Wed Jun 25 2014 Susi Lehtola <jussilehtola at fedoraproject.org> - 4.2.4c-13
+- Add in some explicit buildrequires and --with switches the need for
+  which was revealed in EPEL.
+- Add in requires on the BR'd latex packages that are necessary for a
+  properly functioning package.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2.4c-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list