Sophie

Sophie

distrib > Mageia > 2 > x86_64 > media > core-release-src > by-pkgid > 8f21f59e5e5a9732f8a952f6d5bf1a62 > files > 2

python-osmgpsmap-0.7.3-1.mga2.src.rpm

%define oname	osmgpsmap

Name:		python-%{oname}
Version:	0.7.3
Release:	%mkrel 1
Summary:	Python bindings for osm-gps-map GTK+ widget
Group:          Development/Python
License:        GPLv2
URL:            http://nzjrs.github.com/osm-gps-map/
Source0:        http://www.johnstowers.co.nz/files/osm-gps-map/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(osmgpsmap)
BuildRequires:  pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(pygtk-2.0)

%description
Python bindings for a GTK+ widget that when given GPS co-ordinates,
draws a GPS track, and points of interest on a moving map
display. Downloads map data from a number of websites, including
openstreetmap.org.

%prep
%setup -q

%build
CFLAGS="%{optflags}" python setup.py build

%install
rm -rf %{buildroot}
python setup.py install \
	-O1 \
	--skip-build \
	--root %{buildroot}
 
%clean
rm -rf %{buildroot}

%files
%doc AUTHORS
%{python_sitearch}/%{oname}.so
%{python_sitearch}/python_%{oname}-%{version}-py%{py_ver}.egg-info


%changelog

* Tue Sep 13 2011 wally <wally> 0.7.3-1.mga2
+ Revision: 142982
- imported package python-osmgpsmap