- Move libhpmud to hpijs package (bug #248978).

This commit is contained in:
Tim Waugh 2007-07-23 13:13:57 +00:00
parent 8d5321890d
commit 499b3e335e

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project
Name: hplip
Version: 2.7.6
Release: 9%{?dist}
Release: 10%{?dist}
License: GPL/MIT/BSD
Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132
@ -192,10 +192,8 @@ rm -rf %{buildroot}
/usr/lib/cups/backend/hpfax
# Python extension
%{_libdir}/python*/site-packages/*
# Libraries
%{_libdir}/libhpmud.so*
%dir %{_datadir}/hplip
# Files
%dir %{_datadir}/hplip
%{_datadir}/hplip/align.py*
%{_datadir}/hplip/clean.py*
%{_datadir}/hplip/colorcal.py*
@ -245,6 +243,7 @@ rm -rf %{buildroot}
%files -n hpijs
%defattr(-,root,root)
%{_libdir}/libhpip.so*
%{_libdir}/libhpmud.so*
%{_bindir}/hpijs
%{_datadir}/foomatic/db/source/PPD/HP
@ -274,6 +273,9 @@ fi
exit 0
%changelog
* Mon Jul 23 2007 Tim Waugh <twaugh@redhat.com> 2.7.6-10
- Move libhpmud to hpijs package (bug #248978).
* Fri Jul 20 2007 Tim Waugh <twaugh@redhat.com> 2.7.6-9
- Remove hplip service on upgrade.
- Updated selinux-policy conflict for bug #249014.