Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
c54b69f655 dist-git conversion 2010-07-28 13:15:46 +00:00
Neil Horman
41f4ce336e Fixing build REquires 2010-04-20 20:10:18 +00:00
Neil Horman
57340d30db Updating to latest version 2010-04-20 19:51:35 +00:00
Bill Nottingham
d193a83058 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:25:22 +00:00
Jesse Keating
b1579e5c1d Initialize branch F-12 for dropwatch 2009-09-29 04:44:57 +00:00
6 changed files with 20 additions and 27 deletions

View file

@ -1 +0,0 @@
dropwatch-1.0.tbz2

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
dropwatch-1.0.tbz2
dropwatch-1.1-0.tbz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: dropwatch
# $Id$
NAME := dropwatch
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1,13 +1,15 @@
%define upstream_release 0
Summary: Kernel dropped packet monitor
Name: dropwatch
Version: 1.0
Version: 1.1
Release: 3%{?dist}
Source0: https://fedorahosted.org/releases/d/r/dropwatch/dropwatch-%{version}.tbz2
Source0: https://fedorahosted.org/releases/d/r/dropwatch/dropwatch-%{version}-%{upstream_release}.tbz2
URL: http://fedorahosted.org/dropwatch
License: GPLv2+
Group: Applications/System
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: kernel-devel, libnl-devel, readline-devel
BuildRequires: binutils-devel
Requires: libnl, readline
%description
@ -15,7 +17,7 @@ dropwatch is an utility to interface to the kernel to monitor for dropped
network packets.
%prep
%setup -q
%setup -q -n dropwatch-%{version}
%build
cd src
@ -41,6 +43,18 @@ rm -rf $RPM_BUILD_ROOT
%doc COPYING
%changelog
* Tue Apr 20 2010 Neil Horman <nhorman@redhat.com> - 1.1-3
- Fixing buildRequires
* Thu Apr 07 2010 Neil Horman <nhorman@redhat.com> - 1.1-2
- Adding more missing buildrequires
* Wed Apr 07 2010 Neil Horman <nhorman@redhat.com> - 1.1-1
- Add missing buildrequires
* Wed Apr 07 2010 Neil Horman <nhorman@redhat.com> - 1.1-0
- Move to latest upstream sources
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View file

@ -1 +0,0 @@
dropwatch-1_0-2_fc10:HEAD:dropwatch-1.0-2.fc10.src.rpm:1237918003

View file

@ -1 +1 @@
34338735d1d2d339c92f21d9c7f1202f dropwatch-1.0.tbz2
f17a6ec30f82a2c1c5a675325d3e722a dropwatch-1.1-0.tbz2