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