Compare commits

...

4 Commits
rawhide ... f9

Author SHA1 Message Date
Fedora Release Engineering bf7e262e99 dist-git conversion 2010-07-28 13:17:02 +00:00
Bill Nottingham 9b1b13a0f4 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:25:33 +00:00
Robert Scheck 0410ffa265 Rebuild against libnids 1.23 2008-05-29 21:56:54 +00:00
Jesse Keating 5a4e45b162 Initialize branch F-9 for dsniff 2008-04-20 16:26:58 +00:00
3 changed files with 4 additions and 22 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: dsniff
# $Id$
NAME := dsniff
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,7 +1,7 @@
Summary: Tools for network auditing and penetration testing
Name: dsniff
Version: 2.4
Release: 0.2.b1%{?dist}
Release: 0.3.b1%{?dist}
License: BSD
Group: Applications/Internet
URL: http://www.monkey.org/~dugsong/%{name}/
@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/*.8*
%changelog
* Wed May 29 2008 Robert Scheck <robert@fedoraproject.org> 2.4-0.3.b1
- Rebuild against libnids 1.23
* Sun Feb 10 2008 Robert Scheck <robert@fedoraproject.org> 2.4-0.2.b1
- Rebuild against gcc 4.3