SPECS: gdal.spec - versioned python BRs, ensure that numpy part is...

qboosh qboosh at pld-linux.org
Sun Jul 8 23:23:58 CEST 2007


Author: qboosh                       Date: Sun Jul  8 21:23:58 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- versioned python BRs, ensure that numpy part is built

---- Files affected:
SPECS:
   gdal.spec (1.46 -> 1.47) 

---- Diffs:

================================================================
Index: SPECS/gdal.spec
diff -u SPECS/gdal.spec:1.46 SPECS/gdal.spec:1.47
--- SPECS/gdal.spec:1.46	Sat Jul  7 00:19:30 2007
+++ SPECS/gdal.spec	Sun Jul  8 23:23:52 2007
@@ -37,12 +37,12 @@
 BuildRequires:	perl-devel
 BuildRequires:	postgresql-devel
 BuildRequires:	postgresql-backend-devel
-BuildRequires:	python-numpy-devel
-BuildRequires:	python-devel
+BuildRequires:	python-numpy-devel >= 1.0.0
+BuildRequires:	python-devel >= 1:2.5
 %{?with_ruby:BuildRequires:	ruby-devel}
 BuildRequires:	sqlite3-devel >= 3
 %{?with_ruby:BuildRequires:	swig-ruby}
-BuildRequires:	swig-python
+BuildRequires:	swig-python >= 1.3
 %{?with_odbc:BuildRequires:	unixODBC-devel}
 %{?with_xerces:BuildRequires:	xerces-c-devel >= 2.2.0}
 BuildRequires:	zlib-devel >= 1.1.4
@@ -247,9 +247,18 @@
 
 %files -n python-gdal
 %defattr(644,root,root,755)
-%attr(755,root,root) %{py_sitedir}/*.so
-%{py_sitedir}/*.py[co]
-%{py_sitedir}/*.egg-info
+%attr(755,root,root) %{py_sitedir}/_gdal.so
+%attr(755,root,root) %{py_sitedir}/_gdalconst.so
+%attr(755,root,root) %{py_sitedir}/_gdal_array.so
+%attr(755,root,root) %{py_sitedir}/_ogr.so
+%attr(755,root,root) %{py_sitedir}/_osr.so
+%{py_sitedir}/gdal.py[co]
+%{py_sitedir}/gdalconst.py[co]
+%{py_sitedir}/gdalnumeric.py[co]
+%{py_sitedir}/gdal_array.py[co]
+%{py_sitedir}/ogr.py[co]
+%{py_sitedir}/osr.py[co]
+%{py_sitedir}/Gdal_Wrapper-*.egg-info
 
 %if %{with ruby}
 %files -n ruby-gdal
@@ -267,6 +276,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.47  2007/07/08 21:23:52  qboosh
+- versioned python BRs, ensure that numpy part is built
+
 Revision 1.46  2007/07/06 22:19:30  qboosh
 - working Source0 URL
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gdal.spec?r1=1.46&r2=1.47&f=u



More information about the pld-cvs-commit mailing list