geocode-glib-vl.spec 3.0 KB

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