fix the build root Daniel

* libxml.spec.in: fix the build root
Daniel

svn path=/trunk/; revision=3753
diff --git a/ChangeLog b/ChangeLog
index b5ee71a..be98a4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jul 23 15:32:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
+
+	* libxml.spec.in: fix the build root
+
 Wed Jul 16 22:28:48 PDT 2008 William Brack <wbrack@mmm.com.hk>
 
 	* pattern.c: fix problem with xmlStreamPop when pattern includes
diff --git a/libxml.spec.in b/libxml.spec.in
index fd13511..324b12c 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -5,7 +5,7 @@
 License: MIT
 Group: Development/Libraries
 Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: python python-devel zlib-devel
 URL: http://xmlsoft.org/
 Prefix: %{_prefix}