File almost.spec of Package almost
BuildRequires: gcc-c++ zlib-devel lapack blas
Summary: almost all atom molecular similation toolkit
Name: almost
Version: 1.0.3
Release: 1
License: GPL
Requires: g++
Group: Productivity/Scientific/Chemistry
URL: http://www-almost.ch.cam.ac.uk/site/downloads
Source0: almost_current.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
%prep
%setup -q
%build
echo "BEGIN CHECK"
cat /usr/lib/build/checks-data/check_gcc_output
echo "END CHECK"
/usr/bin/gcc --version
/usr/bin/g++ --version
configure
make CC=/usr/bin/gcc CPP=/usr/bin/g++
%install
rm -rf $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc
%changelog
* Tue Mar 24 2009 Andrea Cavalli <amc82@cam.ac.uk> -
- Initial build.