import omping-0.0.4-18.el8
This commit is contained in:
parent
5b4c84a05b
commit
095dd22fbf
@ -1,11 +1,12 @@
|
||||
Name: omping
|
||||
Version: 0.0.4
|
||||
Release: 14%{?dist}
|
||||
Release: 18%{?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
|
||||
URL: https://github.com/jfriesse/omping
|
||||
Source0: https://github.com/jfriesse/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
|
||||
%description
|
||||
Omping (Open Multicast Ping) is tool to test IP multicast functionality
|
||||
@ -15,19 +16,42 @@ primarily in local network.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS="%{optflags}" LDFLAGS="$RPM_LD_FLAGS"
|
||||
%set_build_flags
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING
|
||||
%doc AUTHORS
|
||||
%license COPYING
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 28 2020 Jan Friesse <jfriesse@redhat.com> - 0.0.4-18
|
||||
- Resolves: rhbz#1828305
|
||||
|
||||
- Add explicit omping dependency for revdeps CI test
|
||||
|
||||
* Mon May 13 2019 Jan Friesse <jfriesse@redhat.com> - 0.0.4-17
|
||||
- Related rhbz#1682115
|
||||
|
||||
- Add gating tests
|
||||
|
||||
* Wed Mar 20 2019 Jan Friesse <jfriesse@redhat.com> - 0.0.4-16
|
||||
- Use license and set_build_flags macro
|
||||
- Fix URL and source
|
||||
|
||||
- Related rhbz#1682115
|
||||
|
||||
* Tue Jul 10 2018 Jan Friesse <jfriesse@redhat.com> - 0.0.4-15
|
||||
- Modernize spec file a bit
|
||||
- Fix spec file changelog dates
|
||||
- Add gcc build requirement
|
||||
|
||||
- Related rhbz#1682115
|
||||
|
||||
* Mon Jul 9 2018 Florian Weimer <fweimer@redhat.com> - 0.0.4-14
|
||||
- Use LDFLAGS from redhat-rpm-config
|
||||
|
||||
@ -67,13 +91,13 @@ make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" install
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Jun 22 2011 Jan Friesse <jfriesse@redhat.com> - 0.0.4-1
|
||||
* Wed Jun 22 2011 Jan Friesse <jfriesse@redhat.com> - 0.0.4-1
|
||||
- Update to version 0.0.4
|
||||
|
||||
* Mon May 02 2011 Jan Friesse <jfriesse@redhat.com> - 0.0.3-1
|
||||
- Update to version 0.0.3
|
||||
|
||||
* Wed Apr 14 2011 Jan Friesse <jfriesse@redhat.com> - 0.0.2-3
|
||||
* Thu Apr 14 2011 Jan Friesse <jfriesse@redhat.com> - 0.0.2-3
|
||||
- Resolves rhbz#696509
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2-2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user