- CUPS backend directory is always in /usr/lib.
This commit is contained in:
parent
8488d892fd
commit
a473b8f4c5
@ -110,7 +110,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
|
||||
mv %{buildroot}%{_sysconfdir}/{init.d,rc.d/init.d}/hplip
|
||||
|
||||
# Don't package hpfax yet.
|
||||
rm -f %{buildroot}%{_libdir}/cups/backend/hpfax
|
||||
rm -f %{buildroot}/usr/lib/cups/backend/hpfax
|
||||
rm -f %{buildroot}%{_datadir}/cups/model/HP-Fax*
|
||||
|
||||
%clean
|
||||
@ -124,7 +124,7 @@ rm -rf %{buildroot}
|
||||
%config(noreplace) %{_sysconfdir}/rc.d/init.d/hplip
|
||||
%{_bindir}/hp-*
|
||||
%{_sbindir}/hpiod
|
||||
%{_libdir}/cups/backend/hp
|
||||
/usr/lib/cups/backend/hp
|
||||
%{_datadir}/hplip
|
||||
%{_libdir}/python*/site-packages/*
|
||||
%{_datadir}/applications/*.desktop
|
||||
@ -161,7 +161,7 @@ fi
|
||||
|
||||
%changelog
|
||||
* Thu Mar 23 2006 Tim Waugh <twaugh@redhat.com> 0.9.9-6
|
||||
- Rebuilt.
|
||||
- CUPS backend directory is always in /usr/lib.
|
||||
|
||||
* Mon Mar 13 2006 Tim Waugh <twaugh@redhat.com> 0.9.9-4
|
||||
- Quieten hpssd on startup.
|
||||
|
Loading…
Reference in New Issue
Block a user