rpms/python-basemap/devel .cvsignore, 1.9, 1.10 python-basemap.spec, 1.12, 1.13 sources, 1.9, 1.10

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Mar 28 23:12:31 UTC 2007


Author: orion

Update of /cvs/extras/rpms/python-basemap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7472

Modified Files:
	.cvsignore python-basemap.spec sources 
Log Message:
- Update to 0.9.5
- Ship the examples in a separate rpm



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-basemap/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	21 Nov 2006 16:56:24 -0000	1.9
+++ .cvsignore	28 Mar 2007 23:11:58 -0000	1.10
@@ -1 +1 @@
-basemap-0.9.4.tar.gz
+basemap-0.9.5.tgz


Index: python-basemap.spec
===================================================================
RCS file: /cvs/extras/rpms/python-basemap/devel/python-basemap.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- python-basemap.spec	11 Dec 2006 18:43:25 -0000	1.12
+++ python-basemap.spec	28 Mar 2007 23:11:58 -0000	1.13
@@ -1,14 +1,14 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-basemap
-Version:        0.9.4
-Release:        2%{?dist}
+Version:        0.9.5
+Release:        1%{?dist}
 Summary:        Plots data on map projections (with continental and political boundaries) 
 Group:          Development/Libraries
 License:        MIT and GPL
 URL:            http://matplotlib.sourceforge.net/matplotlib.toolkits.basemap.basemap.html
-Source0:        http://dl.sf.net/matplotlib/basemap-%{version}.tar.gz
-Patch0:         python-basemap-0.9.patch
+Source0:        http://downloads.sourceforge.net/matplotlib/basemap-%{version}.tgz
+Patch0:         python-basemap-0.9.5-setup.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel, proj-devel, shapelib-devel
@@ -16,7 +16,8 @@
 
 %description
 Basemap is a matplotlib toolkit that allows you to plot data on map
- projections (with continental and political boundaries)
+projections (with continental and political boundaries).
+
 
 %prep
 %setup -q -n basemap-%{version}
@@ -26,9 +27,6 @@
 mv src/pyproj.* .
 rm -rf src
 
-#Avoid name conflict
-mv examples/README examples/README.examples
-
 
 %build
 %{__python} setup.py build
@@ -38,6 +36,9 @@
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT
 
+# We ship the data in another package
+rm -rf $RPM_BUILD_ROOT%{_datadir}
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -45,7 +46,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changelog examples/* README LICENSE_pyshapelib
+%doc Changelog README LICENSE_pyshapelib
 %{python_sitearch}/matplotlib/toolkits/basemap/
 %{python_sitearch}/pyproj.so
 %{python_sitearch}/dbflib/
@@ -53,10 +54,13 @@
 %{python_sitearch}/shapelib/
 %{python_sitearch}/shapelibc.so
 %{python_sitearch}/shptree.so
-%{_datadir}/basemap/
 
 
 %changelog
+* Fri Mar 23 2007 Orion Poplawski <orion at cora.nwra.com> 0.9.5-1
+- Update to 0.9.5
+- Ship the examples in a separate rpm
+
 * Mon Dec 11 2006 Orion Poplawski <orion at cora.nwra.com> 0.9.4-2
 - Remove unnecessary (and damaging) line ending change
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-basemap/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	21 Nov 2006 16:56:24 -0000	1.9
+++ sources	28 Mar 2007 23:11:58 -0000	1.10
@@ -1 +1 @@
-0bbe631db05dbb987bb0bf8e8422039c  basemap-0.9.4.tar.gz
+d214dc6a7201080a8e7419f2a5c8306b  basemap-0.9.5.tgz




More information about the fedora-extras-commits mailing list