diff --git a/netpbm.spec b/netpbm.spec index ded6d0d..e0c7b8e 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -1,7 +1,7 @@ Summary: A library for handling different graphics file formats. Name: netpbm Version: 10.30 -Release: 1 +Release: 2 License: freeware Group: System Environment/Libraries URL: http://netpbm.sourceforge.net/ @@ -19,6 +19,7 @@ Patch8: netpbm-10.28-gcc4.patch Patch9: netpbm-10.27-bmptopnm.patch Patch10: netpbm-10.28-CAN-2005-2471.patch Patch11: netpbm-10.29-pnmtopng.patch +Patch12: netpbm-10.30-rgbtxt.patch Buildroot: %{_tmppath}/%{name}-root BuildPrereq: libjpeg-devel, libpng-devel, libtiff-devel, perl Obsoletes: libgr @@ -74,6 +75,7 @@ netpbm-progs. You'll also need to install the netpbm package. %patch9 -p1 -b .bmptopnm %patch10 -p1 -b .CAN-2005-2471 %patch11 -p1 -b .pnmtopng +%patch12 -p1 -b .rgbtxt ##mv shhopt/shhopt.h shhopt/pbmshhopt.h ##perl -pi -e 's|shhopt.h|pbmshhopt.h|g' `find -name "*.c" -o -name "*.h"` ./GNUmakefile @@ -172,6 +174,9 @@ rm -rf $RPM_BUILD_ROOT/usr/config_template %{_mandir}/man5/* %changelog +* Tue Nov 29 2005 Jindrich Novy 10.30-2 +- fix path to rgb.txt to fit modular X (#174128) + * Fri Oct 21 2005 Jindrich Novy 10.30-1 - update to 10.30 - update manpath, gcc4 patches