Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > 92c0842fcc748a1f232205a4243ef98c > files > 3

osm-gps-map-0.7.3-1.mga2.src.rpm

%define lname	osmgpsmap

%define major	2
%define libname	%mklibname %{lname} %{major}
%define devname	%mklibname %{lname} -d

Name:           osm-gps-map
Version:        0.7.3
Release:        %mkrel 1
Summary:        Gtk+ widget for displaying OpenStreetMap tiles
Group:          System/Libraries
License:        GPLv2
URL:            http://nzjrs.github.com/osm-gps-map/
Source0:        http://www.johnstowers.co.nz/files/%{name}/%{name}-%{version}.tar.gz
Patch0:		osm-gps-map-0.7.3-linkage.patch
BuildRequires:  pkgconfig(gtk+-2.0) >= 2.14
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(gobject-introspection-1.0)

%description
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.

%package -n %{libname}
Summary:	Gtk+ widget for displaying OpenStreetMap tiles
Group:		System/Libraries

%description -n %{libname}
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.

%package -n %{devname}
Summary:        Development files for the %{name} Gtk+ widget
Group:          Development/Other
Requires:       %{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{lname}-devel = %{version}-%{release}
Provides:	lib%{lname}-devel = %{version}-%{release}

%description -n %{devname}
The development files for the %{name} Gtk+ widget.

%prep
%setup -q
%patch0 -p0 -b .linkage

%build
%configure2_5x \
	--disable-static \
	--disable-introspection
%make V=1

%install
rm -rf %{buildroot}
%makeinstall_std

#handle docs inf files section
rm -rf %{buildroot}/usr/doc/osm-gps-map

#we don't want these
find %{buildroot} -name "*.la" -delete

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS README NEWS
%{_libdir}/lib%{lname}.so.%{major}*

%files -n %{devname}
%defattr(-,root,root)
%doc %{_datadir}/gtk-doc/html/lib%{lname}
%{_includedir}/%{lname}
%{_libdir}/lib%{lname}.so
%{_libdir}/pkgconfig/%{lname}.pc


%changelog

* Tue Sep 13 2011 wally <wally> 0.7.3-1.mga2
+ Revision: 142979
- imported package osm-gps-map