changed nglib to 4.13-RC
[engrid.git] / OBS / engrid-1.2rc1-1.spec
blobec7132db277dd38c39b0abe03e53fc16425edcf0
2 # This file and all modifications and additions to the pristine
3 # package are under the same license as the package itself.
6 # norootforbuild
8 Name: engrid
9 Version: 1.2rc1
10 Release: 1
11 Summary: open-source mesh generator for CFD
12 Group: Applications/Engineering
13 License: GPL
14 Url: http://engits.eu/engrid
15 Requires: libqt4 vtk
16 BuildRequires: libqt4-devel vtk netgen
17 Source: http://files.engits.eu/engrid-1.2rc1.tar.gz
18 BuildRoot: %{_tmppath}/%{name}-%{version}-build
20 %description
22 %prep
23 %setup
25 %build
26 cd src
27 export VTKINCDIR=/usr/inlcude/vtk
28 scripts/build_all.sh
30 %install
31 cp src/engrid /usr/bin
33 %clean
34 rm -rf $RPM_BUILD_ROOT
36 %post
37 %postun
39 %files
40 /usr/bin/engrid
42 %changelog
43 * Wed May 05 2010 ogloth@engits.com
44 - first attempt to create RPM package for enGrid