diff --git a/texi2html.spec b/texi2html.spec
index df0885e..c86785c 100644
--- a/texi2html.spec
+++ b/texi2html.spec
@@ -1,6 +1,6 @@
Name: texi2html
Version: 1.76
-Release: 4%{?dist}
+Release: 5%{?dist}
License: GPL
Group: Applications/Text
Summary: A highly customizable texinfo to HTML and other formats translator
@@ -9,9 +9,10 @@ Source1: texi2html-1.7-ja
Patch0: texi2html-1.74-Makefile.am.patch
Patch1: texi2html-1.74-UTF-8.patch
URL: http://www.nongnu.org/texi2html/
-PreReq: info
+Requires(post): /sbin/install-info
+Requires(preun): /sbin/install-info
Requires: perl >= 5.004
-BuildRoot: %{_tmppath}/%{name}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
%description
@@ -78,6 +79,9 @@ fi
%{_datadir}/%{name}/images/*
%changelog
+* Wed Nov 29 2006 Jindrich Novy 1.76-5
+- replace PreReq, fix BuildRoot
+
* Thu Aug 24 2006 Jindrich Novy 1.76-4.fc6
- correct URLs, name patch backups correctly
@@ -91,7 +95,7 @@ fi
- rebuilt
* Tue Mar 08 2005 Jindrich Novy 1.76-2
-- replace %configure with ./configure to prevent definition of
+- replace %%configure with ./configure to prevent definition of
target, build and host for noarch package
* Fri Feb 18 2005 Jindrich Novy 1.76-1