2007-01-16 00:32:57 +01:00
|
|
|
#
|
2011-11-21 12:51:14 +01:00
|
|
|
# spec file for package plotutils
|
2007-01-16 00:32:57 +01:00
|
|
|
#
|
2013-03-03 13:14:21 +01:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:32:57 +01:00
|
|
|
#
|
2008-10-23 04:44:22 +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.
|
|
|
|
|
2007-01-16 00:32:57 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: plotutils
|
2009-11-27 15:14:24 +01:00
|
|
|
Version: 2.6
|
2012-08-06 17:00:28 +02:00
|
|
|
Release: 0
|
2009-01-09 01:47:43 +01:00
|
|
|
Summary: GNU Plotting Utilities
|
2013-03-03 13:14:21 +01:00
|
|
|
License: GPL-2.0+ and GPL-3.0+
|
2012-08-06 17:00:28 +02:00
|
|
|
Group: Productivity/Graphics/Visualization/Graph
|
2013-04-16 16:49:11 +02:00
|
|
|
Url: http://www.gnu.org/software/plotutils/plotutils.html
|
|
|
|
Source: http://ftp.gnu.org/gnu/plotutils/%{name}-%{version}.tar.gz
|
|
|
|
Source1: http://ftp.gnu.org/gnu/plotutils/plotutils-2.6.tar.gz.sig
|
|
|
|
Source2: plotutils.keyring
|
|
|
|
Patch0: plotutils-man.patch
|
2009-01-09 02:17:30 +01:00
|
|
|
Patch1: plotutils-uninitialized.patch
|
|
|
|
Patch2: plotutils-dasharray-format.patch
|
|
|
|
Patch3: plotutils-autoreconf.patch
|
2012-08-30 10:49:52 +02:00
|
|
|
# libpng15.patch sent 2012-08-30 at rsm@math.arizona.edu
|
2012-08-29 14:40:46 +02:00
|
|
|
Patch4: plotutils-libpng15.patch
|
2013-07-15 14:28:47 +02:00
|
|
|
# PATCH-FIX-UPSTREAM Arithmetic overflow in Hershey pointing hands glyphs
|
|
|
|
Patch5: plotutils-hershey_glyphs.patch
|
|
|
|
# PATCH-FIX-UPSTREAM --no-of-intervals arugment is documented wrongly originall
|
|
|
|
Patch6: plotutils-man-spline.patch
|
|
|
|
# PATCH-FIX-UPSTREAM repairs postscript output
|
|
|
|
Patch7: plotutils-postscript.patch
|
2013-04-16 16:49:11 +02:00
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: fontpackages-devel
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: xorg-x11-devel
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
%if %suse_version >= 1230
|
|
|
|
BuildRequires: gpg-offline
|
|
|
|
%endif
|
|
|
|
Requires(pre): %install_info_prereq
|
|
|
|
Requires(pre): %suseconfig_fonts_prereq
|
2007-01-16 00:32:57 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
The GNU plotting utilities consist of seven command line programs: the
|
|
|
|
graphics programs `graph', `plot', `tek2plot', and `plotfont', and the
|
|
|
|
mathematical programs `spline', `ode', and `double'. GNU `libplot' is
|
|
|
|
distributed with these programs; it is the library on which the
|
|
|
|
graphics programs are based. `Libplot' is a function library for
|
|
|
|
device-independent two-dimensional vector graphics, including vector
|
|
|
|
graphics animations under the X Window System.
|
|
|
|
|
2009-01-09 02:17:30 +01:00
|
|
|
%package devel
|
|
|
|
Summary: GNU Plotting Utilities
|
|
|
|
Group: Development/Libraries/C and C++
|
2012-08-06 17:00:28 +02:00
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Requires: libplot2 = %{version}
|
|
|
|
Requires: libplotter2 = %{version}
|
|
|
|
Requires: libstdc++-devel
|
|
|
|
Requires: libxmi0 = %{version}
|
|
|
|
Requires: xorg-x11-libX11-devel
|
2009-01-09 02:17:30 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The GNU plotting utilities consist of seven command line programs: the
|
|
|
|
graphics programs `graph', `plot', `tek2plot', and `plotfont', and the
|
|
|
|
mathematical programs `spline', `ode', and `double'. GNU `libplot' is
|
|
|
|
distributed with these programs; it is the library on which the
|
|
|
|
graphics programs are based. `Libplot' is a function library for
|
|
|
|
device-independent two-dimensional vector graphics, including vector
|
|
|
|
graphics animations under the X Window System.
|
|
|
|
|
|
|
|
%package -n libplot2
|
|
|
|
Summary: GNU Plotting Utilities
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libplot2
|
|
|
|
The GNU plotting utilities consist of seven command line programs: the
|
|
|
|
graphics programs `graph', `plot', `tek2plot', and `plotfont', and the
|
|
|
|
mathematical programs `spline', `ode', and `double'. GNU `libplot' is
|
|
|
|
distributed with these programs; it is the library on which the
|
|
|
|
graphics programs are based. `Libplot' is a function library for
|
|
|
|
device-independent two-dimensional vector graphics, including vector
|
|
|
|
graphics animations under the X Window System.
|
|
|
|
|
|
|
|
%package -n libplotter2
|
|
|
|
Summary: GNU Plotting Utilities
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libplotter2
|
|
|
|
The GNU plotting utilities consist of seven command line programs: the
|
|
|
|
graphics programs `graph', `plot', `tek2plot', and `plotfont', and the
|
|
|
|
mathematical programs `spline', `ode', and `double'. GNU `libplot' is
|
|
|
|
distributed with these programs; it is the library on which the
|
|
|
|
graphics programs are based. `Libplot' is a function library for
|
|
|
|
device-independent two-dimensional vector graphics, including vector
|
|
|
|
graphics animations under the X Window System.
|
|
|
|
|
|
|
|
%package -n libxmi0
|
|
|
|
Summary: GNU Plotting Utilities
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libxmi0
|
|
|
|
The GNU plotting utilities consist of seven command line programs: the
|
|
|
|
graphics programs `graph', `plot', `tek2plot', and `plotfont', and the
|
|
|
|
mathematical programs `spline', `ode', and `double'. GNU `libplot' is
|
|
|
|
distributed with these programs; it is the library on which the
|
|
|
|
graphics programs are based. `Libplot' is a function library for
|
|
|
|
device-independent two-dimensional vector graphics, including vector
|
|
|
|
graphics animations under the X Window System.
|
|
|
|
|
2007-01-16 00:32:57 +01:00
|
|
|
%prep
|
2013-04-16 16:49:11 +02:00
|
|
|
%{?gpg_verify: %gpg_verify %{S:1}}
|
2009-01-09 02:17:30 +01:00
|
|
|
%setup -q
|
2013-07-15 14:28:47 +02:00
|
|
|
%patch0 -p0
|
|
|
|
%patch1 -p0
|
|
|
|
%patch2 -p0
|
|
|
|
%patch3 -p0
|
2012-08-29 14:40:46 +02:00
|
|
|
%patch4 -p1
|
2013-07-15 14:28:47 +02:00
|
|
|
%patch5 -p0
|
|
|
|
%patch6 -p0
|
|
|
|
%patch7 -p0
|
|
|
|
# Avoid update lex and bison code as otherwise we may see broken code (bnc#829479)
|
|
|
|
# that is do *not* remove any lex\yacc code
|
|
|
|
grep -rslE '(made by GNU Bison|A Bison parser, made from|"lex.yy.c")' . | xargs -r touch
|
2007-01-16 00:32:57 +01:00
|
|
|
|
|
|
|
%build
|
2009-01-09 02:17:30 +01:00
|
|
|
autoreconf -f -i
|
2009-01-22 13:15:35 +01:00
|
|
|
%configure --with-pic\
|
2009-01-09 02:17:30 +01:00
|
|
|
--disable-static\
|
|
|
|
--enable-libplotter\
|
|
|
|
--enable-libxmi
|
|
|
|
# FIXME: lex/bison update break parallel build:
|
|
|
|
#make %{?jobs:-j%jobs}
|
|
|
|
make
|
2007-01-16 00:32:57 +01:00
|
|
|
|
|
|
|
%install
|
2009-01-09 02:17:30 +01:00
|
|
|
%makeinstall\
|
|
|
|
libplotdatadir=%{_docdir}/%{name}/libplot\
|
|
|
|
odedatadir=%{_docdir}/%{name}/ode\
|
|
|
|
tek2plotdatadir=%{_docdir}/%{name}/tek2plot\
|
|
|
|
pic2plotdatadir=%{_docdir}/%{name}/pic2plot
|
|
|
|
#
|
|
|
|
install -m 0644\
|
|
|
|
AUTHORS COMPAT COPYING INSTALL.fonts KNOWN_BUGS PROBLEMS README THANKS\
|
2013-04-16 16:49:11 +02:00
|
|
|
TODO %{buildroot}%{_defaultdocdir}/%{name}
|
2009-01-09 02:17:30 +01:00
|
|
|
#
|
2013-04-16 16:49:11 +02:00
|
|
|
install -d %{buildroot}%{_miscfontsdir}
|
|
|
|
install -m 0644 fonts/pcf/*.pcf %{buildroot}%{_miscfontsdir}
|
|
|
|
gzip -9 %{buildroot}%{_miscfontsdir}/*.pcf
|
2009-01-09 02:17:30 +01:00
|
|
|
#
|
2013-04-16 16:49:11 +02:00
|
|
|
install -m 0644 manpage.1 %{buildroot}%{_mandir}/man1/plotutils.1
|
|
|
|
ln -s plotutils.1.gz %{buildroot}%{_mandir}/man1/double.1.gz
|
|
|
|
ln -s plotutils.1.gz %{buildroot}%{_mandir}/man1/graph.1.gz
|
|
|
|
ln -s plotutils.1.gz %{buildroot}%{_mandir}/man1/pic2plot.1.gz
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
2007-01-16 00:32:57 +01:00
|
|
|
|
|
|
|
%post
|
|
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/plotutils.info.gz
|
2012-08-06 17:00:28 +02:00
|
|
|
%reconfigure_fonts_post
|
2007-01-16 00:32:57 +01:00
|
|
|
|
|
|
|
%postun
|
|
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/plotutils.info.gz
|
2012-08-06 17:00:28 +02:00
|
|
|
%reconfigure_fonts_postun
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
%reconfigure_fonts_posttrans
|
2007-01-16 00:32:57 +01:00
|
|
|
|
2009-01-09 02:17:30 +01:00
|
|
|
%post devel
|
|
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/libxmi.info.gz
|
|
|
|
|
|
|
|
%postun devel
|
|
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libxmi.info.gz
|
|
|
|
|
|
|
|
%post -n libplot2 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libplot2 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libplotter2 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libplotter2 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libxmi0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libxmi0 -p /sbin/ldconfig
|
|
|
|
|
2007-01-16 00:32:57 +01:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2009-01-09 02:17:30 +01:00
|
|
|
%doc %{_docdir}/%{name}
|
|
|
|
%{_bindir}/*
|
|
|
|
%doc %{_infodir}/plotutils*.info*
|
|
|
|
%doc %{_mandir}/man?/*.*
|
2012-08-06 17:00:28 +02:00
|
|
|
%{_miscfontsdir}
|
2009-01-09 02:17:30 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_includedir}/*.h
|
|
|
|
%doc %{_infodir}/libxmi*.info*
|
|
|
|
|
|
|
|
%files -n libplot2
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libplot.so.*
|
|
|
|
|
|
|
|
%files -n libplotter2
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libplotter.so.*
|
|
|
|
|
|
|
|
%files -n libxmi0
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libxmi.so.*
|
2007-01-16 00:32:57 +01:00
|
|
|
|
2008-10-23 04:44:22 +02:00
|
|
|
%changelog
|