SHA256
1
0
forked from pool/gnuplot
Dr. Werner Fink 2015-07-24 11:34:04 +00:00 committed by Git OBS Bridge
parent 4c4cf2c8fa
commit 6618e379e9
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 24 11:08:33 UTC 2015 - werner@suse.de
- Require pkgconfig of libcerf at build time
-------------------------------------------------------------------
Fri May 22 07:07:22 UTC 2015 - werner@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package gnuplot
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -46,6 +46,9 @@ BuildRequires: pkgconfig(Qt5Svg)
%else
BuildRequires: libqt4-devel >= 4.5
%endif
%if %suse_version > 1320
BuildRequires: pkgconfig(libcerf)
%endif
BuildRequires: latex2html
BuildRequires: texlive-latex
BuildRequires: texlive-tex4ht
@ -127,7 +130,7 @@ Summary: Documentation of GNUplot
Group: Productivity/Graphics/Visualization/Graph
Requires: %{name}
Requires(post): %install_info_prereq
Requires(postun): %install_info_prereq
Requires(preun): %install_info_prereq
BuildArch: noarch
%description doc
@ -263,7 +266,7 @@ autoreconf -fi
%post doc
%install_info --info-dir=.%{_infodir} .%{_infodir}/%{name}.info.gz
%postun doc
%preun doc
%install_info_delete --info-dir=.%{_infodir} .%{_infodir}/%{name}.info.gz
%files