Summary: Gnuplot is a portable command-line driven graphing utility. Name: gnuplot Version: 5.4.5 Release: 3%{?dist} License: Freeware URL: http://www.gnuplot.info Group: Applications Vendor: VMware, Inc. Distribution: Photon Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz %define sha512 %{name}=dbd0b338c5662304566fc0d790c8f53db071d7c486e7422f6ba4b7a9e0d8e50db756ab37dade9bdc01ed1a1ca6fe4e63749038c0ceec95b78bf8b92a0ae2dd20 BuildRequires: lua-devel BuildRequires: readline-devel Requires: lua Requires: readline %description Gnuplot is a portable command-line driven graphing utility for Linux, OS/2, MS Windows, OSX, VMS, and many other platforms. The source code is copyrighted but freely distributed (i.e., you don't have to pay for it). It was originally created to allow scientists and students to visualize mathematical functions and data interactively, but has grown to support many non-interactive uses such as web scripting. It is also used as a plotting engine by third-party applications like Octave. Gnuplot has been supported and under active development since 1986. %prep %autosetup -p1 %build %configure --disable-static --enable-shared %make_build %install %make_install %{?_smp_mflags} %check make check %{?_smp_mflags} %files %defattr(-,root,root) %{_bindir}/* %{_datadir}/* %changelog * Tue Jun 20 2023 Shreenidhi Shedi 5.4.5-3 - Bump version as a part of lua upgrade * Thu Dec 22 2022 Shreenidhi Shedi 5.4.5-2 - Bump version as a part of readline upgrade * Fri Oct 28 2022 Gerrit Photon 5.4.5-1 - Automatic Version Bump * Mon Apr 18 2022 Gerrit Photon 5.4.3-1 - Automatic Version Bump * Wed Dec 01 2021 Shreenidhi Shedi 5.4.2-1 - Upgrade to version 5.4.2 * Tue Apr 13 2021 Gerrit Photon 5.4.1-1 - Automatic Version Bump * Mon Jul 27 2020 Gerrit Photon 5.4.0-1 - Automatic Version Bump * Mon Jun 22 2020 Gerrit Photon 5.2.8-1 - Automatic Version Bump * Sun Nov 25 2018 Ashwin H 5.2.4-2 - Fix %check * Thu Sep 06 2018 Anish Swaminathan 5.2.4-1 - Update version to 5.2.4 * Wed Apr 12 2017 Danut Moraru 5.0.6-1 - Update version to 5.0.6 * Tue Nov 29 2016 Xiaolin Li 5.0.5-1 - Add gnuplot 5.0.5 package.