From 5c9c110a29d271996b4ecc5fdc68049c5f9403a7 Mon Sep 17 00:00:00 2001 From: Jan Friesse Date: Nov 25 2010 12:18:07 +0000 Subject: Initial import (#656855). --- diff --git a/.gitignore b/.gitignore index e69de29..5730357 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/omping-0.0.1.tar.gz diff --git a/omping.spec b/omping.spec new file mode 100644 index 0000000..1d05dce --- /dev/null +++ b/omping.spec @@ -0,0 +1,39 @@ +Name: omping +Version: 0.0.1 +Release: 2%{?dist} +Summary: Utility to test IP multicast functionality +Group: Applications/Internet +License: ISC +URL: http://fedorahosted.org/omping/ +Source0: http://fedorahosted.org/releases/o/m/omping/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +Omping (Open Multicast Ping) is tool to test IP multicast functionality +primarily in local network. + +%prep +%setup -q + +%build +make %{?_smp_mflags} CFLAGS="%{optflags}" + +%install +rm -rf %{buildroot} +make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" install + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING +%{_bindir}/%{name} +%{_mandir}/man8/* + +%changelog +* Wed Nov 24 2010 Jan Friesse - 0.0.1-2 +- Change hard coded prefix path to macro + +* Fri Nov 19 2010 Jan Friesse - 0.0.1-1 +- Initial package for Fedora diff --git a/sources b/sources index e69de29..8a0463a 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9d1c4e66ae6f35b4ace6dbcc94eb66cb omping-0.0.1.tar.gz