SPECS: python-numpy.spec - up to 1.0.1 - now packed contains: - n...

rotom rotom at pld-linux.org
Sat Feb 10 22:22:54 CET 2007


Author: rotom                        Date: Sat Feb 10 21:22:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.0.1
- now packed contains:
 - numarray
 - numeric
 - Fortran to Python interface generator (f2py)

---- Files affected:
SPECS:
   python-numpy.spec (1.58 -> 1.59) 

---- Diffs:

================================================================
Index: SPECS/python-numpy.spec
diff -u SPECS/python-numpy.spec:1.58 SPECS/python-numpy.spec:1.59
--- SPECS/python-numpy.spec:1.58	Tue Nov 21 00:59:07 2006
+++ SPECS/python-numpy.spec	Sat Feb 10 22:22:48 2007
@@ -8,13 +8,13 @@
 Summary:	Python numerical facilities
 Summary(pl):	Moduły do obliczeń numerycznych dla języka Python
 Name:		python-%{module}
-Version:	1.0
-Release:	1
+Version:	1.0.1
+Release:	0.1
 Epoch:		1
 License:	distributable
 Group:		Libraries/Python
 Source0:	http://dl.sourceforge.net/numpy/%{module}-%{version}.tar.gz
-# Source0-md5:	47dd0daa82e7b3f0fe74b969b388d7b3
+# Source0-md5:	13a29244cbe03e0d45e56d8d90ecb55d
 URL:		http://sourceforge.net/projects/numpy/
 BuildRequires:	python-devel >= 1:2.3
 %pyrequires_eq	python-libs
@@ -25,6 +25,8 @@
 # -- dropped during Numeric->numpy transition
 Obsoletes:	python-numpy-MA
 Obsoletes:	python-numpy-RNG
+Provides:	f2py
+Provides:	numarray
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -126,6 +128,18 @@
 %description oldnumeric -l pl
 Stare pakiety numeric.
 
+%package -n f2py
+Summary:	Fortran to Python interface generator
+Summary(pl):	Generator interfejsów z Fortranu do Pythona
+Group:		Libraries/Python
+Requires:	python-%{module}
+
+%description -n f2py
+Fortran to Python interface generator.
+
+%description -n f2py -l pl
+Generator interfejsów z Fortranu do Pythona.
+
 %prep
 %setup -q -n %{module}-%{version}
 
@@ -147,7 +161,7 @@
 rm -rf $RPM_BUILD_ROOT%{py_sitedir}/%{module}/{*.txt,COMPATIBILITY,scipy_compatibility,doc}
 rm -rf $RPM_BUILD_ROOT%{py_sitedir}/%{module}/*/{tests,docs}
 # already in f2py package
-rm -rf $RPM_BUILD_ROOT{%{_bindir}/f2py,%{py_sitedir}/%{module}/f2py/f2py.1}
+rm -rf $RPM_BUILD_ROOT%{py_sitedir}/%{module}/f2py/f2py.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -156,6 +170,7 @@
 %defattr(644,root,root,755)
 %dir %{py_sitedir}/%{module}
 %{py_sitedir}/%{module}/*.py[co]
+%{py_sitedir}/%{module}/tests
 %dir %{py_sitedir}/%{module}/core
 %{py_sitedir}/%{module}/core/*.py[co]
 %attr(755,root,root) %{py_sitedir}/%{module}/core/*.so
@@ -166,9 +181,6 @@
 %{py_sitedir}/%{module}/distutils/command/*.py[co]
 %dir %{py_sitedir}/%{module}/distutils/fcompiler
 %{py_sitedir}/%{module}/distutils/fcompiler/*.py[co]
-%dir %{py_sitedir}/%{module}/f2py
-%{py_sitedir}/%{module}/f2py/*.py[co]
-%{py_sitedir}/%{module}/f2py/src
 %dir %{py_sitedir}/%{module}/lib
 %{py_sitedir}/%{module}/lib/*.py[co]
 %attr(755,root,root) %{py_sitedir}/%{module}/lib/*.so
@@ -208,6 +220,13 @@
 %dir %{py_sitedir}/%{module}/oldnumeric
 %{py_sitedir}/%{module}/oldnumeric/*
 
+%files -n f2py
+%defattr(644,root,root,755)
+%attr(744,root,root) %{_bindir}/f2py
+%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
@@ -215,6 +234,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.59  2007/02/10 21:22:48  rotom
+- up to 1.0.1
+- now packed contains:
+ - numarray
+ - numeric
+ - Fortran to Python interface generator (f2py)
+
 Revision 1.58  2006/11/20 23:59:07  arekm
 - up to final 1.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-numpy.spec?r1=1.58&r2=1.59&f=u



More information about the pld-cvs-commit mailing list