]> git.pld-linux.org Git - packages/MayaVi.git/blob - MayaVi.spec
062d7c5e9785c3baf8ad5b02213e6ff0079bb85f
[packages/MayaVi.git] / MayaVi.spec
1 Summary:        MayaVi is easy to use scientific data visualizer.
2 Name:           MayaVi
3 Version:        1.1
4 Release:        1
5 Group:          Visulatization
6 Copyright:      GPL
7 Source0:        http://prdownloads.sourceforge.net/mayavi/MayaVi-1.1.tar.gz
8 URL:            http://mayavi.sourceforge.net/
9 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11 %description
12 MayaVi is a free, easy to use scientific data visualizer. It is written in Python and uses the amazing Visualization Toolkit (VTK) for
13 the graphics. It provides a GUI written using Tkinter. MayaVi is free and distributed under the GNU GPL. It is also cross platform.
14
15 %prep
16
17 %setup  -q
18
19
20 %build
21
22 %pre
23
24 %preun
25
26 %post
27
28 %postun
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
This page took 0.036198 seconds and 2 git commands to generate.