Author: qboosh Date: Mon Aug 18 22:27:15 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - License is BSD - cleanup
---- Files affected: SPECS: python-numpy.spec (1.71 -> 1.72) ---- Diffs: ================================================================ Index: SPECS/python-numpy.spec diff -u SPECS/python-numpy.spec:1.71 SPECS/python-numpy.spec:1.72 --- SPECS/python-numpy.spec:1.71 Wed Aug 6 11:56:11 2008 +++ SPECS/python-numpy.spec Tue Aug 19 00:27:10 2008 @@ -11,7 +11,7 @@ Version: 1.1.1 Release: 1 Epoch: 1 -License: distributable +License: BSD Group: Libraries/Python Source0: http://dl.sourceforge.net/numpy/%{module}-%{version}.tar.gz # Source0-md5: af066b59a50bf5dbe1a14d6be3df6937 @@ -131,12 +131,12 @@ %build CC="%{__cc}"; export CC CFLAGS="%{rpmcflags}"; export CFLAGS -python setup.py build +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT -python setup.py install \ +%{__python} setup.py install \ --root=$RPM_BUILD_ROOT %py_ocomp $RPM_BUILD_ROOT%{py_sitedir} @@ -161,7 +161,6 @@ %attr(755,root,root) %{py_sitedir}/%{module}/core/*.so %dir %{py_sitedir}/%{module}/distutils %{py_sitedir}/%{module}/distutils/*.py[co] -#%{py_sitedir}/%{module}/distutils/site.cfg %dir %{py_sitedir}/%{module}/distutils/command %{py_sitedir}/%{module}/distutils/command/*.py[co] %dir %{py_sitedir}/%{module}/distutils/fcompiler @@ -211,7 +210,6 @@ %dir %{py_sitedir}/%{module}/f2py %{py_sitedir}/%{module}/f2py/*.py[co] %{py_sitedir}/%{module}/f2py/src -#%{py_sitedir}/%{module}/f2py/lib %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -219,6 +217,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.72 2008/08/18 22:27:10 qboosh +- License is BSD +- cleanup + Revision 1.71 2008/08/06 09:56:11 rotom - up to 1.1.1 - some files added ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-numpy.spec?r1=1.71&r2=1.72&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
