Summary: A program for plotting mathematical expressions and data Summary(de): GNU-Plotter-Paket Summary(es): Paquete para trazar gráficos Summary(fr): Le programme de traçage de courbe de GNU Summary(pl): Program GNU do robienia wykresów Summary(pt_BR): Pacote para traçar gráficos Summary(ru): ðÒÏÇÒÁÍÍÁ ÄÌÑ ÐÏÓÔÒÏÅÎÉÑ ÇÒÁÆÉËÏ× ÍÁÔÅÍÁÔÉÞÅÓËÉÈ ×ÙÒÁÖÅÎÉÊ É ÄÁÎÎÙÈ Summary(tr): Matematiksel görselleþtirme paketi Summary(uk): ðÒÏÇÒÁÍÁ ÄÌÑ ÐÏÂÕÄÏ×É ÇÒÁÆ¦Ë¦× ÍÁÔÅÍÁÔÉÞÎÉÈ ×ÉÒÁÚ¦× ÔÁ ÄÁÎÉÈ Name: gnuplot Version: 3.7.2 Release: 6 License: GPL Group: Applications/Math Source0: http://dl.sourceforge.net/gnuplot/%{name}-%{version}.tar.gz Source1: %{name}.desktop Patch0: %{name}-info.patch Patch1: %{name}-acfix.patch Patch2: %{name}-round.patch Patch3: %{name}-info_install.patch URL: http://gnuplot.sourceforge.net/ BuildRequires: XFree86-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: libpng >= 1.0.8 BuildRequires: ncurses-devel BuildRequires: readline-devel BuildRequires: zlib-devel #BuildRequires: xemacs-lisp-programming #or --without-lisp-files BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _datadir %{_prefix}/share/misc %description Gnuplot is a command-line driven, interactive function plotting 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 Das GNU-Plotting-Paket. Dient zur grafischen Ausgabe von Daten in einem X-Fenster oder in eine Datei. %description -l es Este es el paquete GNU de ploteado. Se puede usar para crear gráficos en X Window o para archivo. %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 pl GNU plot rysuje wykresy, które mo¿na drukowaæ, zapisywaæ w pliku albo ogl±daæ w okienku X. %description -l pt_BR Este é o pacote GNU de plotagem. Pode ser usado para gerar gráficos em X Window ou para arquivo. %description -l ru Gnuplot - ÜÔÏ ÉÎÔÅÒÁËÔÉ×ÎÁÑ ÐÒÏÇÒÁÍÍÁ ÐÏÓÔÒÏÅÎÉÑ ÇÒÁÆÉËÏ×, ÕÐÒÁ×ÌÑÅÍÁÑ Ó ËÏÍÁÎÄÎÏÊ ÓÔÒÏËÉ. Gnuplot ÏÓÏÂÅÎÎÏ ÈÏÒÏÛÏ ÐÏÄÈÏÄÉÔ ÄÌÑ ÐÒÅÚÅÎÔÁÃÉÉ ÎÁÕÞÎÙÈ ÄÁÎÎÙÈ É ÍÏÖÅÔ ÐÒÉÍÅÎÑÔØÓÑ ÄÌÑ ÏÔÏÂÒÁÖÅÎÉÑ ÆÕÎËÃÉÊ É ÄÁÎÎÙÈ × 2-È É 3-È ÉÚÍÅÒÅÎÉÑÈ É ×Ï ÍÎÏÇÉÈ ÒÁÚÌÉÞÎÙÈ ÆÏÒÍÁÔÁÈ. %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 uk Gnuplot - ÃÅ ¦ÎÔÅÒÁËÔÉ×ÎÁ ÐÒÏÇÒÁÍÁ ÐÏÂÕÄÏ×É ÇÒÁƦ˦×, ÑËÁ ËÅÒÕ¤ÔØÓÑ Ú ËÏÍÁÎÄÎÏÇÏ ÒÑÄËÁ. Gnuplot ÏÓÏÂÌÉ×Ï ÇÁÒÎÏ Ð¦ÄÈÏÄÉÔØ ÄÌÑ ÐÒÅÚÅÎÔÁæ§ ÎÁÕËÏ×ÉÈ ÄÁÎÉÈ ÔÁ ÍÏÖÅ ÚÁÓÔÏÓÏ×Õ×ÁÔÉÓØ ÄÌÑ ×¦ÄÏÂÒÁÖÅÎÎÑ ÆÕÎËÃ¦Ê ÔÁ ÄÁÎÉÈ × 2-È ÔÁ 3-È ×ÉͦÒÁÈ ÔÁ × ÂÁÇÁÔØÏÈ Ò¦ÚÎÉÈ ÆÏÒÍÁÔÁÈ. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %build %{__aclocal} -I m4 %{__autoconf} %{__autoheader} %configure \ --with-readline=gnu \ --with-png \ --without-gd \ --with-x \ --without-lisp-files \ --without-linux-vga \ --without-tutorial %{__make} cd docs makeinfo gnuplot.texi %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_infodir},%{_applnkdir}/Scientific/Plotting} install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Scientific/Plotting/%{name}.desktop %{__make} install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %post [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 %postun [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/* %{_datadir}/gnuplot.gih %{_infodir}/gnuplot* %{_applnkdir}/Scientific/Plotting/*