- Don't build CUPS PPDs (instead build a CUPS driver that can generate

them). Fixes build (bug #511538).
This commit is contained in:
Tim Waugh 2009-07-15 08:12:51 +00:00
parent 01598d84a8
commit 4ab0b52207

View File

@ -4,7 +4,7 @@
Name: gutenprint Name: gutenprint
Summary: Printer Drivers Package. Summary: Printer Drivers Package.
Version: 5.2.3 Version: 5.2.3
Release: 5%{?dist} Release: 6%{?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
@ -140,7 +140,7 @@ export CFLAGS="${CFLAGS} -O0"
--with-user-guide --with-samples \ --with-user-guide --with-samples \
--with-escputil --with-test --disable-rpath \ --with-escputil --with-test --disable-rpath \
--enable-cups-1_2-enhancements \ --enable-cups-1_2-enhancements \
--enable-simplified-cups-ppds --disable-cups-ppds
make %{?_smp_mflags} make %{?_smp_mflags}
@ -254,6 +254,10 @@ fi
/bin/rm -f /var/cache/foomatic/* /bin/rm -f /var/cache/foomatic/*
%changelog %changelog
* Wed Jul 15 2009 Tim Waugh <twaugh@redhat.com> 5.2.3-6
- Don't build CUPS PPDs (instead build a CUPS driver that can
generate them). Fixes build (bug #511538).
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.3-5 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild