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

Revision 7119, 5.2 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.2

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