Drop bogus octave support
This commit is contained in:
parent
2fc8359baf
commit
6c8c26edc8
13
mathgl.spec
13
mathgl.spec
@ -1,6 +1,6 @@
|
|||||||
Name: mathgl
|
Name: mathgl
|
||||||
Version: 2.2
|
Version: 2.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Cross-platform library for making high-quality scientific graphics
|
Summary: Cross-platform library for making high-quality scientific graphics
|
||||||
Summary(de): Plattformübergreifende Bibliothek für hochwertige wissenschaftliche Graphiken
|
Summary(de): Plattformübergreifende Bibliothek für hochwertige wissenschaftliche Graphiken
|
||||||
Summary(ru): Библиотека для осуществления высококачественной визуализации данных
|
Summary(ru): Библиотека для осуществления высококачественной визуализации данных
|
||||||
@ -37,7 +37,11 @@ BuildRequires: freeglut-devel hdf5-devel libjpeg-devel libtiff-devel
|
|||||||
BuildRequires: fltk-devel qt4-devel qtwebkit-devel
|
BuildRequires: fltk-devel qt4-devel qtwebkit-devel
|
||||||
BuildRequires: wxGTK-devel giflib-devel
|
BuildRequires: wxGTK-devel giflib-devel
|
||||||
BuildRequires: libharu-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: libXmu-devel
|
||||||
BuildRequires: python2-devel numpy
|
BuildRequires: python2-devel numpy
|
||||||
|
|
||||||
@ -258,7 +262,9 @@ rm %{buildroot}/%{_datadir}/mathgl/mgl.cgi
|
|||||||
rm %{buildroot}/%{_mandir}/man1/mgl.cgi.1*
|
rm %{buildroot}/%{_mandir}/man1/mgl.cgi.1*
|
||||||
|
|
||||||
# Remove bad octave archive
|
# Remove bad octave archive
|
||||||
|
%if 0%{?fedora} < 21
|
||||||
rm %{buildroot}%{_datadir}/mathgl/mathgl.tar.gz
|
rm %{buildroot}%{_datadir}/mathgl/mathgl.tar.gz
|
||||||
|
%endif
|
||||||
|
|
||||||
# Prepare for documentation
|
# Prepare for documentation
|
||||||
if [ -d _tmp_docdir ]
|
if [ -d _tmp_docdir ]
|
||||||
@ -336,6 +342,9 @@ fi
|
|||||||
%{_includedir}/mpich-%{_arch}/mgl2/
|
%{_includedir}/mpich-%{_arch}/mgl2/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 16 2013 Dmitrij S. Kryzhevich <krege@land.ru> - 2.2-2
|
||||||
|
- Drop bogus ocatave support. For a time.
|
||||||
|
|
||||||
* Wed Dec 25 2013 Dmitrij S. Kryzhevich <krege@land.ru> - 2.2-1
|
* Wed Dec 25 2013 Dmitrij S. Kryzhevich <krege@land.ru> - 2.2-1
|
||||||
- Update to 2.2.
|
- Update to 2.2.
|
||||||
- Fix bogus dates.
|
- Fix bogus dates.
|
||||||
|
Loading…
Reference in New Issue
Block a user