- Handle PPDs with default option values of '0'.
This commit is contained in:
parent
ac041d13aa
commit
f3fe9603f8
@ -8,7 +8,7 @@
|
|||||||
Summary: Foomatic printer database.
|
Summary: Foomatic printer database.
|
||||||
Name: foomatic
|
Name: foomatic
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Release: 31
|
Release: 32
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
@ -54,6 +54,9 @@ Patch15: foomatic-bad-utf8.patch
|
|||||||
# Fix tag mismatch in db.
|
# Fix tag mismatch in db.
|
||||||
Patch16: foomatic-badxml.patch
|
Patch16: foomatic-badxml.patch
|
||||||
|
|
||||||
|
# Handle PPDs with default option values of '0'.
|
||||||
|
Patch17: foomatic-default0.patch
|
||||||
|
|
||||||
Url: http://www.linuxprinting.org
|
Url: http://www.linuxprinting.org
|
||||||
BuildRequires: perl >= 3:5.8.1
|
BuildRequires: perl >= 3:5.8.1
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
@ -105,6 +108,7 @@ chmod a+x mkinstalldirs
|
|||||||
%patch14 -p1 -b .ampathxml
|
%patch14 -p1 -b .ampathxml
|
||||||
%patch10 -p1 -b .xml-cflags
|
%patch10 -p1 -b .xml-cflags
|
||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
|
%patch17 -p1 -b .default0
|
||||||
./make_configure
|
./make_configure
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -267,6 +271,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
|
|||||||
%{_var}/cache/foomatic
|
%{_var}/cache/foomatic
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 17 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-32
|
||||||
|
- Handle PPDs with default option values of '0'.
|
||||||
|
|
||||||
* Mon Jan 16 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-31
|
* Mon Jan 16 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-31
|
||||||
- Fix tag mismatch in db.
|
- Fix tag mismatch in db.
|
||||||
- Updated db to 3.0-20060116.
|
- Updated db to 3.0-20060116.
|
||||||
|
Loading…
Reference in New Issue
Block a user