Accepting request 73975 from home:vuntz:branches:GNOME:Factory
New package: is used by empathy OBS-URL: https://build.opensuse.org/request/show/73975 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/geocode-glib?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.osc
|
3
geocode-glib-0.99.0.tar.bz2
Normal file
3
geocode-glib-0.99.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a14a64491d2e542f708aa0a4fd4467799c300d4caa10b958fa6b6bbe8e84c36e
|
||||
size 304015
|
5
geocode-glib.changes
Normal file
5
geocode-glib.changes
Normal file
@@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 02:07:49 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Initial package (version 0.99.0).
|
||||
|
106
geocode-glib.spec
Normal file
106
geocode-glib.spec
Normal file
@@ -0,0 +1,106 @@
|
||||
#
|
||||
# spec file for package geocode-glib
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: geocode-glib
|
||||
Version: 0.99.0
|
||||
Release: 1
|
||||
Summary: Convenience library for the Yahoo! Place Finder APIs
|
||||
License: LGPLv2.0+
|
||||
Group: System/Libraries
|
||||
Url: http://www.gnome.org/
|
||||
Source: http://download.gnome.org/sources/geocode-glib/0.99/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
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 -n libgeocode-glib0
|
||||
License: LGPLv2.0+
|
||||
Summary: Convenience library for the Yahoo! Place Finder APIs
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libgeocode-glib0
|
||||
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: LGPLv2.0+
|
||||
Summary: Convenience library for the Yahoo! Place Finder APIs -- Development Files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libgeocode-glib0 = %{version}
|
||||
|
||||
%description devel
|
||||
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).
|
||||
|
||||
This package contains development files needed to develop with the
|
||||
geocode-glib library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post -n libgeocode-glib0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libgeocode-glib0 -p /sbin/ldconfig
|
||||
|
||||
%files -n libgeocode-glib0
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING.LIB NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/geocode-glib/
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/geocode-glib.pc
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
%doc %{_datadir}/gtk-doc/html/geocode-glib/
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user