garp/garp.spec

Name: garp
Summary: Check unused IP addresses and automagically assign them
Version: 0.7.2
Release: 1.2
License: GPL
Group: System Environment/Base
URL: http://garp.3va.net/
Description: Garp is a Gratuitous ARP implementation. Garp can be used to check for unused IP addresses and automagically (and randomly) assign unused IP addresses (from a given IP range).

CentOS 7 x86_64

The build could not start because the following file is missing: garp-0.7.2.tar.gz

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: garp-0.7.2.tar.gz

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag
# Upstream: Ulrik De Bie <ulrik$mind,be>

Summary: Check unused IP addresses and automagically assign them
Name: garp
Version: 0.7.2
Release: 1.2%{?dist}
License: GPL
Group: System Environment/Base
URL: http://garp.3va.net/

Source: http://garp.3va.net/down/garp-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Garp is a Gratuitous ARP implementation. Garp can be used to check
for unused IP addresses and automagically (and randomly) assign
unused IP addresses (from a given IP range).

%prep
%setup

%build
%{__make} %{?_smp_mflags} CFLAGS="%{optflags}"

%install
%{__rm} -rf %{buildroot}
#makeinstall
%{__install} -Dp -m0755 garp %{buildroot}%{_sbindir}/garp
%{__install} -Dp -m0644 garp.8 %{buildroot}%{_mandir}/man8/garp.8

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc COPYING
%doc %{_mandir}/man8/garp.8*
%{_sbindir}/garp

%changelog
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.7.2-1.2
- Rebuild for Fedora Core 5.

* Thu May 01 2003 Dag Wieers <dag@wieers.com> - 0.7.2-1
- Changed URL: and Source: to http://garp.3va.net/

* Sun Nov 21 1999 Dag Wieers <dag@wieers.com> - 0.7.2-0
- Updated to release 0.7.2.
- Changed URL: and Source: to http://mind.be/software/garp/

* Fri Nov 19 1999 Dag Wieers <dag@wieers.com> - 0.7.0-0
- Updated to release 0.7.0.

* Mon Nov 15 1999 Ulrik De Bie <ulrik@mind.be>
- Initial release.