2007-01-16 00:26:51 +01:00
|
|
|
#
|
2011-11-01 15:33:20 +01:00
|
|
|
# spec file for package netpbm
|
2007-01-16 00:26:51 +01:00
|
|
|
#
|
2019-05-14 11:30:03 +02:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-01-16 00:26:51 +01:00
|
|
|
#
|
2008-10-22 18:26:13 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-12-31 18:20:28 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-16 00:26:51 +01:00
|
|
|
#
|
|
|
|
|
2008-04-10 14:56:11 +02:00
|
|
|
|
2012-09-14 08:19:47 +02:00
|
|
|
%define libmaj 11
|
2019-05-14 11:30:03 +02:00
|
|
|
%define libmin 86
|
2012-09-14 08:19:47 +02:00
|
|
|
%define libver %{libmaj}.%{libmin}
|
2012-12-03 09:08:58 +01:00
|
|
|
Name: netpbm
|
2019-05-14 11:30:03 +02:00
|
|
|
Version: 10.86.3
|
2012-08-07 14:55:04 +02:00
|
|
|
Release: 0
|
2019-01-02 08:12:27 +01:00
|
|
|
Summary: A Graphics Conversion Package
|
2018-06-27 13:42:32 +02:00
|
|
|
License: BSD-3-Clause AND GPL-2.0-or-later AND IJG AND MIT AND SUSE-Public-Domain
|
2012-08-07 14:55:04 +02:00
|
|
|
Group: Productivity/Graphics/Convertors
|
2012-12-03 09:08:58 +01:00
|
|
|
Url: http://netpbm.sourceforge.net/
|
2012-09-14 08:19:47 +02:00
|
|
|
Source: netpbm-%{version}-nohpcdtoppm-noppmtompeg.tar.bz2
|
2007-01-16 00:26:51 +01:00
|
|
|
Source1: netpbm-%{version}-documentation.tar.bz2
|
2010-01-07 13:01:15 +01:00
|
|
|
Source2: baselibs.conf
|
2018-09-27 08:26:36 +02:00
|
|
|
Source3: prepare-src-tarball.sh
|
2010-04-02 00:05:31 +02:00
|
|
|
# SUSE specific
|
2017-07-15 01:48:15 +02:00
|
|
|
Patch0: %{name}-make.patch
|
|
|
|
Patch3: %{name}-tmpfile.patch
|
|
|
|
Patch4: %{name}-security-code.patch
|
|
|
|
Patch5: %{name}-security-scripts.patch
|
2015-12-17 12:36:34 +01:00
|
|
|
Patch6: %{name}-gcc-warnings.patch
|
2017-12-30 06:50:22 +01:00
|
|
|
Patch7: makeman-py3.patch
|
2012-12-03 09:08:58 +01:00
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: libjasper-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libtiff-devel
|
|
|
|
BuildRequires: libxml2-devel
|
2017-07-15 01:48:15 +02:00
|
|
|
BuildRequires: pkgconfig
|
2017-12-30 06:50:22 +01:00
|
|
|
# needed for the makeman
|
|
|
|
BuildRequires: python3-base
|
2012-12-03 09:08:58 +01:00
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
Provides: pbmplus
|
2007-01-16 00:26:51 +01:00
|
|
|
|
|
|
|
%description
|
2019-01-02 08:12:27 +01:00
|
|
|
These are the Portable Bitmap Plus Utilities.
|
|
|
|
|
|
|
|
This package provides tools for graphics conversion. Using these
|
|
|
|
tools, images can be converted from virtually any format into any
|
|
|
|
other format. A few of the supported formats include: GIF,
|
|
|
|
PC-Paintbrush, IFF ILBM, Gould Scanner file, MTV ray tracer, Atari
|
|
|
|
Degas .pi1 and .pi3, Macintosh PICT, HP Paintjet file, QRT raytracer,
|
|
|
|
AUTOCAD slide, Atari Spectrum (compressed and uncompressed), Andrew
|
|
|
|
Toolkit raster object, and many more. On top of that, man pages are
|
|
|
|
included for all tools.
|
2007-01-16 00:26:51 +01:00
|
|
|
|
2017-07-15 01:48:15 +02:00
|
|
|
%package -n libnetpbm%{libmaj}
|
|
|
|
Summary: Libraries for the NetPBM (NetPortableBitmap) Graphic Formats
|
|
|
|
Group: System/Libraries
|
|
|
|
Provides: libnetpbm = %{version}
|
|
|
|
Obsoletes: libnetpbm < %{version}
|
|
|
|
|
2012-09-14 08:19:47 +02:00
|
|
|
%description -n libnetpbm%{libmaj}
|
2007-08-10 01:26:03 +02:00
|
|
|
These are the libs for the netpbm graphic formats. The tools can be
|
|
|
|
found in the netpbm package. The sources are contained in the netpbm
|
|
|
|
source package.
|
|
|
|
|
2017-07-15 01:48:15 +02:00
|
|
|
%package -n libnetpbm-devel
|
2019-01-02 08:12:27 +01:00
|
|
|
Summary: Header files for the NetPBM libraries
|
2017-07-15 01:48:15 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libnetpbm%{libmaj} = %{version}
|
|
|
|
|
2007-08-10 01:26:03 +02:00
|
|
|
%description -n libnetpbm-devel
|
2007-01-16 00:26:51 +01:00
|
|
|
These are the libs for the netpbm graphic formats. The tools can be
|
|
|
|
found in the netpbm package. The sources are contained in the netpbm
|
|
|
|
source package.
|
|
|
|
|
|
|
|
%prep
|
2017-07-15 01:48:15 +02:00
|
|
|
%setup -q -D -a 1
|
2010-04-02 00:05:31 +02:00
|
|
|
%patch0
|
2012-09-14 08:19:47 +02:00
|
|
|
%patch3
|
2016-08-22 17:43:39 +02:00
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
|
|
|
%patch6 -p1
|
2017-12-30 06:50:22 +01:00
|
|
|
%patch7 -p1
|
2013-11-27 09:49:15 +01:00
|
|
|
mkdir pnmtopalm # for %%doc pnmtopalm
|
2012-09-14 08:19:47 +02:00
|
|
|
cp -p converter/other/pnmtopalm/{LICENSE,README} pnmtopalm
|
2007-01-16 00:26:51 +01:00
|
|
|
|
|
|
|
%build
|
2012-09-14 08:19:47 +02:00
|
|
|
# netpbm has _interactive_ configure perl script
|
|
|
|
cp config.mk.in config.mk # recomended by upstream, see doc/INSTALL
|
2014-04-01 13:34:57 +02:00
|
|
|
sed -i "s:STATICLIB_TOO = y:STATICLIB_TOO = n:" config.mk
|
|
|
|
# following two added 10.66.0, reported upstream
|
|
|
|
# recipe for target 'converter/install.manweb' failed
|
|
|
|
echo 'install.manweb:' >> converter/ppm/hpcdtoppm/Makefile
|
|
|
|
# dtto for ppmtompeg
|
|
|
|
echo 'install.manweb:' >> converter/ppm/ppmtompeg/Makefile
|
2017-07-15 01:48:15 +02:00
|
|
|
export CFLAGS="%{optflags} -flax-vector-conversions"
|
|
|
|
make %{?_smp_mflags} CFLAGS="$CFLAGS"
|
2011-11-01 15:41:30 +01:00
|
|
|
rm doc/INSTALL
|
2009-07-08 21:02:40 +02:00
|
|
|
#
|
|
|
|
# convert html to man pages
|
|
|
|
cd netpbm.sourceforge.net/doc
|
|
|
|
../../buildtools/makeman *.html
|
|
|
|
for i in 1 3 5 ; do
|
|
|
|
mkdir -p ../../man/man${i}
|
|
|
|
mv *.${i} ../../man/man${i}
|
|
|
|
done
|
2007-01-16 00:26:51 +01:00
|
|
|
|
|
|
|
%install
|
2012-09-14 08:19:47 +02:00
|
|
|
# netpbm has _interactive_ install perl script, see doc/INSTALL
|
2007-01-16 00:26:51 +01:00
|
|
|
make pkgdir=`pwd`/package package STRIPFLAG=
|
2012-09-14 08:19:47 +02:00
|
|
|
rm package/bin/g3topbm #conflict with g3utils
|
|
|
|
#
|
2017-07-15 01:48:15 +02:00
|
|
|
mkdir -p %{buildroot}%{_prefix}/{bin,include,%{_lib},share/man,share/%{name}}
|
|
|
|
cp -pd package/bin/* %{buildroot}%{_bindir}
|
|
|
|
cp -pd package/lib/*.so* %{buildroot}%{_libdir}
|
|
|
|
ln -s libnetpbm.so.%{libver} %{buildroot}%{_libdir}/libnetpbm.so
|
|
|
|
cp -prd package/include/netpbm %{buildroot}%{_includedir}
|
|
|
|
cp -prd man/* %{buildroot}%{_mandir}
|
2012-09-14 08:19:47 +02:00
|
|
|
install -m 644 converter/other/pnmtopalm/*.map \
|
2017-07-15 01:48:15 +02:00
|
|
|
%{buildroot}%{_datadir}/%{name}
|
2012-09-14 08:19:47 +02:00
|
|
|
|
|
|
|
%post -n libnetpbm%{libmaj} -p /sbin/ldconfig
|
|
|
|
%postun -n libnetpbm%{libmaj} -p /sbin/ldconfig
|
2007-01-16 00:26:51 +01:00
|
|
|
|
|
|
|
%files
|
2012-12-03 09:08:58 +01:00
|
|
|
%doc README doc/* netpbm.sourceforge.net/doc
|
|
|
|
%doc pnmtopalm/
|
2017-07-15 01:48:15 +02:00
|
|
|
%{_mandir}/man1/*%{ext_man}
|
|
|
|
%{_mandir}/man5/*%{ext_man}
|
2012-09-14 08:19:47 +02:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_datadir}/%{name}
|
2007-01-16 00:26:51 +01:00
|
|
|
|
2012-09-14 08:19:47 +02:00
|
|
|
%files -n libnetpbm%{libmaj}
|
2012-12-03 09:08:58 +01:00
|
|
|
%{_libdir}/lib*.so.%{libmaj}
|
|
|
|
%{_libdir}/lib*.so.%{libver}
|
2007-08-10 01:26:03 +02:00
|
|
|
|
|
|
|
%files -n libnetpbm-devel
|
2012-09-14 08:19:47 +02:00
|
|
|
%{_includedir}/%{name}
|
2007-08-10 01:26:03 +02:00
|
|
|
%{_libdir}/lib*.so
|
2014-09-08 09:52:06 +02:00
|
|
|
%{_mandir}/man3/*%{ext_man}
|
2007-11-23 01:52:03 +01:00
|
|
|
|
2007-03-29 18:22:31 +02:00
|
|
|
%changelog
|