From c69572cb9f2467259a73de64c08e141f21f17fa8 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Sun, 26 Aug 2007 10:38:52 +0200 Subject: Load /tmp/libxml2-2.6.30 into libxml2/branches/upstream/current. --- libxml2.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libxml2.spec') diff --git a/libxml2.spec b/libxml2.spec index da2e0e7..86048ba 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,6 +1,6 @@ Summary: Library providing XML and HTML support Name: libxml2 -Version: 2.6.29 +Version: 2.6.30 Release: 1 License: MIT Group: Development/Libraries @@ -25,7 +25,7 @@ URI library. %package devel Summary: Libraries, includes, etc. to develop XML and HTML applications Group: Development/Libraries -Requires: libxml2 = %{version} +Requires: libxml2 = %{version}-%{release} Requires: zlib-devel Requires: pkgconfig @@ -44,8 +44,8 @@ URI library. %package python Summary: Python bindings for the libxml2 library Group: Development/Libraries -Requires: libxml2 = %{version} -Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`) +Requires: libxml2 = %{version}-%{release} +Requires: python %description python The libxml2-python package contains a module that permits applications @@ -128,6 +128,6 @@ rm -fr %{buildroot} %doc doc/python.html %changelog -* Tue Jun 12 2007 Daniel Veillard -- upstream release 2.6.29 see http://xmlsoft.org/news.html +* Thu Aug 23 2007 Daniel Veillard +- upstream release 2.6.30 see http://xmlsoft.org/news.html -- cgit v1.2.3