diff --git a/http_ping.spec b/http_ping.spec index bfb6ca3..e0ae7b9 100644 --- a/http_ping.spec +++ b/http_ping.spec @@ -1,6 +1,6 @@ Name: http_ping Version: 20050629 -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTTP latency measuring utility Group: Applications/Internet @@ -20,6 +20,7 @@ takes. %prep %setup -q -n %{name} +f=http_ping.1 ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f %build @@ -46,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 16 2006 Ville Skyttä - 20050629-3 +- Convert man page to UTF-8. + * Wed Nov 9 2005 Ville Skyttä - 20050629-2 - Rebuild for new OpenSSL.