parent
7b2c7fd040
commit
358287f782
11
tcpdump.spec
11
tcpdump.spec
@ -2,7 +2,7 @@ Summary: A network traffic monitoring tool
|
||||
Name: tcpdump
|
||||
Epoch: 14
|
||||
Version: 3.9.8
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: BSD with advertising
|
||||
URL: http://www.tcpdump.org
|
||||
Group: Applications/Internet
|
||||
@ -49,6 +49,11 @@ popd
|
||||
|
||||
find . -name '*.c' -o -name '*.h' | xargs chmod 644
|
||||
|
||||
for f in CREDITS; do
|
||||
iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
|
||||
touch -r ${f}{,_} && mv -f ${f}{_,}
|
||||
done
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS) -fno-strict-aliasing"
|
||||
|
||||
@ -98,6 +103,10 @@ exit 0
|
||||
%{_mandir}/man8/tcpdump.8*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 20 2009 Miroslav Lichvar <mlichvar@redhat.com> - 14:3.9.8-7
|
||||
- rebuild for new openssl
|
||||
- convert CREDITS to UTF-8 (#226481)
|
||||
|
||||
* Fri Aug 29 2008 Miroslav Lichvar <mlichvar@redhat.com> - 14:3.9.8-6
|
||||
- rediff patches with fuzz
|
||||
- add -fno-strict-aliasing to CFLAGS
|
||||
|
Loading…
Reference in New Issue
Block a user