]> git.pld-linux.org Git - SPECS.git/blob - wmping.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / wmping.spec
1 Summary:        Network hosts status monitor
2 Summary(pl.UTF-8):      Monitor stanu komputerów w sieci
3 Name:           wmping
4 Version:        0.2.1
5 Release:        2
6 License:        GPL
7 Group:          X11/Window Managers/Tools
8 Source0:        http://cad.ntu-kpi.kiev.ua/~serg/projects/wm/%{name}-%{version}.tar.gz
9 # Source0-md5:  c8f3f501bc39389385558022f2a36f66
10 Source1:        %{name}.desktop
11 URL:            http://freshmeat.net/projects/wmping/
12 BuildRequires:  XFree86-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 Requires:       iputils-ping
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Wmping is a dockapp which checks the status of hosts in a network. It
20 show "up" status for a host that is available and "down" status for a
21 host that cannot be pinged.
22
23 %description -l pl.UTF-8
24 Wmping jest apletem, który sprawdza stan komputerów w sieci. Pokazuje
25 stan "włączony" dla komputerów, które są osiągalne i "wyłączony" dla
26 tych, które nie odpowiadają na pingi.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
41 install -d $RPM_BUILD_ROOT%{_desktopdir}/docklets
42
43 install %{name} $RPM_BUILD_ROOT%{_bindir}
44 install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
45
46 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/docklets
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS NEWS README TODO
54 %attr(755,root,root) %{_bindir}/*
55 %{_desktopdir}/docklets/*
56 %{_mandir}/man1/*
This page took 0.588249 seconds and 3 git commands to generate.