[gle/el6] EPEL6 compatibility.

Susi Lehtola jussilehtola at fedoraproject.org
Wed Jun 25 21:59:00 UTC 2014


commit 9fb370dcca0aee1b72970a205b1ee8d75c758b71
Author: Susi Lehtola <jussilehtola at fedoraproject.org>
Date:   Thu Jun 26 00:58:59 2014 +0300

    EPEL6 compatibility.

 gle.spec |   38 +++++++++-----------------------------
 1 files changed, 9 insertions(+), 29 deletions(-)
---
diff --git a/gle.spec b/gle.spec
index 7de05ec..edf7d57 100644
--- a/gle.spec
+++ b/gle.spec
@@ -5,7 +5,7 @@
 Summary:       Graphics Layout Engine
 Name:          gle
 Version:       4.2.4c
-Release:       13%{?dist}
+Release:       14%{?dist}
 License:       GPLv2+
 Group:         Applications/Multimedia
 URL:           http://www.gle-graphics.org/
@@ -25,17 +25,14 @@ 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: texlive-latex
+BuildRequires: texlive-texmf-latex
 BuildRequires: ghostscript
 
 Requires:      ghostscript
-Requires:      tex(latex)
-Requires:      tex(rotating.sty)
-Requires:      tex(supertabular.sty)
+Requires:      texlive-latex
+Requires:      texlive-texmf-latex
 
 %description
 GLE (Graphics Layout Engine) is a high-quality graphics package for
@@ -47,22 +44,6 @@ a graph. Complex pictures can be drawn with user-defined subroutines and
 simple looping structures. Current output formats include EPS, PS, PDF,
 JPEG, and PNG.
 
-%package -n    qgle
-Summary:       QT frontend to GLE
-Group:         Applications/Multimedia
-Requires:      %{name}%{?_isa} = %{version}-%{release}
-
-%description -n qgle
-GLE (Graphics Layout Engine) is a high-quality graphics package for
-scientists, combining a user-friendly scripting language with a full
-range of facilities for producing publication-quality graphs, diagrams,
-posters and slides. GLE provides LaTeX quality fonts together with a
-flexible graphics module which allows the user to specify any feature of
-a graph. Complex pictures can be drawn with user-defined subroutines and
-simple looping structures. Current output formats include EPS, PS, PDF,
-JPEG, and PNG.
-
-This package contains the QT frontend.
 
 %package       doc
 Summary:       User documentation for GLE
@@ -89,8 +70,7 @@ touch -r README.txt configure.ac
 %build
 export CPPFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
-%configure --with-qt=%{_libdir}/qt4 \
-           --with-jpeg              \
+%configure --with-jpeg              \
            --with-png               \
            --with-tiff              \
            --with-z                 \
@@ -126,13 +106,13 @@ rm -f %{buildroot}%{_libdir}/pkgconfig/gle-graphics.pc
 %{_mandir}/man1/gle.1*
 %{_libdir}/libgle-graphics-%{version}.so
 
-%files -n qgle
-%{_bindir}/qgle
-
 %files doc
 %doc LICENSE.txt gle-manual.pdf GLEusersguide.pdf
 
 %changelog
+* Thu Jun 26 2014 Susi Lehtola <jussilehtola at fedoraproject.org> - 4.2.4c-14
+- Adopt spec for EPEL6.
+
 * 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.


More information about the scm-commits mailing list