Initial import (#656855).
This commit is contained in:
parent
fdd133579f
commit
5c9c110a29
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
/omping-0.0.1.tar.gz
|
||||
39
omping.spec
Normal file
39
omping.spec
Normal file
@ -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 <jfriesse@redhat.com> - 0.0.1-2
|
||||
- Change hard coded prefix path to macro
|
||||
|
||||
* Fri Nov 19 2010 Jan Friesse <jfriesse@redhat.com> - 0.0.1-1
|
||||
- Initial package for Fedora
|
||||
Loading…
Reference in New Issue
Block a user