source: projects/specs/trunk/g/geocode-glib/geocode-glib-vl.spec @ 12005

Revision 12005, 3.0 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

Line 
1Name:           geocode-glib
2Version:        3.26.0
3Release:        1%{?_dist_release}
4Summary:        Helper library for geocoding services
5
6Group:          Development/Libraries
7License:        GPLv2
8URL:            https://git.gnome.org/browse/geocode-glib
9Source:         http://download.gnome.org/sources/%{name}/3.20/%{name}-%{version}.tar.xz
10
11BuildRequires:  meson
12BuildRequires:  glib2-devel >= 2.34
13BuildRequires:  json-glib-devel >= 0.16.2
14BuildRequires:  libsoup-devel
15BuildRequires:  gobject-introspection-devel
16
17Vendor:                 Project Vine
18Distribution:   Vine Linux
19
20%description
21geocode-glib is a convenience library for the geocoding (finding longitude,
22and latitude from an address) and reverse geocoding (finding an address from
23coordinates). It uses Nominatim service to achieve that. It also caches
24(reverse-)geocoding requests for faster results and to avoid unnecessary server
25load.
26
27
28%package        devel
29Summary:        Development tools for %{name}
30Summary(ja):    %{name} の開発環境
31Group:          Development/Libraries
32Requires:       %{name} = %{version}-%{release}
33Requires:       pkgconfig
34
35%description    devel
36Header files and libraries for building a extension library for the %{name}.
37
38
39%package        docs
40Summary:        Documentation for %{name}
41Summary(ja):    %{name} 用のドキュメント
42Group:          Documentation
43Requires:       %{name} = %{version}-%{release}
44BuildArch:      noarch
45
46%description    docs
47This package contains documentation for %{name}.
48
49
50%prep
51%setup -q
52
53
54%build
55export LANG=ja_JP.UTF-8
56%meson \
57        -Denable-installed-tests=false
58
59%meson_build
60
61
62%install
63export LANG=ja_JP.UTF-8
64rm -rf %{buildroot}
65%meson_install
66
67%post -p /sbin/ldconfig
68
69%postun -p /sbin/ldconfig
70
71
72%files
73%defattr(-,root,root,-)
74%license COPYING.LIB
75%doc ChangeLog NEWS README
76%{_libdir}/libgeocode-glib.so.*
77%{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib
78%{_datadir}/icons/gnome/scalable/places/*.svg
79
80%files devel
81%defattr(-,root,root,-)
82%{_includedir}/%{name}-1.0
83%{_libdir}/libgeocode-glib.so
84%{_libdir}/pkgconfig/%{name}-1.0.pc
85%{_datadir}/gir-1.0/GeocodeGlib-1.0.gir
86
87%files docs
88%defattr(-,root,root,-)
89%{_datadir}/gtk-doc/html/%{name}
90
91
92%changelog
93* Mon Dec 31 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.0-1
94- new upstream release.
95
96* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.1-1
97- new upstream release
98
99* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
100- new upstream release
101
102* Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
103- new upstream release
104
105* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
106- new upstream release
107
108* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
109- new upstream release
110
111* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.2-1
112- new upstream release
113
114* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
115- new upstream release
116
117* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
118- rebuild with VineSeed environment
119
120* Sun Oct 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
121- initial build
122
Note: See TracBrowser for help on using the repository browser.