source: projects/specs/branches/6/x/xfce4-wavelan-plugin/xfce4-wavelan-plugin-vl.spec @ 3935

Revision 3935, 4.1 KB checked in by inagaki, 13 years ago (diff)

update: xfce4-{battery,clipman,systemload}-plugin
NEW: xfce4-wavelan-plugin

Line 
1%global minor_version 0.5
2
3Name:           xfce4-wavelan-plugin
4Summary:        WaveLAN plugin for the Xfce panel
5Summary(ja):    Xfce パネル用無線 LAN プラグイン
6Version:        0.5.6
7Release:        4%{?_dist_release}
8
9Group:          User Interface/Desktops
10License:        BSD
11URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
12
13Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-root
16BuildRequires:  libxfcegui4-devel >= 4.3.20
17BuildRequires:  libxml2-devel
18BuildRequires:  xfce4-panel-devel >= 4.3.20
19BuildRequires:  gettext, intltool
20Requires:       xfce4-panel >= 4.4.0
21
22%description
23A plugin for the Xfce panel that monitors a wireless LAN interface. It
24displays stats for signal state, signal quality and network name (SSID).
25
26%prep
27%setup -q
28
29%build
30%configure --disable-static
31make %{?_smp_mflags}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35make install DESTDIR=$RPM_BUILD_ROOT
36%find_lang %{name}
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files -f %{name}.lang
42%defattr(-,root,root,-)
43%doc AUTHORS COPYING ChangeLog NEWS README
44%{_libexecdir}/xfce4/panel-plugins/%{name}
45%{_datadir}/xfce4/panel-plugins/*.desktop
46
47%changelog
48* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5.6-4
49- initial build for Vine Linux
50
51* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.6-3
52- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
53
54* Mon Dec 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.6-2
55- Rebuild for xfce4-panel 4.7
56
57* Mon Dec 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.6-1
58- Update to 0.5.6
59- Drop DSO patch (no longer needed)
60
61* Tue Feb 16 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.5-3
62- Add patch to fix DSO linking (#564776)
63
64* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.5-2
65- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
66
67* Fri Apr 10 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.5-1
68- Update to 0.5.5
69
70* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-6
71- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
72
73* Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.4-5
74- Rebuild for Xfce 4.6 (Beta 3)
75
76* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5.4-4
77- Autorebuild for GCC 4.3
78
79* Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.4-3
80- Rebuild for BuildID feature
81
82* Sat Apr 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.4-2
83- Rebuild for Xfce 4.4.1
84
85* Sun Feb 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.4-1
86- Update to 0.5.4.
87
88* Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3-4
89- Rebuild for Xfce 4.4.
90
91* Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3-3
92- Bump release for devel checkin.
93
94* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3-2
95- Rebuild for XFCE 4.3.99.1.
96- BR perl(XML::Parser).
97
98* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3-1
99- Update to 0.5.3 on XFCE 4.3.90.2.
100
101* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.1-7
102- Mass rebuild for Fedora Core 6.
103
104* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-6
105- Require xfce4-panel.
106
107* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-5
108- Rebuild for Fedora Extras 5.
109
110* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-4
111- Add libxfcegui4-devel BuildReqs.
112- Fix %%defattr.
113
114* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-3
115- Initial Fedora Extras version.
116- Rebuild for XFCE 4.2.3.
117- disable-static instead of removing .a files.
118
119* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-2.fc4.cw
120- Add libxml2 BuildReqs.
121
122* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-1.fc4.cw
123- Rebuild for Core 4.
124
125* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-1.fc3.cw
126- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.