diff --git a/geocode-glib.changes b/geocode-glib.changes index 13ccbfa..4a5c0cf 100644 --- a/geocode-glib.changes +++ b/geocode-glib.changes @@ -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 diff --git a/geocode-glib.spec b/geocode-glib.spec index ab3105d..7a09170 100644 --- a/geocode-glib.spec +++ b/geocode-glib.spec @@ -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