]> git.pld-linux.org Git - packages/arping.git/blame - arping.spec
Don't explicitely provide/obsolete itself
[packages/arping.git] / arping.spec
CommitLineData
902dc5f6 1Summary: ARPing - ping an address by ARP packets
18583d61 2Summary(pl.UTF-8): ARPing - pingowanie adresów pakietami ARP
eb0be973 3Name: arping
a8343816 4Version: 2.12
264fb32d 5Release: 2
08f69743 6License: GPL v2
eb0be973 7Group: Networking/Admin
a8343816
ŁK
8Source0: http://www.habets.pp.se/synscan/files/%{name}-%{version}.tar.gz
9# Source0-md5: 47e0db7fed9f1297c598a24cd476911d
dc540f34 10URL: http://www.habets.pp.se/synscan/programs.php?prog=arping
a8343816 11BuildRequires: libnet-devel > 1.1
eb0be973 12BuildRequires: libpcap-devel
93547071 13BuildRequires: sed >= 4.0
904f97f1 14Requires: bc
8544febc 15Obsoletes: iputils-arping
902dc5f6 16Conflicts: iputils <= 1:ss021109-2
eb0be973
MWP
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
902dc5f6
JB
20arping pings given address on given device by ARP packets, using given
21source address.
eb0be973 22
0f4eec46
JR
23%description -l pl.UTF-8
24arping pinguje podany adres na podanym interfejsie wysyłając pakiety
902dc5f6 25ARP.
eb0be973
MWP
26
27%prep
a47f41df 28%setup -q
eb0be973
MWP
29
30%build
98c05ae2 31%configure
a8343816 32%{__make}
eb0be973
MWP
33
34%install
35rm -rf $RPM_BUILD_ROOT
a8343816
ŁK
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
902dc5f6 38
a8343816 39install extra/arping-scan-net.sh \
46439107 40 $RPM_BUILD_ROOT%{_sbindir}/arping-scan-net.sh
eb0be973
MWP
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%attr(4754,root,adm) %{_sbindir}/arping
48%attr(754,root,adm) %{_sbindir}/arping-scan-net.sh
49%{_mandir}/man8/arping.8*
This page took 0.14591 seconds and 4 git commands to generate.