diff --git a/octave.spec b/octave.spec index 4a3f74bf4dbbd21a481e792bc0f287e2761508f6..a49db874aa34cb2ff3dccb119c533c75012f76f3 100644 --- a/octave.spec +++ b/octave.spec @@ -5,7 +5,7 @@ Name: octave Epoch: 6 Version: 5.1.0 -Release: 1 +Release: 2 Summary: A high-level language for numerical computations License: GPLv3+ URL: http://www.octave.org @@ -41,6 +41,7 @@ BuildRequires: readline-devel suitesparse-devel sundials-devel tex(dvips) BuildRequires: texlive-collection-fontsrecommended texlive-ec texlive-metapost zlib-devel BuildRequires: mesa-dri-drivers xorg-x11-apps BuildRequires: zip +BuildRequires: libXcursor-devel libXfixes-devel libXext-devel libXinerama-devel Requires: epstool gnuplot gnuplot-common hdf5 hicolor-icon-theme java-headless less info Requires: texinfo tex(amssymb.sty) tex(fontenc.sty) tex(graphicx.sty) tex(hyperref.sty) Requires: tex(inputenc.sty) tex(listings.sty) tex(lmodern.sty) tex(mathtools.sty) @@ -232,5 +233,8 @@ make check %{_pkgdocdir}/refcard*.pdf %changelog +* Tue May 07 2024 zhangxianting - 6:5.1.0-2 +- add buildrequires is needed at build + * Fri Jul 16 2021 huanghaitao - 5.1.0-1 - package init