From 6c8c26edc8c02336fe3bd5b4d7e009d4e5d20e88 Mon Sep 17 00:00:00 2001 From: Dmitrij S. Kryzhevich Date: Jan 16 2014 06:01:07 +0000 Subject: Drop bogus octave support --- diff --git a/mathgl.spec b/mathgl.spec index b5a6400..19dff8e 100644 --- a/mathgl.spec +++ b/mathgl.spec @@ -1,6 +1,6 @@ Name: mathgl Version: 2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform library for making high-quality scientific graphics Summary(de): Plattformübergreifende Bibliothek für hochwertige wissenschaftliche Graphiken Summary(ru): Библиотека для осуществления высококачественной визуализации данных @@ -37,7 +37,11 @@ BuildRequires: freeglut-devel hdf5-devel libjpeg-devel libtiff-devel BuildRequires: fltk-devel qt4-devel qtwebkit-devel BuildRequires: wxGTK-devel giflib-devel BuildRequires: libharu-devel -BuildRequires: swig octave-devel lua-devel +BuildRequires: swig lua-devel +#Stop for a while. No new SWIG for 3.8 octave +%if 0%{?fedora} < 21 +BuildRequires: octave-devel +%endif BuildRequires: libXmu-devel BuildRequires: python2-devel numpy @@ -258,7 +262,9 @@ rm %{buildroot}/%{_datadir}/mathgl/mgl.cgi rm %{buildroot}/%{_mandir}/man1/mgl.cgi.1* # Remove bad octave archive +%if 0%{?fedora} < 21 rm %{buildroot}%{_datadir}/mathgl/mathgl.tar.gz +%endif # Prepare for documentation if [ -d _tmp_docdir ] @@ -336,6 +342,9 @@ fi %{_includedir}/mpich-%{_arch}/mgl2/ %changelog +* Thu Jan 16 2013 Dmitrij S. Kryzhevich - 2.2-2 +- Drop bogus ocatave support. For a time. + * Wed Dec 25 2013 Dmitrij S. Kryzhevich - 2.2-1 - Update to 2.2. - Fix bogus dates.