]> git.pld-linux.org Git - packages/gnuplot.git/blob - gnuplot.spec
- massive attack s/pld.org.pl/pld-linux.org/
[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.7.2
12 Release:        6
13 License:        GPL
14 Group:          Applications/Math
15 Source0:        http://dl.sourceforge.net/gnuplot/%{name}-%{version}.tar.gz
16 Source1:        %{name}.desktop
17 Patch0:         %{name}-info.patch
18 Patch1:         %{name}-acfix.patch
19 Patch2:         %{name}-round.patch
20 Patch3:         %{name}-info_install.patch
21 URL:            http://gnuplot.sourceforge.net/
22 BuildRequires:  XFree86-devel
23 BuildRequires:  autoconf
24 BuildRequires:  automake
25 BuildRequires:  libpng >= 1.0.8
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 %patch2 -p1
82 %patch3 -p1
83
84 %build
85 %{__aclocal} -I m4
86 %{__autoconf}
87 %{__autoheader}
88
89 %configure \
90         --with-readline=gnu \
91         --with-png \
92         --without-gd \
93         --with-x \
94         --without-lisp-files \
95         --without-linux-vga \
96         --without-tutorial
97
98 %{__make}
99 cd docs
100 makeinfo gnuplot.texi
101
102 %install
103 rm -rf $RPM_BUILD_ROOT
104 install -d $RPM_BUILD_ROOT{%{_infodir},%{_applnkdir}/Scientific/Plotting}
105 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Scientific/Plotting/%{name}.desktop
106
107 %{__make} install DESTDIR=$RPM_BUILD_ROOT
108
109 %clean
110 rm -rf $RPM_BUILD_ROOT
111
112 %post
113 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
114
115 %postun
116 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
117
118 %files
119 %defattr(644,root,root,755)
120 %attr(755,root,root) %{_bindir}/*
121 %{_mandir}/man1/*
122 %{_datadir}/gnuplot.gih
123 %{_infodir}/gnuplot*
124 %{_applnkdir}/Scientific/Plotting/*
This page took 0.088259 seconds and 3 git commands to generate.