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

Revision 3939, 4.9 KB checked in by inagaki, 13 years ago (diff)

update: xfce4-clipman-plugin
NEW: xfce4-{quicklauncher, weather, xkb}-plugin

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