- rebuild for new openssl

- convert CREDITS to UTF-8 (#226481)
This commit is contained in:
Miroslav Lichvar 2009-01-20 12:20:27 +00:00
parent 7b2c7fd040
commit 358287f782

View File

@ -2,7 +2,7 @@ Summary: A network traffic monitoring tool
Name: tcpdump Name: tcpdump
Epoch: 14 Epoch: 14
Version: 3.9.8 Version: 3.9.8
Release: 6%{?dist} Release: 7%{?dist}
License: BSD with advertising License: BSD with advertising
URL: http://www.tcpdump.org URL: http://www.tcpdump.org
Group: Applications/Internet Group: Applications/Internet
@ -49,6 +49,11 @@ popd
find . -name '*.c' -o -name '*.h' | xargs chmod 644 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 %build
export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS) -fno-strict-aliasing" export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS) -fno-strict-aliasing"
@ -98,6 +103,10 @@ exit 0
%{_mandir}/man8/tcpdump.8* %{_mandir}/man8/tcpdump.8*
%changelog %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 * Fri Aug 29 2008 Miroslav Lichvar <mlichvar@redhat.com> - 14:3.9.8-6
- rediff patches with fuzz - rediff patches with fuzz
- add -fno-strict-aliasing to CFLAGS - add -fno-strict-aliasing to CFLAGS