]> git.pld-linux.org Git - packages/gnuplot.git/blob - gnuplot.spec
- updated to 3.8i.0
[packages/gnuplot.git] / gnuplot.spec
1 Summary:        A program for plotting mathematical expressions and data
2 Summary(de):    GNU-Plotter-Paket
3 Summary(es):    Paquete para trazar gráficos
4 Summary(fr):    Le programme de traçage de courbe de GNU
5 Summary(pl):    Program GNU do robienia wykresów
6 Summary(pt_BR): Pacote para traçar gráficos
7 Summary(ru):    ðÒÏÇÒÁÍÍÁ ÄÌÑ ÐÏÓÔÒÏÅÎÉÑ ÇÒÁÆÉËÏ× ÍÁÔÅÍÁÔÉÞÅÓËÉÈ ×ÙÒÁÖÅÎÉÊ É ÄÁÎÎÙÈ
8 Summary(tr):    Matematiksel görselleþtirme paketi
9 Summary(uk):    ðÒÏÇÒÁÍÁ ÄÌÑ ÐÏÂÕÄÏ×É ÇÒÁƦ˦נÍÁÔÅÍÁÔÉÞÎÉÈ ×ÉÒÁڦנÔÁ ÄÁÎÉÈ
10 Name:           gnuplot
11 Version:        3.8i.0
12 Release:        1
13 License:        GPL
14 Group:          Applications/Math
15 Source0:        http://dl.sourceforge.net/gnuplot/%{name}-%{version}.tar.gz
16 # Source0-md5:  14b819c565153fee4f71eb5d47ec82bf
17 Source1:        %{name}.desktop
18 Patch0:         %{name}-info.patch
19 Patch1:         %{name}-info_install.patch
20 URL:            http://gnuplot.sourceforge.net/
21 BuildRequires:  XFree86-devel
22 BuildRequires:  autoconf
23 BuildRequires:  automake
24 BuildRequires:  libpng >= 1.0.8
25 BuildRequires:  libtool
26 BuildRequires:  ncurses-devel
27 BuildRequires:  readline-devel
28 BuildRequires:  zlib-devel
29 #BuildRequires: xemacs-lisp-programming
30 #or --without-lisp-files
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %define         _datadir        %{_prefix}/share/misc
34
35 %description
36 Gnuplot is a command-line driven, interactive function plotting
37 program especially suited for scientific data representation. Gnuplot
38 can be used to plot functions and data points in both two and three
39 dimensions and in many different formats.
40
41 %description -l de
42 Das GNU-Plotting-Paket. Dient zur grafischen Ausgabe von Daten in
43 einem X-Fenster oder in eine Datei.
44
45 %description -l es
46 Este es el paquete GNU de ploteado. Se puede usar para crear gráficos
47 en X Window o para archivo.
48
49 %description -l fr
50 Paquetage de tracé de GNU. Il peut être utilisé pour faire des graphes
51 de données dans une fenêtre X ou vers un fichier.
52
53 %description -l pl
54 GNU plot rysuje wykresy, które mo¿na drukowaæ, zapisywaæ w pliku albo
55 ogl±daæ w okienku X.
56
57 %description -l pt_BR
58 Este é o pacote GNU de plotagem. Pode ser usado para gerar gráficos em
59 X Window ou para arquivo.
60
61 %description -l ru
62 Gnuplot - ÜÔÏ ÉÎÔÅÒÁËÔÉ×ÎÁÑ ÐÒÏÇÒÁÍÍÁ ÐÏÓÔÒÏÅÎÉÑ ÇÒÁÆÉËÏ×, ÕÐÒÁ×ÌÑÅÍÁÑ
63 Ó ËÏÍÁÎÄÎÏÊ ÓÔÒÏËÉ. Gnuplot ÏÓÏÂÅÎÎÏ ÈÏÒÏÛÏ ÐÏÄÈÏÄÉÔ ÄÌÑ ÐÒÅÚÅÎÔÁÃÉÉ
64 ÎÁÕÞÎÙÈ ÄÁÎÎÙÈ É ÍÏÖÅÔ ÐÒÉÍÅÎÑÔØÓÑ ÄÌÑ ÏÔÏÂÒÁÖÅÎÉÑ ÆÕÎËÃÉÊ É ÄÁÎÎÙÈ ×
65 2-È É 3-È ÉÚÍÅÒÅÎÉÑÈ É ×Ï ÍÎÏÇÉÈ ÒÁÚÌÉÞÎÙÈ ÆÏÒÍÁÔÁÈ.
66
67 %description -l tr
68 Gnuplot, bir fonksiyonun ya da bir veri kümesinin grafiðinin elde
69 edilmesinde kullanýlan, çok yetenekli bir görselleþtirme aracýdýr.
70
71 %description -l uk
72 Gnuplot - ÃÅ ¦ÎÔÅÒÁËÔÉ×ÎÁ ÐÒÏÇÒÁÍÁ ÐÏÂÕÄÏ×É ÇÒÁƦ˦×, ÑËÁ ËÅÒÕ¤ÔØÓÑ Ú
73 ËÏÍÁÎÄÎÏÇÏ ÒÑÄËÁ. Gnuplot ÏÓÏÂÌÉ×Ï ÇÁÒÎϠЦÄÈÏÄÉÔØ ÄÌÑ ÐÒÅÚÅÎÔÁæ§
74 ÎÁÕËÏ×ÉÈ ÄÁÎÉÈ ÔÁ ÍÏÖÅ ÚÁÓÔÏÓÏ×Õ×ÁÔÉÓØ ÄÌѠצÄÏÂÒÁÖÅÎÎÑ ÆÕÎËæʠÔÁ
75 ÄÁÎÉÈ × 2-È ÔÁ 3-È ×ÉͦÒÁÈ ÔÁ × ÂÁÇÁÔØÏÈ Ò¦ÚÎÉÈ ÆÏÒÍÁÔÁÈ.
76
77 %prep
78 %setup -q
79 %patch0 -p1
80 %patch1 -p1
81
82 %build
83 rm -f missing
84 %{__libtoolize}
85 %{__aclocal} -I m4
86 %{__autoheader}
87 %{__autoconf}
88 %{__automake}
89
90 %configure \
91         --with-readline=gnu \
92         --with-png \
93         --without-gd \
94         --with-x \
95         --without-lisp-files \
96         --without-linux-vga \
97         --without-tutorial
98
99 # The source tarball incorrectly includes a file that should not be there.
100 rm -f src/getcolor_x11.*
101
102 %{__make}
103 cd docs
104 makeinfo gnuplot.texi
105
106 %install
107 rm -rf $RPM_BUILD_ROOT
108 install -d $RPM_BUILD_ROOT{%{_infodir},%{_applnkdir}/Scientific/Plotting}
109 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Scientific/Plotting/%{name}.desktop
110
111 %{__make} install \
112         DESTDIR=$RPM_BUILD_ROOT
113
114 %clean
115 rm -rf $RPM_BUILD_ROOT
116
117 %post
118 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
119
120 %postun
121 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
122
123 %files
124 %defattr(644,root,root,755)
125 %attr(755,root,root) %{_bindir}/*
126 %attr(755,root,root) %{_libdir}/%{name}
127 %{_mandir}/man1/*
128 %{_datadir}/gnuplot.gih
129 %{_infodir}/gnuplot*
130 %{_applnkdir}/Scientific/Plotting/*
This page took 0.037571 seconds and 4 git commands to generate.