]> git.pld-linux.org Git - packages/MayaVi.git/blob - MayaVi.spec
- fixed Group, adapterized, cleanups
[packages/MayaVi.git] / MayaVi.spec
1 Summary:        MayaVi is easy to use scientific data visualizer
2 Summary(pl):    MayaVi to ³atwe w u¿yciu narzêdzie do wizualizacji danych naukowych
3 Name:           MayaVi
4 Version:        1.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Graphics
8 Group(de):      Applikationen/Grafik
9 Group(pl):      Aplikacje/Grafika
10 Group(pt):      Aplicações/Gráficos
11 Source0:        ftp://ftp.sourceforge.net/pub/sourceforge/mayavi/%{name}-%{version}.tar.gz
12 URL:            http://mayavi.sourceforge.net/
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 MayaVi is a free, easy to use scientific data visualizer. It is
17 written in Python and uses the amazing Visualization Toolkit (VTK) for
18 the graphics. It provides a GUI written using Tkinter. MayaVi is free
19 and distributed under the GNU GPL. It is also cross platform.
20
21 %description -l pl
22 MayaVi to wolnodostêpne, ³atwe w u¿yciu narzêdzie do wizualizacji
23 danych naukowych. Jest napisane w Pythonie i u¿ywa do grafiki VTK
24 (Visualization Toolkit). GUI napisane jest przy u¿yciu Tkinter.
25
26 %prep
27 %setup  -q
28
29 %build
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
This page took 0.611745 seconds and 4 git commands to generate.