123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- Summary: Library for accessing weather information
- Summary(ja): 天気予報情報にアクセスするライブラリ
- Name: libgweather
- Version: 3.28.2
- Release: 1%{?_dist_release}
- URL: http://www.gnome.org/
- License: GPL
- Group: System Environment/Libraries
- Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.20/%{name}-%{version}.tar.xz
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: meson
- BuildRequires: glib2-devel
- BuildRequires: gtk3-devel
- BuildRequires: libsoup-devel
- BuildRequires: geocode-glib-devel
- BuildRequires: vala-devel
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- libgweather is a library to access weather information from online
- services for numerous locations.
- %description -l ja
- libgweather はオンラインサービス上にある世界中の天気予報情報に
- アクセスするためのライブラリです。
- %package l10n
- Summary: Localized xml files for %{name}
- Summary(ja): %{name} の多言語データ
- Group: System Environment/Libraries
- Requires: %{name} = %{version}
- %description l10n
- This package contains localized xml files for libgweather.
- (except for English and Japanese)
- %description -l ja l10n
- このパッケージには libgweather 用の各種言語の xml ファイルが
- 含まれています。(英語および日本語以外の言語)
- %package devel
- Summary: Libraries and headers for libgweather
- Summary(ja): libgweather 用ライブラリとヘッダ
- Group: Development/Libraries
- Requires: %{name} = %{version}
- Requires: gtk3-devel
- Requires: libsoup-devel
- %description devel
- Libraries and headers for libgweather.
- %description devel -l ja
- libgweather 用ライブラリとヘッダ
- %prep
- %setup -q
- %build
- %meson \
- -Denable_vala=true
- %meson_build
- %install
- rm -rf $RPM_BUILD_ROOT
- %meson_install
- %find_lang %{name}-3.0
- %find_lang %{name}-locations
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post -p /sbin/ldconfig
- %postun
- /sbin/ldconfig
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
- %posttrans
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
-
- %files -f %{name}-3.0.lang
- %defattr(-,root,root)
- %doc AUTHORS COPYING NEWS README.md
- %{_libdir}/lib*.so.*
- %{_libdir}/girepository-1.0/GWeather-3.0.typelib
- %dir %{_datadir}/libgweather
- %{_datadir}/libgweather/Locations.xml
- %{_datadir}/libgweather/locations.dtd
- %{_datadir}/glib-2.0/schemas/org.gnome.GWeather.enums.xml
- %{_datadir}/glib-2.0/schemas/org.gnome.GWeather.gschema.xml
- %{_localedir}/ja/LC_MESSAGES/libgweather-locations.mo
- %files l10n -f %{name}-locations.lang
- %defattr(-,root,root)
- %exclude %{_localedir}/ja/LC_MESSAGES/libgweather-locations.mo
- %files devel
- %defattr(-,root,root)
- %{_libdir}/lib*.so
- %{_libdir}/pkgconfig/*
- %{_includedir}/*
- %{_datadir}/gir-1.0/GWeather-3.0.gir
- %dir %{_datadir}/vala
- %dir %{_datadir}/vala/vapi
- %{_datadir}/vala/vapi/gweather-3.0.deps
- %{_datadir}/vala/vapi/gweather-3.0.vapi
- %changelog
- * Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.28.2-1
- - new upstream release.
- * Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.1-1
- - new upstream release
- * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.1-1
- - new upstream release
- * Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
- - new upstream release
- * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
- - new upstream release
- * Wed Jan 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.3-1
- - new upstream release
- * Sun Dec 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
- - new upstream release
- * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
- - new upstream release
- - add BuildRequires: geocode-glib-devel
- * Wed May 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.2-1
- - new upstream release
- * Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
- - new upstream release
- * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
- - new upstream release
- * Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2
- - rebuild with VineSeed environment
- * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
- - new upstream release
- * Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
- - new upstream release
- * Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
- - new upstream release
- * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
- - new upstream release
- * Fri Sep 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
- - new upstream release
- * Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
- - new upstream release
- * Thu Nov 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
- - new upstream release
- * Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
- - new upstream release
- * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1
- - new upstream release
- - change BuildRequires: gtk3-devel instead of gtk2-devel
- * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-1
- - new upstream release
- * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
- - rebuild with rpm-4.8.1 for pkg-config file
- * Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
- - new upstream release
- * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
- - new upstream release
- * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
- - new upstream release
- - removed BR: gnome-vfs2-devel
- - added BR: libsoup-devel
- * Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2.1-1
- - new upstream release
- * Wed Apr 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-2
- - split l10n xml files to -l10n subpackage.
- * Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
- - new upstream release
- - remove static libs
- * Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.3-1
- - new upstream release
- * Sun Oct 26 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.1-1
- - new upstream release
- * Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
- - new upstream release
- * Wed Jul 30 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.22.3-1
- - new upstream release
- - added Japanese summary and description, in UTF-8
- * Sun Jun 1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
- - new upstream release
- * Sat Apr 19 2008 NAKAMURA Kenta <kenta@vinelinux.org> 2.22.1.2-2
- - dropped %%{_smp_mflags} from make option
- * Thu Apr 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.2-1vl5
- - new upstream release
- * Wed Apr 9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.1-1vl5
- - new upstream release
- * Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
- - initial package for Vine Linux
|