source: projects/specs/trunk/x/xfce4-weather-plugin/xfce4-weather-plugin-vl.spec @ 9879

Revision 9879, 5.9 KB checked in by inagaki, 8 years ago (diff)

2015-12-20 Ryoichi INAGAKI <ryo1@…>

  • libexo, parole, xfce4-pulseaudio-plugin, xfce4-weather-plugin: updated


Line 
1Name:           xfce4-weather-plugin
2Summary:        Weather plugin for the Xfce panel
3Summary(ja):    Xfce パネル用 天気情報プラグイン
4Version:        0.8.6
5Release:        1%{?_dist_release}
6
7Group:          User Interface/Desktops
8License:        GPLv2
9URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
10Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/0.8/%{name}-%{version}.tar.bz2
11
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13BuildRequires:  gettext
14BuildRequires:  glib2-devel >= 2.20.0
15BuildRequires:  gtk2-devel >= 2.14.0
16BuildRequires:  intltool
17BuildRequires:  libsoup-devel >= 2.32.0
18BuildRequires:  libxfce4ui-devel >= 4.7.0
19BuildRequires:  libxfce4util-devel >= 4.7.0
20BuildRequires:  libxml2-devel >= 2.4.0
21BuildRequires:  upower-devel >= 0.9.0
22BuildRequires:  xfce4-panel-devel >= 4.7.0
23Requires:       xfce4-panel >= 4.7.0
24
25Vendor:         Project Vine
26Distribution:   Vine Linux
27
28%description
29A weather plugin for the Xfce panel. It shows the current temperature and
30weather condition, using weather data provided by xoap.weather.com.
31
32
33%prep
34%setup -q
35
36%build
37%configure --enable-silent-rules --disable-static --enable-upower
38make %{?_smp_mflags}
39
40
41%install
42rm -rf $RPM_BUILD_ROOT
43make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
44
45rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
46%find_lang %{name}
47
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52
53%post
54touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
55
56
57%postun
58if [ $1 -eq 0 ] ; then
59    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
60    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
61fi
62
63%posttrans
64gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
65
66
67%files -f %{name}.lang
68%defattr(-,root,root,-)
69%doc AUTHORS COPYING ChangeLog README NEWS TODO
70%{_libdir}/xfce4/panel/plugins/*.so
71%{_datadir}/xfce4/panel/plugins/*.desktop
72%{_datadir}/icons/hicolor/48x48/apps/xfce4-weather.png
73%{_datadir}/xfce4/weather
74
75
76%changelog
77* Sun Dec 20 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.8.6-1
78- new upstream release
79
80* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.8.5-1
81- updated to 0.8.5
82- built with libxfce4util 4.12.1
83
84* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.8.4-1
85- new upstream release
86
87* Tue Sep 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.8.3-2
88- rebuilt with upower-0.99.1
89
90* Wed Sep 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.8.3-1
91- updated to 0.8.3
92
93* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.7.4-5
94- rebuild with VineSeed environment
95
96* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.7.4-4
97- rebuild with Xfce-4.10.0
98
99* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.4-3
100- initial build for Vine Linux
101
102* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-2
103- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
104
105* Fri Feb 04 2011 Kevin Fenzi <kevin@tummy.com> - 0.7.4-1
106- Update to 0.7.4
107
108* Thu Jan 13 2011 Kevin Fenzi <kevin@tummy.com> - 0.7.3-2
109- Rebuild for Xfce 4.8
110
111* Sun Aug 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.3-1
112- Update to 0.7.3, fixes cache directory creation
113
114* Tue Jul 28 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.2-1
115- Update to 0.7.2
116- No longer contains weather.com logo, downloaded to cache at runtime (#513057)
117
118* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-2
119- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
120
121* Fri Jul 03 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.0-1
122- Update to 0.7.0
123
124* Wed Jun 17 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.4-1
125- Update to 0.6.4
126
127* Sat Jun 13 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.3-1
128- Update to 0.6.3
129
130* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-5
131- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
132
133* Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.2-4
134- Rebuild for Xfce 4.6 (Beta 3)
135
136* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.6.2-3
137- Autorebuild for GCC 4.3
138
139* Fri Dec 07 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.2-2
140- Rebuild for Xfce 4.4.2
141
142* Mon Nov 19 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.2-1
143- Update to 0.6.0 on Xfce 4.4.1
144
145* Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.0-1
146- Update to 0.6.0 on Xfce 4.4.
147- Update gtk-icon-cache scriptlets.
148
149* Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.99.1-3
150- Bump release for devel checkin.
151
152* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.99.1-2
153- Rebuild for XFCE 4.3.99.1.
154- BR perl(XML::Parser).
155
156* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.99.1-1
157- Update to 0.5.99.1.
158
159* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.90.2-1
160- Update to 0.5.90.2 on XFCE 4.3.90.2.
161
162* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.9-7
163- Mass rebuild for Fedora Core 6.
164
165* Sat Jul 29 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.9-6
166- BuildRequire gettext (#193444)
167- Require xfce4-panel.
168
169* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-5
170- Rebuild for Fedora Extras 5.
171
172* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-4
173- Add libxfcegui4-devel BuildReqs.
174- Fix %%defattr.
175
176* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-3
177- Initial Fedora Extras version.
178- Rebuild for XFCE 4.2.3.
179- disable-static instead of removing .a files.
180
181* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-2.fc4.cw
182- Add libxml2 BuildReqs.
183
184* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-1.fc4.cw
185- Rebuild for Core 4.
186
187* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-1.fc3.cw
188- Updated to version 0.4.9.
189
190* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.9.1-1.fc3.cw
191- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.