]> git.pld-linux.org Git - packages/MayaVi.git/commitdiff
- Initial realase MayaVi.
authordobrek <dobrek@pld-linux.org>
Fri, 21 Dec 2001 10:42:11 +0000 (10:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Scientific visualization tool

Changed files:
    MayaVi.spec -> 1.1

MayaVi.spec [new file with mode: 0644]

diff --git a/MayaVi.spec b/MayaVi.spec
new file mode 100644 (file)
index 0000000..062d7c5
--- /dev/null
@@ -0,0 +1,34 @@
+Summary:       MayaVi is easy to use scientific data visualizer.
+Name:          MayaVi
+Version:       1.1
+Release:       1
+Group:         Visulatization
+Copyright:     GPL
+Source0:       http://prdownloads.sourceforge.net/mayavi/MayaVi-1.1.tar.gz
+URL:           http://mayavi.sourceforge.net/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MayaVi is a free, easy to use scientific data visualizer. It is written in Python and uses the amazing Visualization Toolkit (VTK) for
+the graphics. It provides a GUI written using Tkinter. MayaVi is free and distributed under the GNU GPL. It is also cross platform.
+
+%prep
+
+%setup  -q
+
+
+%build
+
+%pre
+
+%preun
+
+%post
+
+%postun
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
This page took 0.136111 seconds and 4 git commands to generate.