]> git.pld-linux.org Git - SPECS.git/blob - wmwave.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / wmwave.spec
1 Summary:        Wireless network link quality monitor
2 Summary(pl.UTF-8):      Monitor jakości łącza sieci bezprzewodowej
3 Name:           wmwave
4 Version:        0.4
5 Release:        3
6 License:        GPL
7 Group:          X11/Window Managers/Tools
8 Source0:        http://dl.sourceforge.net/wmwave/%{name}-0-4.tgz
9 # Source0-md5:  8728507eccb01a9749336f53ac4182c5
10 Source1:        %{name}.desktop
11 Patch0:         %{name}-opt.patch
12 URL:            http://wmwave.sourceforge.net/
13 BuildRequires:  XFree86-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Dockapp to display statistical information about a current wireless
18 ethernet connection.
19
20 %description -l pl.UTF-8
21 Aplet wyświetlający statystyczne informacje o aktualnym stanie łącza
22 sieci bezprzewodowej.
23
24 %prep
25 %setup -q -n %{name}
26 %patch0 -p1
27
28 %build
29 %{__make} \
30         OPT="%{rpmcflags}" \
31         LIBDIR="-L/usr/X11R6/%{_lib}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
36 install -d $RPM_BUILD_ROOT%{_desktopdir}/docklets
37
38 install %{name} $RPM_BUILD_ROOT%{_bindir}
39 install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
40
41 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/docklets
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %attr(755,root,root) %{_bindir}/*
49 %{_desktopdir}/docklets/*
50 %{_mandir}/man1/*
This page took 0.133134 seconds and 3 git commands to generate.