libgweather-vl.spec 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. Summary: Library for accessing weather information
  2. Summary(ja): 天気予報情報にアクセスするライブラリ
  3. Name: libgweather
  4. Version: 3.36.1
  5. Release: 1%{?_dist_release}
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. URL: http://www.gnome.org/
  9. License: GPL
  10. %global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
  11. Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: meson
  14. BuildRequires: glib2-devel
  15. BuildRequires: gtk3-devel
  16. BuildRequires: libsoup-devel
  17. BuildRequires: geocode-glib-devel
  18. BuildRequires: vala-devel
  19. %description
  20. libgweather is a library to access weather information from online
  21. services for numerous locations.
  22. %description -l ja
  23. libgweather はオンラインサービス上にある世界中の天気予報情報に
  24. アクセスするためのライブラリです。
  25. %package l10n
  26. Summary: Localized xml files for %{name}
  27. Summary(ja): %{name} の多言語データ
  28. Group: System Environment/Libraries
  29. Requires: %{name} = %{version}
  30. %description l10n
  31. This package contains localized xml files for libgweather.
  32. (except for English and Japanese)
  33. %description -l ja l10n
  34. このパッケージには libgweather 用の各種言語の xml ファイルが
  35. 含まれています。(英語および日本語以外の言語)
  36. %package devel
  37. Summary: Libraries and headers for libgweather
  38. Summary(ja): libgweather 用ライブラリとヘッダ
  39. Group: Development/Libraries
  40. Requires: %{name} = %{version}
  41. Requires: gtk3-devel
  42. Requires: libsoup-devel
  43. %description devel
  44. Libraries and headers for libgweather.
  45. %description devel -l ja
  46. libgweather 用ライブラリとヘッダ
  47. %prep
  48. %setup -q
  49. %build
  50. %meson \
  51. -Denable_vala=true
  52. %meson_build
  53. %install
  54. rm -rf $RPM_BUILD_ROOT
  55. %meson_install
  56. %find_lang %{name}-3.0
  57. %find_lang %{name}-locations
  58. %clean
  59. rm -rf $RPM_BUILD_ROOT
  60. %post -p /sbin/ldconfig
  61. %postun
  62. /sbin/ldconfig
  63. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  64. %posttrans
  65. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  66. %files -f %{name}-3.0.lang
  67. %defattr(-,root,root)
  68. %license COPYING
  69. %doc AUTHORS NEWS README.md
  70. %{_libdir}/lib*.so.*
  71. %{_libdir}/girepository-1.0/GWeather-3.0.typelib
  72. %dir %{_datadir}/libgweather
  73. %{_datadir}/libgweather/Locations.xml
  74. %{_datadir}/libgweather/locations.dtd
  75. %{_datadir}/glib-2.0/schemas/org.gnome.GWeather.enums.xml
  76. %{_datadir}/glib-2.0/schemas/org.gnome.GWeather.gschema.xml
  77. %{_localedir}/ja/LC_MESSAGES/libgweather-locations.mo
  78. %files l10n -f %{name}-locations.lang
  79. %defattr(-,root,root)
  80. %exclude %{_localedir}/ja/LC_MESSAGES/libgweather-locations.mo
  81. %files devel
  82. %defattr(-,root,root)
  83. %{_libdir}/lib*.so
  84. %{_libdir}/pkgconfig/*
  85. %{_includedir}/*
  86. %{_datadir}/gir-1.0/GWeather-3.0.gir
  87. %dir %{_datadir}/vala
  88. %dir %{_datadir}/vala/vapi
  89. %{_datadir}/vala/vapi/gweather-3.0.deps
  90. %{_datadir}/vala/vapi/gweather-3.0.vapi
  91. %changelog
  92. * Mon Aug 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.1-1
  93. - new upstream release.
  94. * Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.28.2-1
  95. - new upstream release.
  96. * Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.1-1
  97. - new upstream release
  98. * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.1-1
  99. - new upstream release
  100. * Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
  101. - new upstream release
  102. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
  103. - new upstream release
  104. * Wed Jan 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.3-1
  105. - new upstream release
  106. * Sun Dec 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
  107. - new upstream release
  108. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
  109. - new upstream release
  110. - add BuildRequires: geocode-glib-devel
  111. * Wed May 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.2-1
  112. - new upstream release
  113. * Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
  114. - new upstream release
  115. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
  116. - new upstream release
  117. * Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2
  118. - rebuild with VineSeed environment
  119. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
  120. - new upstream release
  121. * Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
  122. - new upstream release
  123. * Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
  124. - new upstream release
  125. * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
  126. - new upstream release
  127. * Fri Sep 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  128. - new upstream release
  129. * Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  130. - new upstream release
  131. * Thu Nov 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  132. - new upstream release
  133. * Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  134. - new upstream release
  135. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1
  136. - new upstream release
  137. - change BuildRequires: gtk3-devel instead of gtk2-devel
  138. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-1
  139. - new upstream release
  140. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
  141. - rebuild with rpm-4.8.1 for pkg-config file
  142. * Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
  143. - new upstream release
  144. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  145. - new upstream release
  146. * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
  147. - new upstream release
  148. - removed BR: gnome-vfs2-devel
  149. - added BR: libsoup-devel
  150. * Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2.1-1
  151. - new upstream release
  152. * Wed Apr 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-2
  153. - split l10n xml files to -l10n subpackage.
  154. * Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  155. - new upstream release
  156. - remove static libs
  157. * Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.3-1
  158. - new upstream release
  159. * Sun Oct 26 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.1-1
  160. - new upstream release
  161. * Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  162. - new upstream release
  163. * Wed Jul 30 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.22.3-1
  164. - new upstream release
  165. - added Japanese summary and description, in UTF-8
  166. * Sun Jun 1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
  167. - new upstream release
  168. * Sat Apr 19 2008 NAKAMURA Kenta <kenta@vinelinux.org> 2.22.1.2-2
  169. - dropped %%{_smp_mflags} from make option
  170. * Thu Apr 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.2-1vl5
  171. - new upstream release
  172. * Wed Apr 9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.1-1vl5
  173. - new upstream release
  174. * Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
  175. - initial package for Vine Linux