From 2d08c2359e6115725cc1ae9f3538d6f76f27f646 Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Tue, 20 Jan 2015 08:19:33 +0100 Subject: [PATCH] Add missing pnmtops to netpbm-progs (#1171903) Signed-off-by: Petr Hracek --- netpbm-pnmtops.patch | 13 +++++++++++++ netpbm.spec | 8 +++++++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 netpbm-pnmtops.patch diff --git a/netpbm-pnmtops.patch b/netpbm-pnmtops.patch new file mode 100644 index 0000000..31bce9e --- /dev/null +++ b/netpbm-pnmtops.patch @@ -0,0 +1,13 @@ +diff --git a/converter/other/Makefile b/converter/other/Makefile +index 7aefda1..0d998f6 100644 +--- a/converter/other/Makefile ++++ b/converter/other/Makefile +@@ -121,7 +121,7 @@ PORTBINARIES = avstopam bmptopnm fitstopnm \ + pamtowinicon pamtoxvmini \ + pbmtopgm pdbimgtopam pfmtopam \ + pgmtopbm pgmtoppm ppmtopgm pnmtoddif \ +- pnmtopclxl pnmtorast \ ++ pnmtopclxl pnmtops pnmtorast \ + pnmtosgi pnmtosir pamtotga pnmtoxwd \ + rasttopnm rlatopam sgitopnm sirtopnm srftopam sunicontopnm \ + winicontopam xwdtopnm zeisstopnm diff --git a/netpbm.spec b/netpbm.spec index 0edfac5..b6654da 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -1,7 +1,7 @@ Summary: A library for handling different graphics file formats Name: netpbm Version: 10.66.02 -Release: 3%{?dist} +Release: 4%{?dist} # See copyright_summary for details License: BSD and GPLv2 and IJG and MIT and Public Domain Group: System Environment/Libraries @@ -35,8 +35,10 @@ Patch24: netpbm-ppmtopict.patch Patch25: netpbm-pnmtopclxl.patch Patch26: netpbm-werror.patch Patch27: netpbm-disable-pbmtog3.patch +Patch28: netpbm-pnmtops.patch BuildRequires: libjpeg-devel, libpng-devel, libtiff-devel, flex BuildRequires: libX11-devel, python, jasper-devel, libxml2-devel +BuildRequires: ghostscript-core %description The netpbm package contains a library of functions which support @@ -110,6 +112,7 @@ netpbm-doc. You'll also need to install the netpbm-progs package. %patch25 -p1 -b .pnmtopclxl %patch26 -p1 -b .werror %patch27 -p1 -b .disable-pbmtog3 +%patch28 -p1 -b .pnmtops sed -i 's/STRIPFLAG = -s/STRIPFLAG =/g' config.mk.in rm -rf converter/other/jpeg2000/libjasper/ @@ -266,6 +269,9 @@ rm -rf $RPM_BUILD_ROOT %doc userguide/* %changelog +* Tue Jan 20 2015 Petr Hracek - 10.66.02-4 +- Add missing pnmtops to netpbm-progs (#1171903) + * Sun Aug 17 2014 Fedora Release Engineering - 10.66.02-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild