From 2b923b7c4a65ad1a5dea76eec5003adcda9c8e1a Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:12:02 +0000 Subject: [PATCH] auto-import changelog data from netpbm-9.14-2.src.rpm Wed Aug 29 2001 Crutcher Dunnavant 9.14-2 - added printconf print tests mainifest 'tests50.netpbm.xml' --- netpbm.spec | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/netpbm.spec b/netpbm.spec index 3991a0c..cab1442 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -1,12 +1,13 @@ Summary: A library for handling different graphics file formats. Name: netpbm Version: 9.14 -Release: 1 +Release: 2 Copyright: freeware Group: System Environment/Libraries Source0: netpbm-9.14-nojbig.tgz 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 @@ -19,10 +20,10 @@ BuildPrereq: libjpeg-devel, libpng-devel, libtiff-devel, perl Obsoletes: libgr %description -The netpbm package contains a library of functions which support +The netpbm package contains a library of functions that 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. @@ -31,13 +32,9 @@ 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. - -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. +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. %package progs Summary: Tools for manipulating graphics files in netpbm supported formats. @@ -46,14 +43,12 @@ 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. - -If you need to use these conversion scripts, you should install -netpbm-progs. You'll also need to install the netpbm package. +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. %prep %setup -q @@ -96,7 +91,7 @@ mkdir -p $RPM_BUILD_ROOT/usr/share/printconf/mf_rules cp %{SOURCE1} $RPM_BUILD_ROOT/usr/share/printconf/mf_rules/ mkdir -p $RPM_BUILD_ROOT/usr/share/printconf/tests -cp test-images/* $RPM_BUILD_ROOT/usr/share/printconf/tests/ +cp test-images/* %{SOURCE3} $RPM_BUILD_ROOT/usr/share/printconf/tests/ PATH="`pwd`:${PATH}" make install \ JPEGINC_DIR=$RPM_BUILD_ROOT%{_includedir} \ @@ -162,6 +157,9 @@ $RPM_BUILD_ROOT%{_bindir}/{ppmfade,ppmshadow} %{_mandir}/man5/* %changelog +* Wed Aug 29 2001 Crutcher Dunnavant 9.14-2 +- added printconf print tests mainifest 'tests50.netpbm.xml' + * Fri Jun 22 2001 Philipp Knirsch - Updated to netpbm version 9.14 - Removed pnmtotiff resize patch as it is now part of the original package