File SAGE.spec of Package SAGE
#
# spec file for package SAGE (Version 0.1a)
#
# Copyright (c) 2008 SuSE Linux AG, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bug fixes or comments via http://www.suse.de/feedback/
#
#norootforbuild
BuildRequires: python-devel gcc gcc-c++ gcc-fortran glibc-devel
Summary: SAGE open source mathematics software
Name: SAGE
Version: 4.3.3
Release: 0.1a
License: Other (See Source)
Group: Science
Source: sage-%{version}.tar
URL: http://www.sagemath.org
Vendor: http://www.sagemath.org
Packager: Karl Edler
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Sage is a free open-source mathematics software system licensed under the GPL. It combines the power of many existing open-source packages into a common Python-based interface.
%prep
%setup -n sage-%{version}
#################################################
%build
make
#################################################
%install
%{makeinstall}
#################################################
%files
%defattr(755,root,root)