]> git.pld-linux.org Git - packages/grace.git/blob - grace.spec
- adapter(ized) and partialy rewrited.
[packages/grace.git] / grace.spec
1 %define version 5.0.5
2 %define name grace
3 %define serial 28
4 Name:           %{name}
5 Version:        %{version}
6 Serial:         %{serial}
7 Release:        1
8 License:        GPL
9 Source0:        ftp://plasma-gate.weizmann.ac.il/pub/grace/src/%{name}-%{version}.tar.gz
10 Source1:        xmgrace
11 Source2:        fftw.tar.gz
12 Patch0:         %{name}.perl.patch
13 Icon:           %{name}.gif
14 BuildRoot:      /tmp/%{name}-%{version}-root
15 ExclusiveArch:  i386 alpha
16 Group:          Applications/Math
17 Summary:        Numerical Data Processing and Visualization Tool (grace)
18 %description
19 Grace is a Motif application for two-dimensional data visualization.
20 Grace can transform the data using free equations, FFT, cross- and
21 auto-correlation, differences, integrals, histograms, and much more. The
22 generated figures are of high quality.  Grace is a very convenient tool
23 for data inspection, data transformation, and and for making figures for
24 publications.
25
26 %package dynamic
27 Group:          Applications/Math
28 Summary:        Numerical Data Processing and Visualization Tool (grace)
29 Provides:       %{name}
30 Conflicts:      %{name}-semistatic
31
32 %description dynamic
33 Grace is a Motif application for two-dimensional data visualization.
34 Grace can transform the data using free equations, FFT, cross- and
35 auto-correlation, differences, integrals, histograms, and much more. The
36 generated figures are of high quality.  Grace is a very convenient tool
37 for data inspection, data transformation, and and for making figures for
38 publications.
39
40 %package semistatic
41 Group:          Applications/Math
42 Summary:        grace with statically linked Motif libraries
43 Provides:       %{name}
44 Conflicts:      %{name}-dynamic
45
46 %description semistatic
47 Grace is a Motif application for two-dimensional data visualization.
48 Grace can transform the data using free equations, FFT, cross- and
49 auto-correlation, differences, integrals, histograms, and much more. The
50 generated figures are of high quality.  Grace is a very convenient tool
51 for data inspection, data transformation, and and for making figures for
52 publications.
53
54 In this package the Motif libraries are linked statically for users who have
55 no Motif runtime libraries.
This page took 0.060724 seconds and 3 git commands to generate.