- Don't build CUPS PPDs (instead build a CUPS driver that can generate
them). Fixes build (bug #511538).
This commit is contained in:
parent
01598d84a8
commit
4ab0b52207
@ -4,7 +4,7 @@
|
||||
Name: gutenprint
|
||||
Summary: Printer Drivers Package.
|
||||
Version: 5.2.3
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Group: System Environment/Base
|
||||
URL: http://gimp-print.sourceforge.net/
|
||||
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-escputil --with-test --disable-rpath \
|
||||
--enable-cups-1_2-enhancements \
|
||||
--enable-simplified-cups-ppds
|
||||
--disable-cups-ppds
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -254,6 +254,10 @@ fi
|
||||
/bin/rm -f /var/cache/foomatic/*
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user