Blame SPECS/dropwatch.spec

600d63
Summary: Kernel dropped packet monitor 
600d63
Name: dropwatch 
600d63
Version: 1.5
600d63
Release: 1%{?dist}
600d63
Source0: https://github.com/nhorman/dropwatch/archive/dropwatch-%{version}.tar.gz
600d63
URL: https://github.com/nhorman/dropwatch 
600d63
License: GPLv2+ 
600d63
Group: Applications/System 
600d63
BuildRequires: kernel-headers readline-devel
600d63
BuildRequires: binutils-devel libnl3-devel pkgconfig
600d63
BuildRequires: autoconf automake libtool
600d63
Requires: libnl3, readline
600d63
600d63
600d63
%description
600d63
dropwatch is an utility to interface to the kernel to monitor for dropped
600d63
network packets.
600d63
600d63
%prep
600d63
%setup -q -n dropwatch-dropwatch-1.5
600d63
600d63
%build
600d63
./autogen.sh
600d63
%configure
600d63
make %{?_smp_mflags}
600d63
600d63
%install
600d63
rm -rf $RPM_BUILD_ROOT
600d63
mkdir -p $RPM_BUILD_ROOT%{_bindir}
600d63
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
600d63
install -m0755 src/dropwatch $RPM_BUILD_ROOT%{_bindir}
600d63
install -m0644 doc/dropwatch.1 $RPM_BUILD_ROOT%{_mandir}/man1
600d63
600d63
600d63
%files
600d63
%defattr(-,root,root,-)
600d63
%{_bindir}/*
600d63
%{_mandir}/man1/*
600d63
%doc README.md
600d63
%doc COPYING
600d63
600d63
%changelog
600d63
* Tue May 15 2018 Neil Horman <nhorman@redhat.com> - 1.5-1
600d63
- Update to latest upstream and add CI harness
600d63
600d63
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-22
600d63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
600d63
600d63
* Thu Feb 01 2018 Neil Horman <nhorman@redhat.com> - 1.4-21
600d63
- Fix linker flag recognition (bz 1541058)
600d63
600d63
* Thu Feb  1 2018 Florian Weimer <fweimer@redhat.com> - 1.4-20
600d63
- Build with linker flags from redhat-rpm-config
600d63
600d63
* Tue Jan 30 2018 Merlin Mathesius <mmathesi@redhat.com> - 1.4-19
600d63
- Drop unnecessary BuildRequires for binutils-static
600d63
  Not building kernel modules, so use kernel-headers instead of kernel-devel
600d63
600d63
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-18
600d63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
600d63
600d63
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-17
600d63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
600d63
600d63
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-16
600d63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
600d63
600d63
* Fri Jan 13 2017 Neil Horman <nhorman@redhat.com> - 1.4-15
600d63
- fix build error (bz 1412926)
600d63
600d63
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.4-14
600d63
- Rebuild for readline 7.x
600d63
600d63
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-13
600d63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
600d63
600d63
* Mon Jul 06 2015 Neil Horman <nhorman@redhat.com> - 1.4-12
600d63
- Fixed FTBFS issue (bz 1239436)
600d63
600d63
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-11
600d63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
600d63
600d63
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-10
600d63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
600d63
600d63
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-9
600d63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
600d63
600d63
* Fri Nov 29 2013 Neil Horman <nhorman@redhat.com> - 1.4-8
600d63
- Updating spec file
600d63
600d63
* Fri Nov 29 2013 Neil Horman <nhorman@redhat.com> - 1.4-7
600d63
- Drop libnl-devel BuildRequire (bz 1035791)
600d63
600d63
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-6
600d63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
600d63
600d63
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-5
600d63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
600d63
600d63
* Sun Jan 20 2013 Dan HorĂ¡k <dan@danny.cz> - 1.4-4
600d63
- rebuilt again for fixed soname in libnl3
600d63
600d63
* Fri Jan 18 2013 Neil Horman <nhorman@redhat.com> - 1.4-3
600d63
- rebuilt to pull in new libnl3 dependencies
600d63
600d63
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-2
600d63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
600d63
600d63
* Fri Jun 01 2012 Neil Horman <nhorman@redhat.com> - 1.4-1
600d63
- Update to latest upstream
600d63
600d63
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
600d63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
600d63
600d63
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-1
600d63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
600d63
600d63
* Wed Jun 30 2010 Neil Horman <nhorman@redhat.com> - 1.2
600d63
- Update to latest upstream
600d63
600d63
* Thu Apr 08 2010 Neil Horman <nhorman@redhat.com> - 1.1-2
600d63
- Adding more missing buildrequires
600d63
600d63
* Wed Apr 07 2010 Neil Horman <nhorman@redhat.com> - 1.1-1
600d63
- Add missing buildrequires
600d63
600d63
* Wed Apr 07 2010 Neil Horman <nhorman@redhat.com> - 1.1-0
600d63
- Move to latest upstream sources
600d63
600d63
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
600d63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
600d63
600d63
* Fri Mar 20 2009 Neil Horman <nhorman@redhat.com> 1.0-2
600d63
- Fixed up Errors found in package review (bz 491240)
600d63
600d63
* Tue Mar 17 2009 Neil Horman <nhorman@redhat.com> 1.0-1
600d63
- Initial build
600d63