Name: yade Version: 0.12.1 Release: 1%{?dist} Summary: A program for discrete modelling and finite element method Group: Applications/Engineering License: GPLv2+ URL: http://yade.wikia.com/wiki/Yade Source0: http://download.berlios.de/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel BuildRequires: boost-devel BuildRequires: scons BuildRequires: libXmu-devel BuildRequires: glut-devel BuildRequires: ScientificPython BuildRequires: python-devel %description YADE is an Open Source GNU/GPL Software framework designed with dynamic libraries in a way that it is easy to add new numerical models for simulation. It aims to provide versatile means to perform discrete modelling. %prep %setup -q -n %{name}-v%{version}beta %build %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALL="install -p" #install -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING DEVELOPER NEWS README TODO %{_mandir}/man*/%{name}.* %{_bindir}/%{name} %changelog * Sat Jan 30 2009 Fabian Affolter - 0.12.1-1 - Initial package for Fedora