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

Revision 9595, 4.9 KB checked in by inagaki, 9 years ago (diff)

2015-06-11 Ryoichi INAGAKI <ryo1@…>

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