]> git.pld-linux.org Git - packages/xfce4-wavelan-plugin.git/blame - xfce4-wavelan-plugin.spec
- up to 0.6.3
[packages/xfce4-wavelan-plugin.git] / xfce4-wavelan-plugin.spec
CommitLineData
6893db2d 1Summary: A wavelan plugin for the Xfce panel
8c0e3755 2Summary(pl.UTF-8): Wtyczka sieci radiowych dla panelu Xfce
cb92f65f 3Name: xfce4-wavelan-plugin
f0ff741a 4Version: 0.6.3
0e2beb47 5Release: 1
cb92f65f
MC
6License: GPL
7Group: X11/Applications
f5103ee8 8Source0: http://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/%{name}-%{version}.tar.bz2
f0ff741a 9# Source0-md5: 2b92af07078570e4720bd3bda2d70e5a
acc6754c 10URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin
14be6949 11BuildRequires: gettext-tools
30b0abda 12BuildRequires: libxfce4ui-devel
acc6754c
MB
13BuildRequires: perl-XML-Parser
14BuildRequires: perl-modules
cb92f65f 15BuildRequires: pkgconfig
f5103ee8
JR
16BuildRequires: xfce4-dev-tools >= 4.14.0
17BuildRequires: xfce4-panel-devel >= 4.14.0
18Requires: xfce4-panel >= 4.14.0
cb92f65f
MC
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
6340beae
JB
22This plugin is used to display stats from a wireless LAN interface
23(signal state, signal quality, network name (SSID)).
cb92f65f 24
88aafefe
JR
25%description -l pl.UTF-8
26Wtyczka ta wyświetla statystyki interfejsów sieci radiowych (stan
27sygnału, jakość sygnału, nazwa sieci (SSID)).
cb92f65f
MC
28
29%prep
30%setup -q
31
32%build
33%configure \
34 --disable-static
35
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
5407a866 44%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
fe4f15c9 45%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{hy_AM,hye,ur_PK}
cb92f65f 46
acc6754c
MB
47%find_lang %{name}
48
cb92f65f
MC
49%clean
50rm -rf $RPM_BUILD_ROOT
51
acc6754c 52%files -f %{name}.lang
cb92f65f 53%defattr(644,root,root,755)
fe4f15c9 54%doc AUTHORS ChangeLog NEWS
5407a866
JR
55%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libwavelan.so
56%{_datadir}/xfce4/panel/plugins/wavelan.desktop
This page took 0.035679 seconds and 4 git commands to generate.