libgweather-vl.spec 5.6 KB

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