SHA256
1
0
forked from pool/gnuplot

Accepting request 37108 from Publishing

Copy from Publishing/gnuplot based on submit request 37108 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/37108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=20
This commit is contained in:
OBS User autobuild 2010-04-06 20:38:04 +00:00 committed by Git OBS Bridge
parent db9bca8df4
commit 4aa0b2dd03
2 changed files with 10 additions and 7 deletions

View File

@ -15,6 +15,12 @@ Thu Mar 4 11:48:39 UTC 2010 - coolo@novell.com
* CHANGE Remove the EXPERIMENTAL flag from the wxt terminal * CHANGE Remove the EXPERIMENTAL flag from the wxt terminal
* CHANGE Remove the EXPERIMENTAL flag from the x11 terminal binary polygon mode * CHANGE Remove the EXPERIMENTAL flag from the x11 terminal binary polygon mode
-------------------------------------------------------------------
Mon Jun 22 17:15:05 CEST 2009 - werner@suse.de
- Remove obsolate code for GNUPLOTDEMOPATH (bnc#515001)
- Add emacs lisp files to file list (bnc#515001)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 15 15:12:38 CEST 2009 - werner@suse.de Mon Jun 15 15:12:38 CEST 2009 - werner@suse.de

View File

@ -19,7 +19,7 @@
Name: gnuplot Name: gnuplot
BuildRequires: cairo-devel freetype2-devel gcc-c++ gd-devel gtk2-devel latex2html libjpeg-devel libpng-devel netpbm pango-devel readline-devel texlive-latex wxGTK-devel xorg-x11 xorg-x11-devel BuildRequires: cairo-devel emacs-nox freetype2-devel gcc-c++ gd-devel gtk2-devel latex2html libjpeg-devel libpng-devel netpbm pango-devel readline-devel texlive-latex wxGTK-devel xorg-x11 xorg-x11-devel
%if 0%{?suse_version} > 1110 %if 0%{?suse_version} > 1110
BuildRequires: plotutils-devel BuildRequires: plotutils-devel
%else %else
@ -31,7 +31,7 @@ Group: Productivity/Graphics/Visualization/Graph
AutoReqProv: on AutoReqProv: on
PreReq: %install_info_prereq PreReq: %install_info_prereq
Version: 4.2.6 Version: 4.2.6
Release: 1 Release: 2
Summary: GNUplot a Function Plotting Utility Summary: GNUplot a Function Plotting Utility
Source0: gnuplot-%{version}.tar.bz2 Source0: gnuplot-%{version}.tar.bz2
Source2: gnuplot-fr.doc.bz2 Source2: gnuplot-fr.doc.bz2
@ -175,11 +175,7 @@ test $? -eq 0 || exit 1
install -m 0444 NEWS VERSION BUGS %{buildroot}/%{_docdir}/gnuplot/ install -m 0444 NEWS VERSION BUGS %{buildroot}/%{_docdir}/gnuplot/
install -m 0444 %{SOURCE3} %{buildroot}/%{_docdir}/gnuplot/ install -m 0444 %{SOURCE3} %{buildroot}/%{_docdir}/gnuplot/
rm -f %{buildroot}/%{_docdir}/gnuplot/demo/Makefile* rm -f %{buildroot}/%{_docdir}/gnuplot/demo/Makefile*
for dem in %{buildroot}/%{_docdir}/gnuplot/demo/* ; do rm -f %{buildroot}/%{_datadir}/emacs/site-lisp/info-look.*
sed "s|@@GNUPLOTDEMOPATH@@|%{_docdir}/gnuplot/demo/|g" < ${dem} > ${dem}.tmp
touch -r ${dem} ${dem}.tmp
mv -f ${dem}.tmp ${dem}
done
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
@ -196,6 +192,7 @@ test $? -eq 0 || exit 1
%{_libdir}/gnuplot %{_libdir}/gnuplot
%{_datadir}/gnuplot %{_datadir}/gnuplot
%{_datadir}/texmf/tex/latex/gnuplot/ %{_datadir}/texmf/tex/latex/gnuplot/
%{_datadir}/emacs/site-lisp/
%{_appdef}/Gnuplot %{_appdef}/Gnuplot
%files doc %files doc