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

Revision 8085, 5.4 KB checked in by Takemikaduchi, 11 years ago (diff)

libproxy: new upstream release
others: rebuild

Line 
1Summary: Library for accessing weather information
2Summary(ja): 天気予報情報にアクセスするライブラリ
3Name: libgweather
4Version: 3.10.1
5Release: 2%{?_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
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* Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2
128- rebuild with VineSeed environment
129
130* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
131- new upstream release
132
133* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
134- new upstream release
135
136* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
137- new upstream release
138
139* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
140- new upstream release
141
142* Fri Sep 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
143- new upstream release
144
145* Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
146- new upstream release
147
148* Thu Nov 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
149- new upstream release
150
151* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
152- new upstream release
153
154* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1
155- new upstream release
156- change BuildRequires: gtk3-devel instead of gtk2-devel
157
158* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-1
159- new upstream release
160
161* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
162- rebuild with rpm-4.8.1 for pkg-config file
163
164* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
165- new upstream release
166
167* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
168- new upstream release
169
170* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
171- new upstream release
172- removed BR: gnome-vfs2-devel
173- added BR: libsoup-devel
174
175* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2.1-1
176- new upstream release
177
178* Wed Apr 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-2
179- split l10n xml files to -l10n subpackage.
180
181* Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
182- new upstream release
183- remove static libs
184
185* Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.3-1
186- new upstream release
187
188* Sun Oct 26 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.1-1
189- new upstream release
190
191* Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
192- new upstream release
193
194* Wed Jul 30 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.22.3-1
195- new upstream release
196- added Japanese summary and description, in UTF-8
197
198* Sun Jun  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
199- new upstream release
200
201* Sat Apr 19 2008 NAKAMURA Kenta <kenta@vinelinux.org> 2.22.1.2-2
202- dropped %%{_smp_mflags} from make option
203
204* Thu Apr 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.2-1vl5
205- new upstream release
206
207* Wed Apr  9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.1-1vl5
208- new upstream release
209
210* Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
211- initial package for Vine Linux
Note: See TracBrowser for help on using the repository browser.