- The cups subpackage no longer requires gimp-print-cups.
- Ship escputil, native CUPS backend/filters, and cups-calibrate.
This commit is contained in:
parent
cf0dd09af2
commit
e608ff11ef
@ -4,7 +4,7 @@
|
|||||||
Name: gutenprint
|
Name: gutenprint
|
||||||
Summary: Printer Drivers Package
|
Summary: Printer Drivers Package
|
||||||
Version: 5.0.0
|
Version: 5.0.0
|
||||||
Release: 0.17%{?dist}
|
Release: 1%{?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
|
||||||
@ -202,7 +202,6 @@ that is used by gutenprint-devel package.
|
|||||||
Summary: CUPS drivers for Canon, Epson, HP and compatible printers
|
Summary: CUPS drivers for Canon, Epson, HP and compatible printers
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Requires: cups >= 1.2.1-1.7
|
Requires: cups >= 1.2.1-1.7
|
||||||
Requires: gimp-print-cups
|
|
||||||
|
|
||||||
%description cups
|
%description cups
|
||||||
This package contains native CUPS support for a wide range of Canon,
|
This package contains native CUPS support for a wide range of Canon,
|
||||||
@ -224,14 +223,6 @@ rm -rf %{buildroot}
|
|||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
|
|
||||||
rm -rf %{buildroot}%{_datadir}/gutenprint/doc
|
rm -rf %{buildroot}%{_datadir}/gutenprint/doc
|
||||||
rm -rf %{buildroot}%{_bindir}/escputil
|
|
||||||
rm -rf %{buildroot}%{_mandir}/man1/escputil.1*
|
|
||||||
#rm -rf %{buildroot}%{_libdir}/gimp/2.0/plug-ins/print
|
|
||||||
rm -rf %{buildroot}%{cups_serverbin}/backend/*
|
|
||||||
rm -rf %{buildroot}%{cups_serverbin}/filter/commandtocanon
|
|
||||||
rm -rf %{buildroot}%{cups_serverbin}/filter/commandtoepson
|
|
||||||
rm -rf %{buildroot}%{_bindir}/cups-calibrate
|
|
||||||
rm -rf %{buildroot}%{_mandir}/man8/cups-calibrate.8*
|
|
||||||
rm -rf %{buildroot}%{_libdir}/gutenprint/5.0.0/modules/*.la
|
rm -rf %{buildroot}%{_libdir}/gutenprint/5.0.0/modules/*.la
|
||||||
|
|
||||||
%find_lang gutenprint
|
%find_lang gutenprint
|
||||||
@ -262,10 +253,8 @@ exit 0
|
|||||||
%files -f gutenprint.lang
|
%files -f gutenprint.lang
|
||||||
%defattr(-, root, root,-)
|
%defattr(-, root, root,-)
|
||||||
%doc COPYING AUTHORS NEWS README doc/FAQ.html doc/gutenprint-users-manual.odt doc/gutenprint-users-manual.pdf
|
%doc COPYING AUTHORS NEWS README doc/FAQ.html doc/gutenprint-users-manual.odt doc/gutenprint-users-manual.pdf
|
||||||
########### MARKED FOR INCLUSION IN FC7 #################
|
%{_bindir}/escputil
|
||||||
#%{_bindir}/escputil
|
%{_mandir}/man1/escputil.1*
|
||||||
#%{_mandir}/man1/escputil.1*
|
|
||||||
########################################################
|
|
||||||
%{_bindir}/ijsgutenprint.5.0
|
%{_bindir}/ijsgutenprint.5.0
|
||||||
%if %{build_with_ijs_support}
|
%if %{build_with_ijs_support}
|
||||||
%{_mandir}/man1/ijsgutenprint.1*
|
%{_mandir}/man1/ijsgutenprint.1*
|
||||||
@ -308,13 +297,13 @@ exit 0
|
|||||||
%defattr(-, root, root,-)
|
%defattr(-, root, root,-)
|
||||||
%config(noreplace) %{_sysconfdir}/cups/command.types
|
%config(noreplace) %{_sysconfdir}/cups/command.types
|
||||||
%{_datadir}/cups/calibrate.ppm
|
%{_datadir}/cups/calibrate.ppm
|
||||||
#%{cups_serverbin}cups/backend/*
|
%{cups_serverbin}/backend/*
|
||||||
#%{cups_serverbin}/cups/filter/*
|
%{cups_serverbin}/filter/*
|
||||||
#%{_bindir}/cups-calibrate
|
%{_bindir}/cups-calibrate
|
||||||
%{cups_serverbin}/filter/rastertogutenprint.5.0
|
%{cups_serverbin}/filter/rastertogutenprint.5.0
|
||||||
%{_sbindir}/cups-genppd*
|
%{_sbindir}/cups-genppd*
|
||||||
%{_datadir}/cups/model/gutenprint/5.0/C
|
%{_datadir}/cups/model/gutenprint/5.0/C
|
||||||
#%{_mandir}/man8/cups-calibrate.8*
|
%{_mandir}/man8/cups-calibrate.8*
|
||||||
%{_mandir}/man8/cups-genppd*.8*
|
%{_mandir}/man8/cups-genppd*.8*
|
||||||
|
|
||||||
%files ppds-cs
|
%files ppds-cs
|
||||||
@ -382,6 +371,10 @@ exit 0
|
|||||||
%{_datadir}/cups/model/gutenprint/5.0/zh_TW
|
%{_datadir}/cups/model/gutenprint/5.0/zh_TW
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 11 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-1
|
||||||
|
- The cups subpackage no longer requires gimp-print-cups.
|
||||||
|
- Ship escputil, native CUPS backend/filters, and cups-calibrate.
|
||||||
|
|
||||||
* Thu Jan 11 2007 Parag Nemade <panemade@gmail.com>- 5.0.0-0.17
|
* Thu Jan 11 2007 Parag Nemade <panemade@gmail.com>- 5.0.0-0.17
|
||||||
- Enabling -plugin subpackage as gimp-print dropped its -plugin subpackage.
|
- Enabling -plugin subpackage as gimp-print dropped its -plugin subpackage.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user