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

Revision 6890, 5.0 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

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