- Only ship compressed PPD files.
This commit is contained in:
parent
55e340fe52
commit
8e74cb75b3
11
hplip.spec
11
hplip.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: HP Linux Imaging and Printing Project
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 2.8.12
|
Version: 2.8.12
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Conflicts: system-config-printer < 0.6.132
|
Conflicts: system-config-printer < 0.6.132
|
||||||
@ -158,7 +158,8 @@ rm -f %{buildroot}%{_bindir}/foomatic-rip \
|
|||||||
%{buildroot}%{_libdir}/*.so \
|
%{buildroot}%{_libdir}/*.so \
|
||||||
%{buildroot}%{_libdir}/sane/*.la \
|
%{buildroot}%{_libdir}/sane/*.la \
|
||||||
%{buildroot}%{_datadir}/cups/model/foomatic-ppds \
|
%{buildroot}%{_datadir}/cups/model/foomatic-ppds \
|
||||||
%{buildroot}%{_datadir}/applications/hplip.desktop
|
%{buildroot}%{_datadir}/applications/hplip.desktop \
|
||||||
|
%{buildroot}%{_datadir}/ppd/HP/*.ppd
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_datadir}/applications
|
mkdir -p %{buildroot}%{_datadir}/applications
|
||||||
sed -i -e '/^Categories=/d' hplip.desktop
|
sed -i -e '/^Categories=/d' hplip.desktop
|
||||||
@ -294,7 +295,8 @@ rm -rf %{buildroot}
|
|||||||
%files -n hpijs
|
%files -n hpijs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/hpijs
|
%{_bindir}/hpijs
|
||||||
%{_datadir}/ppd/HP
|
%dir %{_datadir}/ppd/HP
|
||||||
|
%{_datadir}/ppd/HP/*.ppd.gz
|
||||||
%{_datadir}/cups/drv/*
|
%{_datadir}/cups/drv/*
|
||||||
# Note: this must be /usr/lib not %{_libdir}, since that's the
|
# Note: this must be /usr/lib not %{_libdir}, since that's the
|
||||||
# CUPS serverbin directory.
|
# CUPS serverbin directory.
|
||||||
@ -326,6 +328,9 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 27 2009 Tim Waugh <twaugh@redhat.com> 2.8.12-7
|
||||||
|
- Only ship compressed PPD files.
|
||||||
|
|
||||||
* Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> 2.8.12-6
|
* Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> 2.8.12-6
|
||||||
- rebuild with new openssl
|
- rebuild with new openssl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user