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

Revision 5077, 4.3 KB checked in by Takemikaduchi, 13 years ago (diff)

xfce4-wavelan-plugin: add Patch0
ebook-tools: fix Patch0

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