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

Revision 10716, 6.4 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.20

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