- Moved Python extension into libs sub-package (bug #461236).
This commit is contained in:
parent
f4f7ca146f
commit
b04a03011b
@ -1,7 +1,7 @@
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 2.8.7
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: System Environment/Daemons
|
||||
Conflicts: system-config-printer < 0.6.132
|
||||
@ -212,8 +212,6 @@ rm -rf %{buildroot}
|
||||
# CUPS serverbin directory.
|
||||
/usr/lib/cups/backend/hp
|
||||
/usr/lib/cups/backend/hpfax
|
||||
# Python extension
|
||||
%{_libdir}/python*/site-packages/*
|
||||
# Files
|
||||
%dir %{_datadir}/hplip
|
||||
%{_datadir}/hplip/align.py*
|
||||
@ -255,6 +253,8 @@ rm -rf %{buildroot}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libhpip.so*
|
||||
%{_libdir}/libhpmud.so*
|
||||
# Python extension
|
||||
%{_libdir}/python*/site-packages/*
|
||||
|
||||
%files gui
|
||||
%{_bindir}/hp-check
|
||||
@ -307,6 +307,9 @@ fi
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Fri Sep 26 2008 Tim Waugh <twaugh@redhat.com> 2.8.7-2
|
||||
- Moved Python extension into libs sub-package (bug #461236).
|
||||
|
||||
* Mon Aug 4 2008 Tim Waugh <twaugh@redhat.com> 2.8.7-1
|
||||
- 2.8.7.
|
||||
- Avoid hard-coded rpaths.
|
||||
|
Loading…
Reference in New Issue
Block a user