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

Revision 9173, 5.7 KB checked in by inagaki, 9 years ago (diff)

2014-12-21 Ryoichi INAGAKI <ryo1@…>

  • xfce4 plugins: updated
  • xfce4-panel, xfce4-power-manager, xfdesktop: updated


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