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

Revision 8447, 5.7 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.2

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