Some rpmlint fixes for obsoletes/provides tags.
This commit is contained in:
parent
db390b63b4
commit
7d301aa889
15
hplip.spec
15
hplip.spec
@ -1,12 +1,14 @@
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 3.11.3a
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: System Environment/Daemons
|
||||
Conflicts: system-config-printer < 0.6.132
|
||||
Obsoletes: hpoj <= 0.91
|
||||
Obsoletes: xojpanel <= 0.91
|
||||
Obsoletes: hpoj < 0.91
|
||||
Provides: hpoj = 0.91
|
||||
Obsoletes: xojpanel < 0.91
|
||||
Provides: xojpanel = 0.91
|
||||
|
||||
Url: http://hplip.sourceforge.net/
|
||||
Source0: http://kent.dl.sourceforge.net/sourceforge/hplip/%{name}-%{version}.tar.gz
|
||||
@ -130,7 +132,8 @@ PhotoSmart, DeskJet 990C, and PhotoSmart 100 series.
|
||||
Summary: SANE driver for scanners in HP's multi-function devices
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2+
|
||||
Obsoletes: libsane-hpoj <= 0.91
|
||||
Obsoletes: libsane-hpoj < 0.91
|
||||
Provides: libsane-hpoj = 0.91
|
||||
Requires: sane-backends
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
|
||||
@ -461,6 +464,7 @@ rm -rf %{buildroot}
|
||||
%files libs
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libhpip.so.*
|
||||
# The so symlink is required here (see bug #489059).
|
||||
%{_libdir}/libhpmud.so*
|
||||
# Python extension
|
||||
%{python_sitearch}/*
|
||||
@ -520,6 +524,9 @@ fi
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Fri Apr 1 2011 Tim Waugh <twaugh@redhat.com> 3.11.3a-2
|
||||
- Some rpmlint fixes for obsoletes/provides tags.
|
||||
|
||||
* Thu Mar 31 2011 Tim Waugh <twaugh@redhat.com> 3.11.3a-1
|
||||
- 3.11.3a.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user