From 4aa0b2dd03e16ef1edbae81890907fa026abaabbc2173c93ba5b42a7c935d45d Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 6 Apr 2010 20:38:04 +0000 Subject: [PATCH] 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 --- gnuplot.changes | 6 ++++++ gnuplot.spec | 11 ++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/gnuplot.changes b/gnuplot.changes index dd20154..5f9910b 100644 --- a/gnuplot.changes +++ b/gnuplot.changes @@ -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 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 diff --git a/gnuplot.spec b/gnuplot.spec index e12dd6d..ddc5367 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -19,7 +19,7 @@ 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 BuildRequires: plotutils-devel %else @@ -31,7 +31,7 @@ Group: Productivity/Graphics/Visualization/Graph AutoReqProv: on PreReq: %install_info_prereq Version: 4.2.6 -Release: 1 +Release: 2 Summary: GNUplot a Function Plotting Utility Source0: gnuplot-%{version}.tar.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 %{SOURCE3} %{buildroot}/%{_docdir}/gnuplot/ rm -f %{buildroot}/%{_docdir}/gnuplot/demo/Makefile* - for dem in %{buildroot}/%{_docdir}/gnuplot/demo/* ; do - sed "s|@@GNUPLOTDEMOPATH@@|%{_docdir}/gnuplot/demo/|g" < ${dem} > ${dem}.tmp - touch -r ${dem} ${dem}.tmp - mv -f ${dem}.tmp ${dem} - done + rm -f %{buildroot}/%{_datadir}/emacs/site-lisp/info-look.* %clean rm -rf %{buildroot} @@ -196,6 +192,7 @@ test $? -eq 0 || exit 1 %{_libdir}/gnuplot %{_datadir}/gnuplot %{_datadir}/texmf/tex/latex/gnuplot/ +%{_datadir}/emacs/site-lisp/ %{_appdef}/Gnuplot %files doc