auto-import changelog data from netpbm-9.14-2.src.rpm
Wed Aug 29 2001 Crutcher Dunnavant <crutcher@redhat.com> 9.14-2 - added printconf print tests mainifest 'tests50.netpbm.xml'
This commit is contained in:
parent
a2e112b801
commit
2b923b7c4a
36
netpbm.spec
36
netpbm.spec
@ -1,12 +1,13 @@
|
|||||||
Summary: A library for handling different graphics file formats.
|
Summary: A library for handling different graphics file formats.
|
||||||
Name: netpbm
|
Name: netpbm
|
||||||
Version: 9.14
|
Version: 9.14
|
||||||
Release: 1
|
Release: 2
|
||||||
Copyright: freeware
|
Copyright: freeware
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: netpbm-9.14-nojbig.tgz
|
Source0: netpbm-9.14-nojbig.tgz
|
||||||
Source1: mf50-netpbm_filters
|
Source1: mf50-netpbm_filters
|
||||||
Source2: test-images.tar.gz
|
Source2: test-images.tar.gz
|
||||||
|
Source3: tests50.netpbm.xml
|
||||||
Patch0: netpbm-9.8-install.patch
|
Patch0: netpbm-9.8-install.patch
|
||||||
Patch1: netpbm-9.5-pktopbm.patch
|
Patch1: netpbm-9.5-pktopbm.patch
|
||||||
Patch2: netpbm-9.5-pnmtotiff.patch
|
Patch2: netpbm-9.5-pnmtotiff.patch
|
||||||
@ -19,10 +20,10 @@ BuildPrereq: libjpeg-devel, libpng-devel, libtiff-devel, perl
|
|||||||
Obsoletes: libgr
|
Obsoletes: libgr
|
||||||
|
|
||||||
%description
|
%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
|
programs for handling various graphics file formats, including .pbm
|
||||||
(portable bitmaps), .pgm (portable graymaps), .pnm (portable anymaps),
|
(portable bitmaps), .pgm (portable graymaps), .pnm (portable anymaps),
|
||||||
.ppm (portable pixmaps) and others.
|
.ppm (portable pixmaps), and others.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development tools for programs which will use the netpbm libraries.
|
Summary: Development tools for programs which will use the netpbm libraries.
|
||||||
@ -31,13 +32,9 @@ Requires: netpbm = %{version}-%{release}
|
|||||||
Obsoletes: libgr-devel
|
Obsoletes: libgr-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The netpbm-devel package contains the header files and static libraries,
|
The netpbm-devel package contains the header files and static
|
||||||
etc., for developing programs which can handle the various graphics file
|
libraries, etc., for developing programs which can handle the various
|
||||||
formats supported by the netpbm libraries.
|
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
|
%package progs
|
||||||
Summary: Tools for manipulating graphics files in netpbm supported formats.
|
Summary: Tools for manipulating graphics files in netpbm supported formats.
|
||||||
@ -46,14 +43,12 @@ Requires: netpbm = %{version}-%{release}
|
|||||||
Obsoletes: libgr-progs
|
Obsoletes: libgr-progs
|
||||||
|
|
||||||
%description progs
|
%description progs
|
||||||
The netpbm-progs package contains a group of scripts for manipulating the
|
The netpbm-progs package contains a group of scripts for manipulating
|
||||||
graphics files in formats which are supported by the netpbm libraries. For
|
the graphics files in formats which are supported by the netpbm
|
||||||
example, netpbm-progs includes the rasttopnm script, which will convert a
|
libraries. For example, netpbm-progs includes the rasttopnm script,
|
||||||
Sun rasterfile into a portable anymap. Netpbm-progs contains many other
|
which will convert a Sun rasterfile into a portable anymap.
|
||||||
scripts for converting from one graphics file format to another.
|
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
|
%prep
|
||||||
%setup -q
|
%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/
|
cp %{SOURCE1} $RPM_BUILD_ROOT/usr/share/printconf/mf_rules/
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/share/printconf/tests
|
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 \
|
PATH="`pwd`:${PATH}" make install \
|
||||||
JPEGINC_DIR=$RPM_BUILD_ROOT%{_includedir} \
|
JPEGINC_DIR=$RPM_BUILD_ROOT%{_includedir} \
|
||||||
@ -162,6 +157,9 @@ $RPM_BUILD_ROOT%{_bindir}/{ppmfade,ppmshadow}
|
|||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 29 2001 Crutcher Dunnavant <crutcher@redhat.com> 9.14-2
|
||||||
|
- added printconf print tests mainifest 'tests50.netpbm.xml'
|
||||||
|
|
||||||
* Fri Jun 22 2001 Philipp Knirsch <pknirsch@redhat.de>
|
* Fri Jun 22 2001 Philipp Knirsch <pknirsch@redhat.de>
|
||||||
- Updated to netpbm version 9.14
|
- Updated to netpbm version 9.14
|
||||||
- Removed pnmtotiff resize patch as it is now part of the original package
|
- Removed pnmtotiff resize patch as it is now part of the original package
|
||||||
|
Loading…
Reference in New Issue
Block a user