Hello community,

here is the log from the commit of package arping2 for openSUSE:Factory
checked in at Thu Aug 4 11:53:38 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/arping2/arping2.changes        2011-07-19 
22:44:30.000000000 +0200
@@ -0,0 +1,9 @@
+-------------------------------------------------------------------
+Tue Jul 19 20:38:02 UTC 2011 - [email protected]
+
+- Package imported to build.opensuse.org
+
+-------------------------------------------------------------------
+Sun Feb 27 23:10:07 UTC 2011 - [email protected]
+
+- Adjust BuildRequires for openSUSE_11.4

calling whatdependson for head-i586


New:
----
  arping-2.09.tar.xz
  arping2.changes
  arping2.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ arping2.spec ++++++
#
# spec file for package arping2
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           arping2
Version:        2.09
Release:        1
Group:          Productivity/Networking/Diagnostic
Summary:        Layer-2 Ethernet pinger
License:        GPLv2+
Url:            http://freshmeat.net/projects/arping/

#Git-Clone:     git://github.com/ThomasHabets/arping
Source:         arping-%version.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} <= 1130
BuildRequires:  libnet libpcap-devel
%else
BuildRequires:  libnet-devel libpcap-devel
%endif
BuildRequires:  xz

%description
Arping is a util to find out it a specific IP address on the LAN is
"taken" and what MAC address owns it. It is designed to work on
unrouted networks and with ICMP-blocking hosts.

Author(s):
----------
        Thomas Habets

%prep
%setup -n arping-%version

%build
%configure
make %{?_smp_mflags}

%install
b="%buildroot";
make install DESTDIR="$b";
# Avoid collision with iputils's inferior arping.
mv "$b/%_sbindir"/{arping,%name};
mv "$b/%_mandir/man8"/{arping.8,%name.8};

%files
%defattr(-,root,root)
%_sbindir/*
%_mandir/*/*
%doc README

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to