123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- %define major_ver 1.20
- %define ver %{major_ver}.0
- %define rel 1
- Summary: Provides access to weather information from the net
- Name: libmateweather
- Version: %{ver}
- Release: %{rel}%{?_dist_release}
- Source0: http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
- Source1: libmateweather-locations.ja.po
- License: LGPLv2.1
- Group: System Environment/Libraries
- URL: http://mate-desktop.org/
- BuildRequires: mate-common
- BuildRequires: libxml2-devel
- BuildRequires: gtk3-devel >= 3.22.0
- BuildRequires: libsoup-devel
- BuildRequires: gtk-doc
- BuildRequires: autoconf
- BuildRequires: automake
- Requires(posttrans,postun): glib2
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: Takemikaduchi, iwaim
- %description
- libmateweather is a library to access weather information from online
- services for numerous locations.
- %package l10n
- Summary: Localized xml files for libmateweather
- Summary(ja): libmateweather の多言語データ
- Group: System Environment/Libraries
- Requires: %{name} = %{version}
- %description l10n
- This package contains localized xml files for libmateweather.
- (except for English and Japanese)
- %package devel
- Summary: Development tools for libmateweather
- Summary(ja): libmateweather の開発環境
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: pkgconfig
- %description devel
- Header files and libraries for building a extension library for the
- libmateweather.
- %package docs
- Summary: Documentation for libmateweather
- Summary(ja): libmateweather 用のドキュメント
- Group: Documentation
- BuildArch: noarch
- %description docs
- This package contains documentation for libmateweather.
- %prep
- %setup -q
- %__cp %{SOURCE1} po-locations/ja.po
- %build
- (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
- %configure \
- --disable-static
-
- %{__make} %{?_smp_mflags}
- %install
- %{__rm} -rf ${RPM_BUILD_ROOT}
- %{__make} install DESTDIR=${RPM_BUILD_ROOT}
- find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
- find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
- %find_lang %{name}
- %clean
- %{__rm} -rf ${RPM_BUILD_ROOT}
- %post -p /sbin/ldconfig
- %postun
- /sbin/ldconfig
- if [ $1 -eq 0 ]; then
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
- fi
- %posttrans
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
- %files -f %{name}.lang
- %defattr(-,root,root,-)
- %doc COPYING ChangeLog NEWS README
- %{_libdir}/libmateweather.so.*
- %{_datadir}/glib-2.0/schemas/org.mate.weather.gschema.xml
- %{_datadir}/icons/mate/*/*/*
- %{_datadir}/libmateweather/Locations.xml
- %{_datadir}/libmateweather/Locations.ja.xml
- %files l10n
- %defattr(-,root,root)
- %{_datadir}/libmateweather/*
- %exclude %{_datadir}/libmateweather/Locations.xml
- %exclude %{_datadir}/libmateweather/Locations.ja.xml
- %files devel
- %defattr(-,root,root,-)
- %{_includedir}/libmateweather
- %{_libdir}/libmateweather.so
- %{_libdir}/pkgconfig/mateweather.pc
- %files docs
- %defattr(-,root,root,-)
- %{_datadir}/gtk-doc/html/libmateweather
- %changelog
- * Wed Mar 28 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.20.0-1
- - update to 1.20.0
- * Wed Jan 17 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.2-1
- - update to 1.18.2
- * Thu May 25 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.1-1
- - update to 1.18.1
- * Sun Apr 2 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.0-1
- - update to 1.18.0
- - move to GTK3+
- - add libmateweather-locations.ja.po (Source1)
- * Sat Nov 26 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.1-1
- - new upstream release
- - fix License
- - add Packager
- * Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
- - new upstream release
- * Tue Dec 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
- - new upstream release
- * Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
- - new upstream release
- * Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
- - new upstream release
- - create %%{name}-l10n subpackage
- - rename document subpackage
- * Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
- - new upstream release
- * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-2
- - rebuild with VineSeed environment
- * Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
- - new upstream release
- * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
- - new upstream release
- - remove BuildRequires: mate-conf-devel
- * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
- - new upstream release
- * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
- - new upstream release
- * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
- - initial build for Vine Linux
|