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:
parent
cc4f4fe7d9
commit
a2225f0b5b
@ -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
|
Fri Jun 17 02:07:49 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -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
|
and latitude from an address), and reverse geocoding (finding an address
|
||||||
from coordinates).
|
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
|
%package devel
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
Summary: Convenience library for the Yahoo! Place Finder APIs -- Development Files
|
Summary: Convenience library for the Yahoo! Place Finder APIs -- Development Files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libgeocode-glib0 = %{version}
|
Requires: libgeocode-glib0 = %{version}
|
||||||
|
Requires: typelib-1_0-GeocodeGlib-1_0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The geocode-glib library is a convenience library for the Yahoo! Place
|
The geocode-glib library is a convenience library for the Yahoo! Place
|
||||||
@ -93,6 +106,9 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING.LIB NEWS README
|
%doc AUTHORS COPYING.LIB NEWS README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
|
%files -n typelib-1_0-GeocodeGlib-1_0
|
||||||
|
%defattr(-,root,root)
|
||||||
%{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib
|
%{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user