Accepting request 96145 from home:dimstar:branches:GNOME:Factory

Push typelib change branch

OBS-URL: https://build.opensuse.org/request/show/96145
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/geocode-glib?expand=0&rev=3
This commit is contained in:
Vincent Untz 2011-12-12 15:55:38 +00:00 committed by Git OBS Bridge
parent cc4f4fe7d9
commit a2225f0b5b
2 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 9 09:27:41 UTC 2011 - dimstar@opensuse.org
- Split typelib file out into typelib-1_0-GeocodeGlib-1_0.
-------------------------------------------------------------------
Fri Jun 17 02:07:49 CEST 2011 - vuntz@opensuse.org

View File

@ -54,11 +54,24 @@ The Place Finder web service allows to do geocoding (finding longitude
and latitude from an address), and reverse geocoding (finding an address
from coordinates).
%package -n typelib-1_0-GeocodeGlib-1_0
Summary: Convenience library for the Yahoo! Place Finder APIs
Group: System/Libraries
%description -n typelib-1_0-GeocodeGlib-1_0
The geocode-glib library is a convenience library for the Yahoo! Place
Finder APIs, as described at http://developer.yahoo.com/geo/placefinder/
The Place Finder web service allows to do geocoding (finding longitude
and latitude from an address), and reverse geocoding (finding an address
from coordinates).
%package devel
License: LGPL-2.0+
Summary: Convenience library for the Yahoo! Place Finder APIs -- Development Files
Group: Development/Libraries/C and C++
Requires: libgeocode-glib0 = %{version}
Requires: typelib-1_0-GeocodeGlib-1_0 = %{version}
%description devel
The geocode-glib library is a convenience library for the Yahoo! Place
@ -93,6 +106,9 @@ rm -rf %{buildroot}
%defattr(-,root,root)
%doc AUTHORS COPYING.LIB NEWS README
%{_libdir}/*.so.*
%files -n typelib-1_0-GeocodeGlib-1_0
%defattr(-,root,root)
%{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib
%files devel