Author: qboosh Date: Sat Jun 16 10:04:35 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - package .egg-info for python 2.5 - numarray Provides moved to -numarray (but what for? it provides numpy.numarray, not numarray) - added missing internal deps
---- Files affected: SPECS: python-numpy.spec (1.63 -> 1.64) ---- Diffs: ================================================================ Index: SPECS/python-numpy.spec diff -u SPECS/python-numpy.spec:1.63 SPECS/python-numpy.spec:1.64 --- SPECS/python-numpy.spec:1.63 Fri Jun 15 01:03:19 2007 +++ SPECS/python-numpy.spec Sat Jun 16 12:04:30 2007 @@ -16,7 +16,7 @@ Source0: http://dl.sourceforge.net/numpy/%{module}-%{version}-2.tar.gz # Source0-md5: ff0ec1a633e426c8230b6c9d333cc1e6 URL: http://sourceforge.net/projects/numpy/ -BuildRequires: python-devel >= 1:2.3 +BuildRequires: python-devel >= 1:2.5 %pyrequires_eq python-libs # -- dropped some time ago Obsoletes: python-numpy-Properties @@ -26,7 +26,6 @@ Obsoletes: python-numpy-MA Obsoletes: python-numpy-RNG Provides: f2py -Provides: numarray BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -73,6 +72,7 @@ Summary(pl.UTF-8): Operacje i obliczenia na tablicach dla Pythona Group: Development/Languages/Python Requires: %{name} = %{epoch}:%{version}-%{release} +Provides: numarray %description numarray Numarray provides array manipulation and computational capabilities @@ -121,6 +121,7 @@ Summary: Old numeric packages Summary(pl.UTF-8): Stare pakiety numeric Group: Libraries/Python +Requires: %{name} = %{epoch}:%{version}-%{release} %description oldnumeric Old numeric packages. @@ -132,7 +133,7 @@ Summary: Fortran to Python interface generator Summary(pl.UTF-8): Generator interfejsów z Fortranu do Pythona Group: Libraries/Python -Requires: python-%{module} +Requires: %{name} = %{epoch}:%{version}-%{release} %description -n f2py Fortran to Python interface generator. @@ -192,6 +193,7 @@ %attr(755,root,root) %{py_sitedir}/%{module}/random/*.so %dir %{py_sitedir}/%{module}/testing %{py_sitedir}/%{module}/testing/*.py[co] +%{py_sitedir}/numpy-*.egg-info %files devel %defattr(644,root,root,755) @@ -234,6 +236,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.64 2007/06/16 10:04:30 qboosh +- package .egg-info for python 2.5 +- numarray Provides moved to -numarray (but what for? it provides numpy.numarray, not numarray) +- added missing internal deps + Revision 1.63 2007/06/14 23:03:19 wrobell - ver. 1.0.3 (note: obsoletes numeric and numarray, see the webpage) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/python-numpy.spec?r1=1.63&r2=1.64&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
