source: projects/specs/trunk/lib/libg/libgweather/libgweather-vl.spec @ 12005

Revision 12005, 6.5 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

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