summaryrefslogtreecommitdiff
path: root/libxml2.spec
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2007-08-26 10:38:52 +0200
committerMike Hommey <glandium@debian.org>2007-08-26 10:38:52 +0200
commitc69572cb9f2467259a73de64c08e141f21f17fa8 (patch)
treeb0ac225bcbeea038aaa7db22f0ebb7786d07a391 /libxml2.spec
parent58f9d16e3a77d5207d9ccc413b61e2cb45190018 (diff)
downloadlibxml2-c69572cb9f2467259a73de64c08e141f21f17fa8.tar.gz
Load /tmp/libxml2-2.6.30 intoupstream/2.6.30.dfsg
libxml2/branches/upstream/current.
Diffstat (limited to 'libxml2.spec')
-rw-r--r--libxml2.spec12
1 files changed, 6 insertions, 6 deletions
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 <veillard@redhat.com>
-- upstream release 2.6.29 see http://xmlsoft.org/news.html
+* Thu Aug 23 2007 Daniel Veillard <veillard@redhat.com>
+- upstream release 2.6.30 see http://xmlsoft.org/news.html