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

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

rebuild with Xfce-4.10.0

Line 
1Name:           xfce4-weather-plugin
2Summary:        Weather plugin for the Xfce panel
3Summary(ja):    Xfce パネル用天気情報プラグイン
4Version:        0.7.4
5Release:        4%{?_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* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.7.4-4
67- rebuild with Xfce-4.10.0
68
69* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.4-3
70- initial build for Vine Linux
71
72* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-2
73- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
74
75* Fri Feb 04 2011 Kevin Fenzi <kevin@tummy.com> - 0.7.4-1
76- Update to 0.7.4
77
78* Thu Jan 13 2011 Kevin Fenzi <kevin@tummy.com> - 0.7.3-2
79- Rebuild for Xfce 4.8
80
81* Sun Aug 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.3-1
82- Update to 0.7.3, fixes cache directory creation
83
84* Tue Jul 28 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.2-1
85- Update to 0.7.2
86- No longer contains weather.com logo, downloaded to cache at runtime (#513057)
87
88* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-2
89- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
90
91* Fri Jul 03 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.0-1
92- Update to 0.7.0
93
94* Wed Jun 17 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.4-1
95- Update to 0.6.4
96
97* Sat Jun 13 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.3-1
98- Update to 0.6.3
99
100* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-5
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
102
103* Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.2-4
104- Rebuild for Xfce 4.6 (Beta 3)
105
106* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.6.2-3
107- Autorebuild for GCC 4.3
108
109* Fri Dec 07 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.2-2
110- Rebuild for Xfce 4.4.2
111
112* Mon Nov 19 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.2-1
113- Update to 0.6.0 on Xfce 4.4.1
114
115* Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.0-1
116- Update to 0.6.0 on Xfce 4.4.
117- Update gtk-icon-cache scriptlets.
118
119* Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.99.1-3
120- Bump release for devel checkin.
121
122* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.99.1-2
123- Rebuild for XFCE 4.3.99.1.
124- BR perl(XML::Parser).
125
126* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.99.1-1
127- Update to 0.5.99.1.
128
129* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.90.2-1
130- Update to 0.5.90.2 on XFCE 4.3.90.2.
131
132* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.9-7
133- Mass rebuild for Fedora Core 6.
134
135* Sat Jul 29 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.9-6
136- BuildRequire gettext (#193444)
137- Require xfce4-panel.
138
139* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-5
140- Rebuild for Fedora Extras 5.
141
142* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-4
143- Add libxfcegui4-devel BuildReqs.
144- Fix %%defattr.
145
146* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-3
147- Initial Fedora Extras version.
148- Rebuild for XFCE 4.2.3.
149- disable-static instead of removing .a files.
150
151* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-2.fc4.cw
152- Add libxml2 BuildReqs.
153
154* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-1.fc4.cw
155- Rebuild for Core 4.
156
157* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-1.fc3.cw
158- Updated to version 0.4.9.
159
160* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.9.1-1.fc3.cw
161- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.