diff --git a/foomatic.spec b/foomatic.spec index c93fb4a..c198ed7 100644 --- a/foomatic.spec +++ b/foomatic.spec @@ -57,6 +57,9 @@ Patch16: foomatic-badxml.patch # Handle PPDs with default option values of '0'. Patch17: foomatic-default0.patch +# Fix foomatic-cleanupdrivers. +Patch18: foomatic-cleanup.patch + Url: http://www.linuxprinting.org BuildRequires: perl >= 3:5.8.1 BuildRequires: libxml2-devel @@ -109,6 +112,7 @@ chmod a+x mkinstalldirs %patch10 -p1 -b .xml-cflags %patch15 -p1 %patch17 -p1 -b .default0 +%patch18 -p1 -b .cleanup ./make_configure popd @@ -272,6 +276,7 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name} %changelog * Tue Jan 17 2006 Tim Waugh 3.0.2-32 +- Fix foomatic-cleanupdrivers. - Updated db-engine to 3.0-20060117. - Handle PPDs with default option values of '0'.