- Moved gimp-print obsoletes/provides to the foomatic sub-package (bug

#238890).
This commit is contained in:
Tim Waugh 2007-05-04 12:06:22 +00:00
parent f1619091b2
commit fd5319fa3b

View File

@ -4,7 +4,7 @@
Name: gutenprint
Summary: Printer Drivers Package
Version: 5.0.0.99.1
Release: 2%{?dist}
Release: 3%{?dist}
Group: System Environment/Base
URL: http://gimp-print.sourceforge.net/
Source0: http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2
@ -20,8 +20,6 @@ BuildRequires: foomatic,gtk2-devel
BuildRequires: ghostscript-devel
%endif
BuildRequires: gimp
Obsoletes: gimp-print <= 4.2.7-25
Provides: gimp-print = 4.2.7-25
Obsoletes: gimp-print-utils <= 4.2.7-25
Provides: gimp-print-utils = 4.2.7-25
@ -62,6 +60,8 @@ This package contains the gutenprint GIMP plug-in.
Summary: Foomatic printer database
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
Obsoletes: gimp-print <= 4.2.7-25
Provides: gimp-print = 4.2.7-25
%description foomatic
This package contains a database of printers,printer drivers,
@ -230,6 +230,10 @@ exit 0
/bin/rm -f /var/cache/foomatic/*
%changelog
* Fri May 4 2007 Tim Waugh <twaugh@redhat.com> 5.0.0.99.1-3
- Moved gimp-print obsoletes/provides to the foomatic sub-package
(bug #238890).
* Mon Mar 5 2007 Tim Waugh <twaugh@redhat.com> 5.0.0.99.1-2
- Slightly better obsoletes/provides to follow the naming guidelines.