- Don't ship command.types as CUPS defines its own.
This commit is contained in:
parent
73315505b8
commit
9000345cbb
@ -4,7 +4,7 @@
|
|||||||
Name: gutenprint
|
Name: gutenprint
|
||||||
Summary: Printer Drivers Package.
|
Summary: Printer Drivers Package.
|
||||||
Version: 5.2.4
|
Version: 5.2.4
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://gimp-print.sourceforge.net/
|
URL: http://gimp-print.sourceforge.net/
|
||||||
Source0: http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2
|
Source0: http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2
|
||||||
@ -165,6 +165,7 @@ install -m755 %{SOURCE1} %{buildroot}%{_sbindir}
|
|||||||
|
|
||||||
rm -rf %{buildroot}%{_datadir}/gutenprint/doc
|
rm -rf %{buildroot}%{_datadir}/gutenprint/doc
|
||||||
rm -rf %{buildroot}%{_libdir}/gutenprint/5.2/modules/*.la
|
rm -rf %{buildroot}%{_libdir}/gutenprint/5.2/modules/*.la
|
||||||
|
rm -f %{buildroot}%{_sysconfdir}/cups/command.types
|
||||||
|
|
||||||
%find_lang gutenprint
|
%find_lang gutenprint
|
||||||
|
|
||||||
@ -250,7 +251,6 @@ exit 0
|
|||||||
%files cups
|
%files cups
|
||||||
%doc
|
%doc
|
||||||
%defattr(-, root, root,-)
|
%defattr(-, root, root,-)
|
||||||
%config(noreplace) %{_sysconfdir}/cups/command.types
|
|
||||||
%{_datadir}/cups/calibrate.ppm
|
%{_datadir}/cups/calibrate.ppm
|
||||||
%{cups_serverbin}/filter/*
|
%{cups_serverbin}/filter/*
|
||||||
%{cups_serverbin}/driver/*
|
%{cups_serverbin}/driver/*
|
||||||
@ -269,6 +269,9 @@ fi
|
|||||||
/bin/rm -f /var/cache/foomatic/*
|
/bin/rm -f /var/cache/foomatic/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 20 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-8
|
||||||
|
- Don't ship command.types as CUPS defines its own.
|
||||||
|
|
||||||
* Thu Oct 29 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-7
|
* Thu Oct 29 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-7
|
||||||
- Removed incorrect Device ID for Brother HL-2060 (bug #531370).
|
- Removed incorrect Device ID for Brother HL-2060 (bug #531370).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user