[packages/fping] - updated to 5.2
qboosh
qboosh at pld-linux.org
Sat Jun 8 18:02:33 CEST 2024
commit 72b608c6385e9bd2480793f6ed63063bfbc3e1ba
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Jun 8 17:34:39 2024 +0200
- updated to 5.2
fping.spec | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/fping.spec b/fping.spec
index 0c193a9..26299d8 100644
--- a/fping.spec
+++ b/fping.spec
@@ -2,14 +2,14 @@ Summary: fping - pings multiple hosts at once
Summary(pl.UTF-8): fping - ping sprawdzający wiele hostów naraz
Summary(pt_BR.UTF-8): Ferramenta para enviar pings para várias máquinas de uma só vez
Name: fping
-Version: 5.1
+Version: 5.2
Release: 1
License: distributable
Group: Networking/Utilities
Source0: http://fping.org/dist/%{name}-%{version}.tar.gz
-# Source0-md5: d91adddd7108c26ef58c1cd0a2fd718d
+# Source0-md5: e5b2838c9a40698d88ad180378442737
URL: http://fping.org/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.59
BuildRequires: automake
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -53,7 +53,9 @@ tempo.
%{__aclocal}
%{__autoconf}
%{__automake}
-%configure --enable-ipv4 --enable-ipv6
+%configure \
+ --enable-ipv4 \
+ --enable-ipv6
%{__make}
%install
@@ -71,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc CHANGELOG.md doc/CHANGELOG* doc/README*
+%doc CHANGELOG.md doc/{CHANGELOG.pre-v4,README.1992}
%attr(4754,root,icmp) %{_bindir}/fping
%attr(4754,root,icmp) %{_sbindir}/fping
%{_mandir}/man8/fping*.8*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fping.git/commitdiff/72b608c6385e9bd2480793f6ed63063bfbc3e1ba
More information about the pld-cvs-commit
mailing list