rpms/sympy/devel sympy.spec,1.10,1.11

konradm konradm at fedoraproject.org
Mon Feb 15 13:32:48 UTC 2010


Author: konradm

Update of /cvs/pkgs/rpms/sympy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17098

Modified Files:
	sympy.spec 
Log Message:
* Mon Feb 15 2010 Conrad Meyer <konrad at tylerc.org> - 0.6.6-2
- Remove private copy of system lib 'mpmath' (rhbz #551576).



Index: sympy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sympy/devel/sympy.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sympy.spec	27 Dec 2009 16:25:47 -0000	1.10
+++ sympy.spec	15 Feb 2010 13:32:48 -0000	1.11
@@ -2,7 +2,7 @@
 
 Name:           sympy
 Version:        0.6.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Python library for symbolic mathematics
 Group:          Development/Languages
 License:        BSD
@@ -12,6 +12,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildArch:      noarch
 BuildRequires:  python-devel
+Requires:       python-mpmath
 
 
 %description
@@ -34,6 +35,10 @@ rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 # Remove extra files
 rm -f %{buildroot}%{_bindir}/{,doc}test
+rm -rf %{buildroot}%{python_sitelib}/sympy/mpmath/
+pushd %{buildroot}%{python_sitelib}/sympy/
+  ln -s %{python_sitelib}/mpmath/
+popd
  
 %clean
 rm -rf %{buildroot}
@@ -49,6 +54,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Feb 15 2010 Conrad Meyer <konrad at tylerc.org> - 0.6.6-2
+- Remove private copy of system lib 'mpmath' (rhbz #551576).
+
 * Sun Dec 27 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.6.6-1
 - Update to 0.6.6.
 



More information about the scm-commits mailing list