Update to 0.6.6.

This commit is contained in:
Jussi Lehtola 2009-12-27 16:25:47 +00:00
parent 17919bf0dc
commit 28422ac991
3 changed files with 7 additions and 6 deletions

View File

@ -1 +1 @@
sympy-0.6.5.tar.gz
sympy-0.6.6.tar.gz

View File

@ -1 +1 @@
468589180c259a5b394bc04cdffbfe98 sympy-0.6.5.tar.gz
aa7be690a1df7e7415fe968f5e076733 sympy-0.6.6.tar.gz

View File

@ -30,12 +30,13 @@ Python and does not require any external libraries.
%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
# Remove extra files
rm -f %{buildroot}%{_bindir}/{,doc}test
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf %{buildroot}
%files