4 Commits

2 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Oct 10 08:26:16 UTC 2024 - Ana Guerrero <ana.guerrero@suse.com>
- Add /srv/www directories to filelist [bsc#1231027]
-------------------------------------------------------------------
Tue Sep 24 14:20:26 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Pin to numpy < 2.0 to allow builds to succeed; mathgl is not
numpy2 ready yet.
-------------------------------------------------------------------
Wed May 8 20:26:51 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -84,10 +84,10 @@ BuildRequires: texlive-filesystem
BuildRequires: wxGTK3-devel
%if %{with python}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module numpy-devel}
BuildRequires: %{python_module numpy-devel < 2.0}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
Requires: python-numpy
Requires: python-numpy < 2.0
%endif
%if %{with octave}
BuildRequires: octave-devel
@@ -535,6 +535,8 @@ rm -f %{_localstatedir}/run/texlive/run-update
%{_libdir}/libmgl-wx.so.%{libversion}*
%files -n %{name}-cgi
%dir /srv/www
%dir /srv/www/cgi-bin
/srv/www/cgi-bin/mgl.cgi
%if %{with docs}
%{_mandir}/man1/mgl.cgi.1%{?ext_man}