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

Revision 9173, 4.8 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 
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.11
7Release:        1%{?_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
15Patch0:         xfce4-wavelan-plugin-0.5.6-makefile.patch
16
17BuildRoot:      %{_tmppath}/%{name}-%{version}-root
18BuildRequires:  libxfce4util-devel >= 4.3.20
19BuildRequires:  libxfce4ui-devel >= 4.8.0
20BuildRequires:  xfce4-panel-devel >= 4.8.0
21BuildRequires:  gettext, intltool
22
23Vendor: Project Vine
24Distribution: Vine Linux
25
26%description
27A plugin for the Xfce panel that monitors a wireless LAN interface. It
28displays stats for signal state, signal quality and network name (SSID).
29
30%prep
31%setup -q
32%patch0 -p1
33
34%build
35%configure --disable-static
36make %{?_smp_mflags}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40make install DESTDIR=$RPM_BUILD_ROOT
41
42find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
43chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.so
44
45%find_lang %{name}
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files -f %{name}.lang
51%defattr(-,root,root,-)
52%doc AUTHORS COPYING ChangeLog NEWS README
53%{_libdir}/xfce4/panel/plugins/libwavelan.so
54%{_datadir}/xfce4/panel/plugins/wavelan.desktop
55
56%changelog
57* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.5.11-1
58- new upstream release
59
60* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.10-2
61- rebuild with VineSeed environment
62
63* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.10-1
64- new upstream release
65- remove BuildRequires: libxfcegui4-devel, libxml2-devel
66- add BuildRequires: libxfce4ui-devel
67
68* Sun Oct 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.6-5
69- add Patch0 (xfce4-wavelan-plugin-0.5.6-makefile.patch)
70
71* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5.6-4
72- initial build for Vine Linux
73
74* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.6-3
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
76
77* Mon Dec 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.6-2
78- Rebuild for xfce4-panel 4.7
79
80* Mon Dec 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.6-1
81- Update to 0.5.6
82- Drop DSO patch (no longer needed)
83
84* Tue Feb 16 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.5-3
85- Add patch to fix DSO linking (#564776)
86
87* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.5-2
88- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
89
90* Fri Apr 10 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.5-1
91- Update to 0.5.5
92
93* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-6
94- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
95
96* Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.4-5
97- Rebuild for Xfce 4.6 (Beta 3)
98
99* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5.4-4
100- Autorebuild for GCC 4.3
101
102* Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.4-3
103- Rebuild for BuildID feature
104
105* Sat Apr 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.4-2
106- Rebuild for Xfce 4.4.1
107
108* Sun Feb 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.4-1
109- Update to 0.5.4.
110
111* Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3-4
112- Rebuild for Xfce 4.4.
113
114* Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3-3
115- Bump release for devel checkin.
116
117* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3-2
118- Rebuild for XFCE 4.3.99.1.
119- BR perl(XML::Parser).
120
121* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3-1
122- Update to 0.5.3 on XFCE 4.3.90.2.
123
124* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.1-7
125- Mass rebuild for Fedora Core 6.
126
127* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-6
128- Require xfce4-panel.
129
130* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-5
131- Rebuild for Fedora Extras 5.
132
133* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-4
134- Add libxfcegui4-devel BuildReqs.
135- Fix %%defattr.
136
137* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-3
138- Initial Fedora Extras version.
139- Rebuild for XFCE 4.2.3.
140- disable-static instead of removing .a files.
141
142* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-2.fc4.cw
143- Add libxml2 BuildReqs.
144
145* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-1.fc4.cw
146- Rebuild for Core 4.
147
148* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-1.fc3.cw
149- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.