- add obsoletes tag
This commit is contained in:
parent
359c51c778
commit
ad293b717e
@ -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 <varekova@redhat.com> - 4.2.2-6
|
||||
- add obsoletes tag
|
||||
|
||||
* Mon Nov 12 2007 Ivana Varekova <varekova@redhat.com> - 4.2.2-5
|
||||
- fix 373941 - add provides tag
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user