import gnuplot-5.2.4-3.el8

This commit is contained in:
CentOS Sources 2023-05-16 06:05:05 +00:00 committed by Stepan Oksanichenko
parent 5b3442c660
commit ffb6fe4234
1 changed files with 10 additions and 2 deletions

View File

@ -13,7 +13,7 @@
Summary: A program for plotting mathematical expressions and data
Name: gnuplot
Version: %{major}.%{minor}.%{patchlevel}
Release: 1%{?dist}
Release: 3%{?dist}
# MIT .. term/PostScript/aglfn.txt
License: gnuplot and MIT
Group: Applications/Engineering
@ -186,7 +186,8 @@ chmod 644 demo/html/webify_canvas.pl
rm -rf demo/plugin/*.so demo/plugin/*.o
%global configure_opts --with-readline=builtin --without-linux-vga \\\
--enable-history-file --with-texdir=/usr/share/texlive/texmf-dist/tex/latex/gnuplot
--enable-history-file --with-texdir=/usr/share/texlive/texmf-dist/tex/latex/gnuplot \\\
--with-bitmap-terminals
# at first create minimal version of gnuplot for server SIG purposes
mkdir minimal
@ -377,6 +378,13 @@ fi
%{_datadir}/texlive/texmf-dist/tex/latex/gnuplot/
%changelog
* Wed Oct 5 2022 Pavel Cahyna <pcahyna@redhat.com> - 5.2.4-3
- Rebuild with added gating configuration
* Mon Oct 3 2022 Pavel Cahyna <pcahyna@redhat.com> - 5.2.4-2
- Add --with-bitmap-terminals to configure flags, among others this enables
the pbm terminal, bz#2122652
* Wed Aug 8 2018 Pavel Cahyna <pcahyna@redhat.com> - 5.2.4-1
- Rebase to upstream release 5.2.4
- Add workaround for broken info generation (upstream bug