diff --git a/netpbm.spec b/netpbm.spec index 912b26d..0987e83 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -1,7 +1,7 @@ Summary: A library for handling different graphics file formats. Name: netpbm Version: 10.31 -Release: 4 +Release: 5 License: freeware Group: System Environment/Libraries URL: http://netpbm.sourceforge.net/ @@ -21,8 +21,9 @@ Patch10: netpbm-10.28-CAN-2005-2471.patch Patch11: netpbm-10.29-pnmtopng.patch Patch12: netpbm-10.30-rgbtxt.patch Patch13: netpbm-10.31-xwdfix.patch +Patch14: netpbm-10.31-msbmp.patch Buildroot: %{_tmppath}/%{name}-root -BuildPrereq: libjpeg-devel, libpng-devel, libtiff-devel, perl +BuildRequires: libjpeg-devel, libpng-devel, libtiff-devel, perl, flex Obsoletes: libgr %description @@ -78,6 +79,7 @@ netpbm-progs. You'll also need to install the netpbm package. %patch11 -p1 -b .pnmtopng %patch12 -p1 -b .rgbtxt %patch13 -p1 -b .xwdfix +%patch14 -p1 -b .msbmp ##mv shhopt/shhopt.h shhopt/pbmshhopt.h ##perl -pi -e 's|shhopt.h|pbmshhopt.h|g' `find -name "*.c" -o -name "*.h"` ./GNUmakefile @@ -176,6 +178,10 @@ rm -rf $RPM_BUILD_ROOT/usr/config_template %{_mandir}/man5/* %changelog +* Mon Feb 20 2006 Jindrich Novy 10.31-5 +- add missing flex BuildRequires +- fix anytopnm to recognize ms-bmp files (#182060) + * Tue Feb 14 2006 Jindrich Novy 10.31-4 - make xwdtopnm work on x86_64 (#181001)