]> git.pld-linux.org Git - packages/alive.git/blob - alive.spec
- updated to 2.0.5
[packages/alive.git] / alive.spec
1 Summary:        GNU Alive - periodic ping program
2 Summary(pl.UTF-8):      GNU Alive - program do okresowego pingowania
3 Name:           alive
4 Version:        2.0.5
5 Release:        1
6 License:        GPL v3+
7 Group:          Applications/Networking
8 Source0:        https://ftp.gnu.org/gnu/alive/%{name}-%{version}.tar.lz
9 # Source0-md5:  c32f7faf1c8a23beadaf7032b151cc24
10 Patch0:         %{name}-info.patch
11 URL:            http://www.gnu.org/software/alive/
12 BuildRequires:  guile-devel
13 BuildRequires:  lzip
14 BuildRequires:  tar >= 1:1.22
15 BuildRequires:  texinfo
16 Requires:       /bin/ping
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 GNU Alive is a keep-alive program for Internet connections. It
22 repeatedly pings a series of user-specified hosts, thereby encouraging
23 (one hopes) the involved networks to not disappear.
24
25 %description -l pl.UTF-8
26 GNU Alive to program podtrzymujący połączenia internetowe. Okresowo
27 pinguje szereg hostów zdefiniowanych przez użytkownika, wspierając
28 (a przynajmniej dając na to nadzieję), że sieci po drodze nie znikną.
29
30 %prep
31 %setup -q
32 %patch0 -p1
33
34 %build
35 %configure \
36         PING=/bin/ping \
37         alive_cv_nice_ping=yes
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %post   -p /sbin/postshell
50 -/usr/sbin/fix-info-dir -c %{_infodir}
51
52 %postun -p /sbin/postshell
53 -/usr/sbin/fix-info-dir -c %{_infodir}
54
55 %files
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog NEWS README
58 %attr(755,root,root) %{_bindir}/alive
59 %{_infodir}/alive.info*
This page took 0.087171 seconds and 4 git commands to generate.