- create symlink pnmtopnm -> pamtopnm, this works now in netpbm-10.28

(#161436)
This commit is contained in:
Jindrich Novy 2005-06-27 11:33:19 +00:00
parent cd36fc196d
commit a90bd6ce18

View File

@ -1,7 +1,7 @@
Summary: A library for handling different graphics file formats.
Name: netpbm
Version: 10.28
Release: 2
Release: 3
License: freeware
Group: System Environment/Libraries
URL: http://netpbm.sourceforge.net/
@ -17,11 +17,10 @@ Patch6: netpbm-10.22-cmapsize.patch
Patch7: netpbm-10.23-security.patch
Patch8: netpbm-10.24-nodoc.patch
Patch9: netpbm-10.28-gcc4.patch
Patch10: netpbm-10.27-badlink.patch
Patch11: netpbm-10.27-bmptopnm.patch
Patch12: netpbm-10.27-libpm.patch
Patch13: netpbm-10.27-pnmtojpeg.patch
Patch14: netpbm-10.28-ndebug.patch
Patch10: netpbm-10.27-bmptopnm.patch
Patch11: netpbm-10.27-libpm.patch
Patch12: netpbm-10.27-pnmtojpeg.patch
Patch13: netpbm-10.28-ndebug.patch
Buildroot: %{_tmppath}/%{name}-root
BuildPrereq: libjpeg-devel, libpng-devel, libtiff-devel, perl
Obsoletes: libgr
@ -75,11 +74,10 @@ netpbm-progs. You'll also need to install the netpbm package.
%patch7 -p1 -b .security
%patch8 -p1 -b .nodoc
%patch9 -p1 -b .gcc4
%patch10 -p1 -b .badlink
%patch11 -p1 -b .bmptopnm
%patch12 -p1 -b .libpm
%patch13 -p1 -b .pnmtojpeg
%patch14 -p1 -b .ndebug
%patch10 -p1 -b .bmptopnm
%patch11 -p1 -b .libpm
%patch12 -p1 -b .pnmtojpeg
%patch13 -p1 -b .ndebug
##mv shhopt/shhopt.h shhopt/pbmshhopt.h
##perl -pi -e 's|shhopt.h|pbmshhopt.h|g' `find -name "*.c" -o -name "*.h"` ./GNUmakefile
@ -177,6 +175,10 @@ rm -rf $RPM_BUILD_ROOT/usr/config_template
%{_mandir}/man5/*
%changelog
* Mon Jun 27 2005 Jindrich Novy <jnovy@redhat.com> 10.28-3
- create symlink pnmtopnm -> pamtopnm, this works now in
netpbm-10.28 (#161436)
* Tue Jun 21 2005 Jindrich Novy <jnovy@redhat.com> 10.28-2
- fix segfault in pbmtolj caused by unchecked assertions
caused by definition of NDEBUG (#160429)