Blame SPECS/dropwatch.spec

316ed4
Summary: Kernel dropped packet monitor 
316ed4
Name: dropwatch 
316ed4
Version: 1.4
4b5338
Release: 9%{?dist} 
4b5338
Source0: https://github.com/nhorman/dropwatch/archive/dropwatch-%{version}.tbz2
4b5338
URL: https://github.com/nhorman/dropwatch 
316ed4
License: GPLv2+ 
316ed4
Group: Applications/System 
316ed4
Patch0: dropwatch-1.4-typecast.patch
316ed4
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
316ed4
BuildRequires: kernel-devel, libnl-devel, readline-devel
316ed4
BuildRequires: binutils-devel, binutils-static libnl3-devel pkgconfig
316ed4
Requires: libnl3, readline
316ed4
316ed4
%description
316ed4
dropwatch is an utility to interface to the kernel to monitor for dropped
316ed4
network packets.
316ed4
316ed4
%prep
316ed4
%setup -q 
316ed4
%patch0 -p1 -b .typecast
316ed4
316ed4
%build
316ed4
cd src
316ed4
export CFLAGS=$RPM_OPT_FLAGS
316ed4
make 
316ed4
316ed4
%install
316ed4
rm -rf $RPM_BUILD_ROOT
316ed4
mkdir -p $RPM_BUILD_ROOT%{_bindir}
316ed4
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
316ed4
install -m0755 src/dropwatch $RPM_BUILD_ROOT%{_bindir}
316ed4
install -m0644 doc/dropwatch.1 $RPM_BUILD_ROOT%{_mandir}/man1
316ed4
316ed4
%clean
316ed4
rm -rf $RPM_BUILD_ROOT
316ed4
316ed4
316ed4
%files
316ed4
%defattr(-,root,root,-)
316ed4
%{_bindir}/*
316ed4
%{_mandir}/man1/*
316ed4
%doc README
316ed4
%doc COPYING
316ed4
316ed4
%changelog
4b5338
* Thu Dec 13 2018 Neil Horman <nhorman@redhat.com> -1.4-9
4b5338
- Fixing Source and URL to match new github location (bz 1501730)
4b5338
62d63b
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.4-8
62d63b
- Mass rebuild 2014-01-24
62d63b
62d63b
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.4-7
62d63b
- Mass rebuild 2013-12-27
62d63b
316ed4
* Sun May 12 2013 Anton Arapov <anton@redhat.com> - 1.4-6
316ed4
- Fix the build for ppc platform. Typecast issue (#960092)
316ed4
316ed4
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-5
316ed4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
316ed4
316ed4
* Sun Jan 20 2013 Dan HorĂ¡k <dan@danny.cz> - 1.4-4
316ed4
- rebuilt again for fixed soname in libnl3
316ed4
316ed4
* Fri Jan 18 2013 Neil Horman <nhorman@redhat.com> - 1.4-3
316ed4
- rebuilt to pull in new libnl3 dependencies
316ed4
316ed4
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-2
316ed4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
316ed4
316ed4
* Fri Jun 01 2012 Neil Horman <nhorman@redhat.com> - 1.4-1
316ed4
- Update to latest upstream
316ed4
316ed4
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
316ed4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
316ed4
316ed4
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-1
316ed4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
316ed4
316ed4
* Wed Jun 30 2010 Neil Horman <nhorman@redhat.com> - 1.2
316ed4
- Update to latest upstream
316ed4
316ed4
* Thu Apr 07 2010 Neil Horman <nhorman@redhat.com> - 1.1-2
316ed4
- Adding more missing buildrequires
316ed4
316ed4
* Wed Apr 07 2010 Neil Horman <nhorman@redhat.com> - 1.1-1
316ed4
- Add missing buildrequires
316ed4
316ed4
* Wed Apr 07 2010 Neil Horman <nhorman@redhat.com> - 1.1-0
316ed4
- Move to latest upstream sources
316ed4
316ed4
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
316ed4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
316ed4
316ed4
* Fri Mar 20 2009 Neil Horman <nhorman@redhat.com> 1.0-2
316ed4
- Fixed up Errors found in package review (bz 491240)
316ed4
316ed4
* Tue Mar 17 2009 Neil Horman <nhorman@redhat.com> 1.0-1
316ed4
- Initial build
316ed4