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

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

2015-03-03 Ryoichi INAGAKI <ryo1@…>

  • Xfce panel plugins: rebuilt with libxfce4util 4.12.1

added whiskermenu-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.11
7Release:        2%{?_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* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.5.11-2
58- rebuilt with libxfce4util 4.12.1
59
60* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.5.11-1
61- new upstream release
62
63* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.10-2
64- rebuild with VineSeed environment
65
66* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.10-1
67- new upstream release
68- remove BuildRequires: libxfcegui4-devel, libxml2-devel
69- add BuildRequires: libxfce4ui-devel
70
71* Sun Oct 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.6-5
72- add Patch0 (xfce4-wavelan-plugin-0.5.6-makefile.patch)
73
74* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5.6-4
75- initial build for Vine Linux
76
77* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.6-3
78- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
79
80* Mon Dec 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.6-2
81- Rebuild for xfce4-panel 4.7
82
83* Mon Dec 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.6-1
84- Update to 0.5.6
85- Drop DSO patch (no longer needed)
86
87* Tue Feb 16 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.5-3
88- Add patch to fix DSO linking (#564776)
89
90* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.5-2
91- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
92
93* Fri Apr 10 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.5-1
94- Update to 0.5.5
95
96* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-6
97- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
98
99* Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.4-5
100- Rebuild for Xfce 4.6 (Beta 3)
101
102* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5.4-4
103- Autorebuild for GCC 4.3
104
105* Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.4-3
106- Rebuild for BuildID feature
107
108* Sat Apr 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.4-2
109- Rebuild for Xfce 4.4.1
110
111* Sun Feb 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.4-1
112- Update to 0.5.4.
113
114* Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3-4
115- Rebuild for Xfce 4.4.
116
117* Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3-3
118- Bump release for devel checkin.
119
120* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3-2
121- Rebuild for XFCE 4.3.99.1.
122- BR perl(XML::Parser).
123
124* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3-1
125- Update to 0.5.3 on XFCE 4.3.90.2.
126
127* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.1-7
128- Mass rebuild for Fedora Core 6.
129
130* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-6
131- Require xfce4-panel.
132
133* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-5
134- Rebuild for Fedora Extras 5.
135
136* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-4
137- Add libxfcegui4-devel BuildReqs.
138- Fix %%defattr.
139
140* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-3
141- Initial Fedora Extras version.
142- Rebuild for XFCE 4.2.3.
143- disable-static instead of removing .a files.
144
145* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-2.fc4.cw
146- Add libxml2 BuildReqs.
147
148* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-1.fc4.cw
149- Rebuild for Core 4.
150
151* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.1-1.fc3.cw
152- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.