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:
parent
db9bca8df4
commit
4aa0b2dd03
@ -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
|
||||
|
||||
|
11
gnuplot.spec
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user