forked from pool/gnuplot
TeXLive 2021
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=127
This commit is contained in:
parent
a35f5873c1
commit
fb2d32d607
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 26 17:15:43 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Update spec file to work with TeXLive 2021
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 06:29:10 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Last commit had added patch gnuplot-PIE.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 15 13:04:05 UTC 2021 - Wolfgang Frisch <wolfgang.frisch@suse.com>
|
||||
|
||||
- Hardening: compile with PIC and link with PIE.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 10 07:11:15 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 26 17:15:43 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Update spec file to work with TeXLive 2021
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 06:29:10 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -69,10 +69,14 @@ BuildRequires: texlive-pdftex
|
||||
BuildRequires: texlive-tex4ht
|
||||
BuildRequires: texlive-texinfo
|
||||
BuildRequires: texlive-ucs
|
||||
BuildRequires: tex(booktabs.sty)
|
||||
BuildRequires: tex(fancyhdr.sty)
|
||||
BuildRequires: tex(gttn1000.tfm)
|
||||
BuildRequires: tex(hyperref.sty)
|
||||
BuildRequires: tex(lgrcmr.fd)
|
||||
BuildRequires: tex(pdftex.def)
|
||||
BuildRequires: tex(subfigure.sty)
|
||||
BuildRequires: tex(textgreek.sty)
|
||||
%endif
|
||||
URL: http://www.gnuplot.info/
|
||||
Version: 5.4.1
|
||||
@ -196,6 +200,8 @@ autoreconf -fi
|
||||
%if "%{flavor}" == "doc"
|
||||
mv src/Makefile{,_INACESSIBLE}
|
||||
pushd docs/
|
||||
mkdir -p htmldocs
|
||||
cp toc_entr.sty htmldocs/
|
||||
make GNUPLOT_EXE=%{_bindir}/gnuplot srcdir=. clean html pdf
|
||||
make srcdir=. gnuplot.texi
|
||||
patch -p0 < %{S:6}
|
||||
|
Loading…
Reference in New Issue
Block a user