5c9c110
Name: omping
6883b60
Version: 0.0.2
6883b60
Release: 1%{?dist}
5c9c110
Summary: Utility to test IP multicast functionality
5c9c110
Group: Applications/Internet
5c9c110
License: ISC
5c9c110
URL: http://fedorahosted.org/omping/
5c9c110
Source0: http://fedorahosted.org/releases/o/m/omping/%{name}-%{version}.tar.gz
5c9c110
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
5c9c110
5c9c110
%description
5c9c110
Omping (Open Multicast Ping) is tool to test IP multicast functionality
5c9c110
primarily in local network.
5c9c110
5c9c110
%prep
5c9c110
%setup -q
5c9c110
5c9c110
%build
5c9c110
make %{?_smp_mflags} CFLAGS="%{optflags}"
5c9c110
5c9c110
%install
5c9c110
rm -rf %{buildroot}
5c9c110
make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" install
5c9c110
5c9c110
%clean
5c9c110
rm -rf %{buildroot}
5c9c110
5c9c110
%files
5c9c110
%defattr(-,root,root,-)
5c9c110
%doc AUTHORS COPYING
5c9c110
%{_bindir}/%{name}
5c9c110
%{_mandir}/man8/*
5c9c110
5c9c110
%changelog
6883b60
* Wed Dec 22 2010 Jan Friesse <jfriesse@redhat.com> - 0.0.2-1
6883b60
- Update to upstream release 0.0.2
6883b60
845d1e1
* Tue Nov 30 2010 Jan Friesse <jfriesse@redhat.com> - 0.0.1-3
845d1e1
- Display error if only one host is specified
845d1e1
5c9c110
* Wed Nov 24 2010 Jan Friesse <jfriesse@redhat.com> - 0.0.1-2
5c9c110
- Change hard coded prefix path to macro
5c9c110
5c9c110
* Fri Nov 19 2010 Jan Friesse <jfriesse@redhat.com> - 0.0.1-1
5c9c110
- Initial package for Fedora