From 5c3017529ae7006c81f90b18f4b7e86b9988f97b Mon Sep 17 00:00:00 2001 From: Jef Spaleta Date: May 28 2010 23:05:10 +0000 Subject: - Examples is now a subpackage of python-basemap instead of python-basemap-data --- diff --git a/.cvsignore b/.cvsignore index 21e8811..6ce2373 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ basemap-0.99.4.tar.gz +basemap-0.99.4-examples.tar.gz diff --git a/python-basemap.spec b/python-basemap.spec index 13f9a58..e5fe117 100644 --- a/python-basemap.spec +++ b/python-basemap.spec @@ -2,12 +2,13 @@ Name: python-basemap Version: 0.99.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Plots data on map projections (with continental and political boundaries) Group: Development/Libraries License: LGPLv2+ URL: http://matplotlib.sourceforge.net/matplotlib.toolkits.basemap.basemap.html Source0: http://downloads.sourceforge.net/matplotlib/basemap-%{version}.tar.gz +Source1: http://dl.sf.net/matplotlib/basemap-%{version}-examples.tar.gz #Patch0: python-basemap-0.99-setup.cfg.patch #Patch1: python-basemap-0.99-setup.patch Patch2: python-basemap-0.99-datadir.patch @@ -21,6 +22,14 @@ Requires: python-matplotlib >= 0.98, python-basemap-data Basemap is a matplotlib toolkit that allows you to plot data on map projections (with continental and political boundaries). +%package -n python-basemap-examples +Summary: Example programs and data for python-basemap +Group: Development/Libraries +License: Copyright only +Requires: python-basemap + +%description -n python-basemap-examples +%{summary}. %prep %setup -q -n basemap-%{version} @@ -66,7 +75,14 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/*.egg-info %{python_sitearch}/_geoslib.so +%files -n python-basemap-examples +%defattr(-,root,root,-) +%doc examples/* + %changelog +* Fri May 28 2010 Jef Spaleta - 0.99.4-7 +- Examples is now a subpackage of python-basemap instead of python-basemap-data + * Mon Apr 12 2010 Jef Spaleta - 0.99.4-6 - Fix the data directory patch. diff --git a/sources b/sources index b60a75a..1853a20 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 07fe1a01c321c43db4739c18e99d4d44 basemap-0.99.4.tar.gz +3700f4d59b9b01e33db30b7c83f69071 basemap-0.99.4-examples.tar.gz