From ad293b717e879e3b5b8e0fe583133329a67bfc36 Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Thu, 15 Nov 2007 14:39:35 +0000 Subject: [PATCH] - add obsoletes tag --- gnuplot.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnuplot.spec b/gnuplot.spec index c284ef6..4a18219 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -17,7 +17,7 @@ Summary: A program for plotting mathematical expressions and data Name: gnuplot Version: %{major}.%{minor}.%{patchlevel} -Release: 5%{?dist} +Release: 6%{?dist} # Modifications are to be distributed as patches to the released version. License: gnuplot and GPLv2 Group: Applications/Engineering @@ -48,6 +48,7 @@ Requires: %{name} = %{version}-%{release} BuildRequires: emacs emacs-el pkgconfig Requires: emacs >= %{emacs_version} Provides: gnuplot-emacs +Obsoletes: gnuplot-emacs %description -n emacs-%{name} The gnuplot-emacs package contains the emacs related .elc files so that gnuplot @@ -57,6 +58,9 @@ nicely interacts and integrates into emacs. Group: Applications/Engineering Summary: Emacs bindings for the gnuplot main application Requires: emacs-%{name} = %{version}-%{release} +Provides: gnuplot-emacs +Obsoletes: gnuplot-emacs + %description -n emacs-%{name}-el The gnuplot-emacs package contains the emacs related .el files so that gnuplot @@ -147,6 +151,9 @@ rm -rf $RPM_BUILD_ROOT %{emacs_lispdir}/%{name}/*.el %changelog +* Thu Nov 15 2007 Ivana Varekova - 4.2.2-6 +- add obsoletes tag + * Mon Nov 12 2007 Ivana Varekova - 4.2.2-5 - fix 373941 - add provides tag