Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0f89fccbb5 | |||
| 168ff25fd2 | |||
| 15b5660d2c | |||
| 6165cb28f1 |
@@ -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>
|
Wed May 8 20:26:51 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -84,10 +84,10 @@ BuildRequires: texlive-filesystem
|
|||||||
BuildRequires: wxGTK3-devel
|
BuildRequires: wxGTK3-devel
|
||||||
%if %{with python}
|
%if %{with python}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module numpy-devel}
|
BuildRequires: %{python_module numpy-devel < 2.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-numpy
|
Requires: python-numpy < 2.0
|
||||||
%endif
|
%endif
|
||||||
%if %{with octave}
|
%if %{with octave}
|
||||||
BuildRequires: octave-devel
|
BuildRequires: octave-devel
|
||||||
@@ -535,6 +535,8 @@ rm -f %{_localstatedir}/run/texlive/run-update
|
|||||||
%{_libdir}/libmgl-wx.so.%{libversion}*
|
%{_libdir}/libmgl-wx.so.%{libversion}*
|
||||||
|
|
||||||
%files -n %{name}-cgi
|
%files -n %{name}-cgi
|
||||||
|
%dir /srv/www
|
||||||
|
%dir /srv/www/cgi-bin
|
||||||
/srv/www/cgi-bin/mgl.cgi
|
/srv/www/cgi-bin/mgl.cgi
|
||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
%{_mandir}/man1/mgl.cgi.1%{?ext_man}
|
%{_mandir}/man1/mgl.cgi.1%{?ext_man}
|
||||||
|
|||||||
Reference in New Issue
Block a user