]> git.pld-linux.org Git - packages/gnuplot.git/blobdiff - gnuplot.spec
- begin update to 4.4.0
[packages/gnuplot.git] / gnuplot.spec
index c80243e2a1b9b9920685bdd9023a89f7103444af..d8b625be355a3df124725a810ddd91a364bbae50 100644 (file)
@@ -1,28 +1,43 @@
 Summary:       A program for plotting mathematical expressions and data
-Summary(de):   GNU-Plotter-Paket
-Summary(fr):   Le programme de traçage de courbe de GNU.
-Summary(pl):   GNU program do robienia wykresów
-Summary(tr):   Matematiksel görselleþtirme paketi
+Summary(de.UTF-8):     GNU-Plotter-Paket
+Summary(es.UTF-8):     Paquete para trazar gráficos
+Summary(fr.UTF-8):     Le programme de traçage de courbe de GNU
+Summary(hu.UTF-8):     Matematikai függvények és adatok ábrázolása
+Summary(pl.UTF-8):     Program GNU do robienia wykresów
+Summary(pt_BR.UTF-8):  Pacote para traçar gráficos
+Summary(ru.UTF-8):     Программа для построения графиков математических выражений и данных
+Summary(tr.UTF-8):     Matematiksel görselleştirme paketi
+Summary(uk.UTF-8):     Програма для побудови графіків математичних виразів та даних
 Name:          gnuplot
-Version:       3.7.1
-Release:       1
-License:       GPL
+Version:       4.4.0
+Release:       0.1
+License:       distributable (with modifications properly marked if any)
 Group:         Applications/Math
-Group(pl):     Aplikacje/Matematyczne
-Source0:       ftp://ftp.gnuplot.vt.edu/pub/gnuplot/%{name}-%{version}.tar.gz
-Patch0:                gnuplot-DESTDIR.patch
-Patch1:                gnuplot-info.patch
-URL:           http://www.geocities.com/SiliconValley/Foothills/6647/
-BuildRequires: readline-devel
-BuildRequires: libpng-devel
-BuildRequires: XFree86-devel
-BuildRequires: zlib-devel
+Source0:       http://dl.sourceforge.net/gnuplot/%{name}-%{version}.tar.gz
+# Source0-md5: e708665bd512153ad5c35252fe499059
+Source1:       %{name}.desktop
+Source2:       %{name}.png
+Patch0:                %{name}-info.patch
+Patch1:                %{name}-info_install.patch
+Patch2:                %{name}-lua.patch
+URL:           http://gnuplot.sourceforge.net/
+BuildRequires: autoconf >= 2.59-9
+BuildRequires: automake
+BuildRequires: gd-devel
+BuildRequires: libpng-devel >= 1.0.8
+BuildRequires: libtool
 BuildRequires: ncurses-devel
+BuildRequires: readline-devel
+BuildRequires: texinfo
+BuildRequires: texlive
+BuildRequires: texlive-latex
+BuildRequires: texlive-format-pdflatex
 #BuildRequires:        xemacs-lisp-programming
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: zlib-devel
 #or --without-lisp-files
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr
 %define                _datadir        %{_prefix}/share/misc
 
 %description
@@ -31,67 +46,108 @@ program especially suited for scientific data representation. Gnuplot
 can be used to plot functions and data points in both two and three
 dimensions and in many different formats.
 
-%description -l de
+%description -l de.UTF-8
 Das GNU-Plotting-Paket. Dient zur grafischen Ausgabe von Daten in
 einem X-Fenster oder in eine Datei.
 
-%description -l fr
-Paquetage de tracé de GNU. Il peut être utilisé pour faire des graphes
-de données dans une fenêtre X ou vers un fichier.
+%description -l es.UTF-8
+Este es el paquete GNU de ploteado. Se puede usar para crear gráficos
+en X Window o para archivo.
+
+%description -l fr.UTF-8
+Paquetage de tracé de GNU. Il peut être utilisé pour faire des graphes
+de données dans une fenêtre X ou vers un fichier.
+
+%description -l hu.UTF-8
+Gnuplot egy parancssor-vezérelt, interaktív függvényábrázoló program,
+amely különösen alkalmas tudományos adatok megjelenítésére. A Gnuplot
+alkalmas függvények és adathalmazok ábrázolására, kettő és három
+dimenzióban, különféle formátumokban.
 
-%description -l pl
-GNU plot rysuje wykresy, które mo¿na drukowaæ, zapisywaæ w pliku albo
-ogl±daæ w okienku X.
+%description -l pl.UTF-8
+GNU plot rysuje wykresy, które można drukować, zapisywać w pliku albo
+oglądać w okienku X.
 
-%description -l tr
-Gnuplot, bir fonksiyonun ya da bir veri kümesinin grafiðinin elde
-edilmesinde kullanýlan, çok yetenekli bir görselleþtirme aracýdýr.
+%description -l pt_BR.UTF-8
+Este é o pacote GNU de plotagem. Pode ser usado para gerar gráficos em
+X Window ou para arquivo.
+
+%description -l ru.UTF-8
+Gnuplot - это интерактивная программа построения графиков, управляемая
+с командной строки. Gnuplot особенно хорошо подходит для презентации
+научных данных и может применяться для отображения функций и данных в
+2-х и 3-х измерениях и во многих различных форматах.
+
+%description -l tr.UTF-8
+Gnuplot, bir fonksiyonun ya da bir veri kümesinin grafiğinin elde
+edilmesinde kullanılan, çok yetenekli bir görselleştirme aracıdır.
+
+%description -l uk.UTF-8
+Gnuplot - це інтерактивна програма побудови графіків, яка керується з
+командного рядка. Gnuplot особливо гарно підходить для презентації
+наукових даних та може застосовуватись для відображення функцій та
+даних в 2-х та 3-х вимірах та в багатьох різних форматах.
 
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
-aclocal -I m4
-autoconf
-autoheader
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoheader}
+%{__autoconf}
+%{__automake}
 
-LDFLAGS="-s"; export LDFLAGS
 %configure \
-       --with-gnu-readline \
+       --with-readline=gnu \
+       --enable-history-file \
        --with-png \
-       --without-gd \
+       --with-gd \
        --with-x \
        --without-lisp-files \
        --without-linux-vga \
+       %{!?with_pdf:--without-pdf} \
        --without-tutorial
 
-make
-(cd docs; makeinfo gnuplot.texi)
+# The source tarball incorrectly includes a file that should not be there.
+rm -f src/getcolor_x11.*
+
+%{__make}
+cd docs
+makeinfo gnuplot.texi
+cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_infodir}
-
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_infodir},%{_desktopdir},%{_pixmapsdir}}
 
-install docs/gnuplot.info* $RPM_BUILD_ROOT%{_infodir}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
-gzip -9nf $RPM_BUILD_ROOT{%{_mandir}/man1/*,%{_infodir}/*}
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       appdefaultdir=%{_prefix}/share/X11/app-defaults
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%post  -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%postun        -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
-%{_datadir}/gnuplot.gih
-%{_infodir}/gnuplot*
+%doc docs/psdoc/ps_guide.ps
+%attr(755,root,root) %{_bindir}/gnuplot
+%attr(755,root,root) %{_libdir}/%{name}
+%{_mandir}/man1/gnuplot.1*
+%{_datadir}/%{name}
+%{_infodir}/gnuplot.info*
+%{_desktopdir}/gnuplot.desktop
+%{_pixmapsdir}/gnuplot.png
+%{_prefix}/share/X11/app-defaults/Gnuplot
This page took 0.034131 seconds and 4 git commands to generate.