gnuplot-wx now Provides:gnuplot

- gnuplot now obsoletes old gnuplot-qt and gnuplot-wx obsoletes old gnuplot
This commit is contained in:
Frantisek Kluknavsky 2015-02-11 16:13:06 +01:00
parent b452f9ec29
commit c9a544594e

View File

@ -7,7 +7,7 @@
Summary: A program for plotting mathematical expressions and data Summary: A program for plotting mathematical expressions and data
Name: gnuplot Name: gnuplot
Version: %{major}.%{minor}.%{patchlevel} Version: %{major}.%{minor}.%{patchlevel}
Release: 5%{?dist} Release: 6%{?dist}
# MIT .. term/PostScript/aglfn.txt # MIT .. term/PostScript/aglfn.txt
License: gnuplot and MIT License: gnuplot and MIT
Group: Applications/Engineering Group: Applications/Engineering
@ -41,6 +41,8 @@ BuildRequires: qt-devel >= 4.5
BuildRequires: wxGTK-devel BuildRequires: wxGTK-devel
%endif %endif
Obsoletes: gnuplot-qt < 5.0.0-4
%description %description
Gnuplot is a command-line driven, interactive function plotting Gnuplot is a command-line driven, interactive function plotting
program especially suited for scientific data representation. Gnuplot program especially suited for scientific data representation. Gnuplot
@ -89,6 +91,8 @@ Summary: Qt interface for gnuplot
Requires: %{name}-common = %{version}-%{release} Requires: %{name}-common = %{version}-%{release}
Requires(post): %{_sbindir}/alternatives Requires(post): %{_sbindir}/alternatives
Requires(preun): %{_sbindir}/alternatives Requires(preun): %{_sbindir}/alternatives
Provides: gnuplot
Obsoletes: gnuplot < 5.0.0-4
%description wx %description wx
Gnuplot is a command-line driven, interactive function plotting Gnuplot is a command-line driven, interactive function plotting
@ -329,6 +333,10 @@ fi
%{_datadir}/texmf/tex/latex/gnuplot/ %{_datadir}/texmf/tex/latex/gnuplot/
%changelog %changelog
* Wed Feb 11 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-6
- gnuplot-wx now Provides:gnuplot
- gnuplot now obsoletes old gnuplot-qt and gnuplot-wx obsoletes old gnuplot
* Mon Feb 02 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-5 * Mon Feb 02 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-5
- work around broken alternatives until better solution is found - work around broken alternatives until better solution is found