Accepting request 150510 from network:utilities
- Enable missing ipv6 support - tweak out CFLAGS. (forwarded request 150502 from elvigia) OBS-URL: https://build.opensuse.org/request/show/150510 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=21
This commit is contained in:
commit
a815c2a443
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 31 02:07:20 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Enable missing ipv6 support
|
||||||
|
- tweak out CFLAGS.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 16 09:52:22 UTC 2012 - puzel@suse.com
|
Tue Oct 16 09:52:22 UTC 2012 - puzel@suse.com
|
||||||
|
|
||||||
|
10
fping.spec
10
fping.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fping
|
# spec file for package fping
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -45,10 +45,11 @@ Unlike ping, FPing is meant to be used in scripts. Its output is
|
|||||||
designed to be easy to parse.
|
designed to be easy to parse.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
export CFLAGS="%optflags -D_GNU_SOURCE -fwhole-program"
|
||||||
|
%configure --enable-ipv6 --enable-ipv4
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -57,7 +58,8 @@ make %{?_smp_mflags}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog COPYING README
|
%doc ChangeLog COPYING README
|
||||||
%doc %{_mandir}/man8/fping.8*
|
%{_mandir}/man8/fping*.8*
|
||||||
%{_sbindir}/fping
|
%{_sbindir}/fping
|
||||||
|
%{_sbindir}/fping6
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user