OBS User unknown 2008-02-08 16:57:08 +00:00 committed by Git OBS Bridge
parent cc7b19b803
commit 34ba4f29d3
2 changed files with 56 additions and 42 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Feb 8 14:08:50 CET 2008 - lrupp@suse.de
- convert the Changelog to Unix
- add COPYING, remove INSTALL from docudir
- use macros
- build parallel
-------------------------------------------------------------------
Wed Jan 25 21:36:00 CET 2006 - mls@suse.de

View File

@ -1,43 +1,43 @@
#
# spec file for package fping (Version 2.4b2)
#
# Copyright (c) 2004 SUSE LINUX AG, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: fping
URL: www.fping.com
Url: http://www.fping.com
License: X11/MIT
Group: Productivity/Networking/Diagnostic
Autoreqprov: on
AutoReqProv: on
Version: 2.4b2
Release: 1
Release: 94
Summary: A Program to Ping Multiple Hosts
Source: %{name}-%{version}.tar.bz2
Patch: fping-2.4b2-fixwarnings.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
FPing is a Ping-like program which uses the Internet Control Message
FPing is a ping-like program that uses the Internet Control Message
Protocol (ICMP) echo request to determine if a target host is
responding. FPing differs from Ping in that you can specify any number
of targets on the command line, or specify a file containing a list of
responding. FPing differs from ping in that you can specify any number
of targets on the command line or specify a file containing a list of
targets to ping. Instead of sending pings to one target until it times
out or replies, FPing will send out a ping packet and move on to the
next target in a round-robin fashion.
out or replies, FPing sends a ping packet and moves on to the next
target in a round-robin fashion.
In the default mode, if a target replies, it is noted and removed from
the list of targets to check; if a target does not respond within a
certain time limit and/or retry limit it is designated as unreachable.
FPing also supports sending a specified number of pings to a target, or
looping indefinitely (as in Ping ).
the list of targets to check. If a target does not respond within a
certain time limit or retry limit, it is designated as unreachable.
FPing also supports sending a specified number of pings to a target or
looping indefinitely (as in ping).
Unlike Ping, FPing is meant to be used in scripts. Its output is
Unlike ping, FPing is meant to be used in scripts. Its output is
designed to be easy to parse.
@ -50,50 +50,56 @@ Authors:
%prep
%setup -n fping-2.4b2_to
%patch
# fix the Changelog
tr -d '\r' < ChangeLog > ChangeLog.new
mv ChangeLog.new ChangeLog
%build
CFLAGS=$RPM_OPT_FLAGS \
./configure --prefix=%{_prefix} --mandir=%{_mandir}
make
%configure
make %{?jobs:-j%jobs}
%install
rm -rf $RPM_BUILD_ROOT
make prefix=$RPM_BUILD_ROOT/usr mandir=$RPM_BUILD_ROOT/%{_mandir} install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc ChangeLog INSTALL README
%doc ChangeLog COPYING README
%doc %{_mandir}/man8/fping.8.gz
/usr/sbin/fping
%_sbindir/fping
%changelog -n fping
* Wed Jan 25 2006 - mls@suse.de
%changelog
* Fri Feb 08 2008 lrupp@suse.de
- convert the Changelog to Unix
- add COPYING, remove INSTALL from docudir
- use macros
- build parallel
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri May 07 2004 - hmacht@suse.de
* Fri May 07 2004 hmacht@suse.de
- Upgrade to version 2.4b2
* Thu Apr 22 2004 - postadal@suse.cz
* Thu Apr 22 2004 postadal@suse.cz
- fixed gcc warnings
* Tue Sep 17 2002 - ro@suse.de
* Tue Sep 17 2002 ro@suse.de
- removed bogus self-provides
* Mon Jun 11 2001 - schwab@suse.de
* Mon Jun 11 2001 schwab@suse.de
- Fix alignment problem properly.
* Wed Jul 19 2000 - schwab@suse.de
* Wed Jul 19 2000 schwab@suse.de
- Fix alignment problem.
- Pass CFLAGS during configure run.
* Thu Apr 13 2000 - nadvornik@suse.cz
* Thu Apr 13 2000 nadvornik@suse.cz
- added BuildRoot
* Sat Feb 12 2000 - grimmer@suse.de
* Sat Feb 12 2000 grimmer@suse.de
- added Group tag to spec file
- use version macro in spec file
- added full URL to Source tag
- use _mandir macro in spec file
- added CXXFLAGS to %%build section
* Mon Sep 13 1999 - bs@suse.de
* Mon Sep 13 1999 bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Thu Apr 22 1999 - ro@suse.de
* Thu Apr 22 1999 ro@suse.de
- fixed for alpha
* Fri Jan 29 1999 - grimmer@suse.de
* Fri Jan 29 1999 grimmer@suse.de
- new Package (Version 2.2b1)