File pstoedit.spec of Package pstoedit

#
# spec file for package pstoedit
#
# Copyright (c) 2024 SUSE LLC
#
# 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.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           pstoedit
Version:        4.00
Release:        0
Summary:        PostScript and PDF Converter
License:        GPL-2.0-or-later
Group:          Productivity/Publishing/PS
URL:            http://www.pstoedit.net/
Source:         https://sourceforge.net/projects/pstoedit/files/pstoedit/%{version}/%{name}-%{version}.tar.gz
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  gcc-c++
BuildRequires:  gd-devel
BuildRequires:  ghostscript-devel
BuildRequires:  libEMF-devel
BuildRequires:  libMagick++-devel
BuildRequires:  libpng-devel
BuildRequires:  libtool
BuildRequires:  libzip-devel
BuildRequires:  pkgconfig
BuildRequires:  plotutils-devel
Requires:       ghostscript

%description
pstoedit converts PostScript and PDF files to other vector graphic
formats so that they can be edited graphically.

pstoedit supports:

* Tgif .obj format (for tgif version >= 3)
* .fig format for xfig
* pdf - Adobe's Portable Document Format
* gnuplot format
* Flattened PostScript (with or without Bezier curves)
* DXF - CAD exchange format
* LWO - LightWave 3D
* RIB - RenderMan
* RPL - Real3D
* Java 1 or Java 2 applet
* Idraw format (in fact a special form of EPS that idraw can read)
* Tcl/Tk
* HPGL
* AI (Adobe Illustrator) (based on ps2ai.ps - not a real pstoedit driver - see notes below and manual)
* Windows Meta Files (WMF) (Windows only)
* Enhanced Windows Meta Files (EMF) (Windows, but also Linux/Unix if libemf is available)
* OS/2 meta files (OS/2 only)
* PIC format for troff/groff
* MetaPost format for usage with TeX/LaTeX
* LaTeX2e picture
* Kontour
* GNU Metafile (plotutils / libplot)
* Skencil ( http://www.skencil.org )
* Mathematica
* via ImageMagick to any format supported by ImageMagick
* SWF
* CNC G code
* VTK files for ParaView and similar visualization tools

%package devel
Summary:        PostScript and PDF converter (development files)
Group:          Productivity/Publishing/PS
Requires:       %{name} = %{version}
Requires:       ImageMagick-devel
Requires:       libMagick++-devel
Requires:       libpng-devel
Requires:       libzip-devel

%description devel
PostScript and PDF converter development headers and library files.

%prep
%autosetup -p1
for CRLFFILE in doc/readme.txt examples/figtext.ps ; do
	tr -d '\r' <$CRLFFILE >$CRLFFILE.lf
	touch -r $CRLFFILE $CRLFFILE.lf
	mv $CRLFFILE.lf $CRLFFILE
done

%build
# we are patching configure.ac
sh autogen.sh
# --without-swf: lacking libming package
%configure \
	--disable-static \
	--with-emf \
	--with-magick \
	--with-libplot \
	--with-pptx \
	--without-swf

%make_build

%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
# doc cleanup
rm -rf examples/Makefile*
rm -rf %{buildroot}/usr/share/doc/%{name}

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%{_bindir}/pstoedit
%{_libdir}/*.so.*
%dir %{_libdir}/pstoedit
%{_libdir}/pstoedit/*.so
%{_datadir}/%{name}
%{_mandir}/man?*/*.*
%license copying
%doc examples doc/readme.txt
%doc doc/*.htm doc/%{name}.pdf

%files devel
%{_libdir}/*.so
%{_includedir}/pstoedit
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/*.m4

%changelog
openSUSE Build Service is sponsored by