diff --git a/.cvsignore b/.cvsignore index ff62e5c..abc4c5b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -netpbm-9.14-nojbig.tgz +netpbm-9.24-nojbig.tar.bz2 test-images.tar.gz diff --git a/netpbm.spec b/netpbm.spec index cab1442..644c423 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -1,29 +1,23 @@ Summary: A library for handling different graphics file formats. Name: netpbm -Version: 9.14 +Version: 9.24 Release: 2 Copyright: freeware Group: System Environment/Libraries -Source0: netpbm-9.14-nojbig.tgz +Source0: netpbm-9.24-nojbig.tar.bz2 Source1: mf50-netpbm_filters Source2: test-images.tar.gz -Source3: tests50.netpbm.xml Patch0: netpbm-9.8-install.patch -Patch1: netpbm-9.5-pktopbm.patch -Patch2: netpbm-9.5-pnmtotiff.patch -Patch3: netpbm-9.5-pstopnm.patch -Patch4: netpbm-9.9-asciitopgm.patch -Patch5: netpbm-9.9-manpages.patch -Patch6: netpbm-9.9-time.patch +Patch1: netpbm-9.9-time.patch Buildroot: %{_tmppath}/%{name}-root BuildPrereq: libjpeg-devel, libpng-devel, libtiff-devel, perl Obsoletes: libgr %description -The netpbm package contains a library of functions that support +The netpbm package contains a library of functions which support programs for handling various graphics file formats, including .pbm (portable bitmaps), .pgm (portable graymaps), .pnm (portable anymaps), -.ppm (portable pixmaps), and others. +.ppm (portable pixmaps) and others. %package devel Summary: Development tools for programs which will use the netpbm libraries. @@ -32,9 +26,13 @@ Requires: netpbm = %{version}-%{release} Obsoletes: libgr-devel %description devel -The netpbm-devel package contains the header files and static -libraries, etc., for developing programs which can handle the various -graphics file formats supported by the netpbm libraries. +The netpbm-devel package contains the header files and static libraries, +etc., for developing programs which can handle the various graphics file +formats supported by the netpbm libraries. + +Install netpbm-devel if you want to develop programs for handling the +graphics file formats supported by the netpbm libraries. You'll also need +to have the netpbm package installed. %package progs Summary: Tools for manipulating graphics files in netpbm supported formats. @@ -43,33 +41,37 @@ Requires: netpbm = %{version}-%{release} Obsoletes: libgr-progs %description progs -The netpbm-progs package contains a group of scripts for manipulating -the graphics files in formats which are supported by the netpbm -libraries. For example, netpbm-progs includes the rasttopnm script, -which will convert a Sun rasterfile into a portable anymap. -Netpbm-progs contains many other scripts for converting from one -graphics file format to another. +The netpbm-progs package contains a group of scripts for manipulating the +graphics files in formats which are supported by the netpbm libraries. For +example, netpbm-progs includes the rasttopnm script, which will convert a +Sun rasterfile into a portable anymap. Netpbm-progs contains many other +scripts for converting from one graphics file format to another. + +If you need to use these conversion scripts, you should install +netpbm-progs. You'll also need to install the netpbm package. %prep %setup -q %patch0 -p1 -b .install -#%patch1 -p1 -b .pktopbm -#%patch2 -p1 -b .pnmtotiff -#%patch3 -p1 -b .pstopnm -#%patch4 -p1 -b .asciitopgm -#%patch5 -p1 -b .manpages -%patch6 -p1 -b .time +%patch1 -p1 -b .time mv shhopt/shhopt.h shhopt/pbmshhopt.h -perl -pi -e 's|shhopt.h|pbmshhopt.h|g' `find -name "*.c" -o -name "*.h"` +perl -pi -e 's|shhopt.h|pbmshhopt.h|g' `find -name "*.c" -o -name "*.h"` ./GNUmakefile tar xzf %{SOURCE2} %build ./configure < 9.14-2 -- added printconf print tests mainifest 'tests50.netpbm.xml' +* Tue Apr 02 2002 Phil Knirsch +- Fixed stupid dangling symlink problem (#62478) + +* Tue Mar 12 2002 Phil Knirsch +- Updated to netpbm version 9.24 +- Hacked around a couple of library problems. + +* Tue Nov 06 2001 Phil Knirsch +- Updated to netpbm version 9.20 * Fri Jun 22 2001 Philipp Knirsch - Updated to netpbm version 9.14 diff --git a/sources b/sources index 40918cf..5d9e22f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -43e40a474425bc01c26c9a68786cf2a9 netpbm-9.14-nojbig.tgz +1f52a9c818ff71b4494e15563651f3be netpbm-9.24-nojbig.tar.bz2 8d0fccb5b32dd50e3080a3e59bc31cc2 test-images.tar.gz