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

Revision 7938, 5.3 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

Line 
1Summary: Library for accessing weather information
2Summary(ja): 天気予報情報にアクセスするライブラリ
3Name: libgweather
4Version: 3.10.1
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.10/%{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%find_lang %{name}-locations
81
82
83%clean
84rm -rf $RPM_BUILD_ROOT
85
86
87%post -p /sbin/ldconfig
88
89%postun
90/sbin/ldconfig
91glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
92
93%posttrans
94glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
95
96 
97%files -f %{name}-3.0.lang
98%defattr(-,root,root)
99%doc AUTHORS COPYING NEWS README
100%{_libdir}/lib*.so.*
101%{_libdir}/girepository-1.0/GWeather-3.0.typelib
102%dir %{_datadir}/libgweather
103%{_datadir}/libgweather/Locations.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%{_localedir}/ja/LC_MESSAGES/libgweather-locations.mo
109
110
111%files l10n -f %{name}-locations.lang
112%defattr(-,root,root)
113%exclude %{_localedir}/ja/LC_MESSAGES/libgweather-locations.mo
114
115
116%files devel
117%defattr(-,root,root)
118%{_libdir}/lib*.so
119%{_libdir}/pkgconfig/*
120%{_includedir}/*
121%{_datadir}/gir-1.0/GWeather-3.0.gir
122%{_datadir}/gtk-doc/html/libgweather-3.0
123
124
125%changelog
126* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
127- new upstream release
128
129* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
130- new upstream release
131
132* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
133- new upstream release
134
135* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
136- new upstream release
137
138* Fri Sep 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
139- new upstream release
140
141* Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
142- new upstream release
143
144* Thu Nov 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
145- new upstream release
146
147* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
148- new upstream release
149
150* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1
151- new upstream release
152- change BuildRequires: gtk3-devel instead of gtk2-devel
153
154* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-1
155- new upstream release
156
157* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
158- rebuild with rpm-4.8.1 for pkg-config file
159
160* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
161- new upstream release
162
163* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
164- new upstream release
165
166* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
167- new upstream release
168- removed BR: gnome-vfs2-devel
169- added BR: libsoup-devel
170
171* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2.1-1
172- new upstream release
173
174* Wed Apr 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-2
175- split l10n xml files to -l10n subpackage.
176
177* Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
178- new upstream release
179- remove static libs
180
181* Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.3-1
182- new upstream release
183
184* Sun Oct 26 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.1-1
185- new upstream release
186
187* Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
188- new upstream release
189
190* Wed Jul 30 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.22.3-1
191- new upstream release
192- added Japanese summary and description, in UTF-8
193
194* Sun Jun  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
195- new upstream release
196
197* Sat Apr 19 2008 NAKAMURA Kenta <kenta@vinelinux.org> 2.22.1.2-2
198- dropped %%{_smp_mflags} from make option
199
200* Thu Apr 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.2-1vl5
201- new upstream release
202
203* Wed Apr  9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.1-1vl5
204- new upstream release
205
206* Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
207- initial package for Vine Linux
Note: See TracBrowser for help on using the repository browser.