SHA256
8
0
forked from pool/libxml2

Updating link to change in openSUSE:Factory/libxml2 revision 25.0

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxml2?expand=0&rev=cbabc86bfa2655be8ce56e13794996a5
This commit is contained in:
OBS User buildservice-autocommit
2010-03-18 21:52:34 +00:00
committed by Git OBS Bridge
parent 7b9f258233
commit e2c1b29618
3 changed files with 9 additions and 49 deletions

View File

@@ -25,7 +25,7 @@ Group: Development/Libraries/Python
AutoReqProv: on
Summary: Python Bindings for libxml2
Version: 2.7.3
Release: 3
Release: 4
Source: libxml2-%{version}.tar.bz2
Source1: libxml2-python-rpmlintrc
%py_requires

View File

@@ -1,3 +1,8 @@
------------------------------------------------------------------
Mon Feb 22 22:11:00 CET 2010 - mrdocs@opensuse.org
- add sax parser option compiled in
-------------------------------------------------------------------
Mon Dec 14 16:14:49 CET 2009 - jengelh@medozas.de

View File

@@ -25,7 +25,7 @@ Group: System/Libraries
Summary: A Library to Manipulate XML Files
Url: http://xmlsoft.org
Version: 2.7.3
Release: 3
Release: 4
Source: %{name}-%{version}.tar.bz2
Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -50,29 +50,6 @@ implement them: DOM, FTP client, HTTP client, and SAX.
The library also supports RelaxNG. Support for W3C XML Schemas is in
progress.
Authors:
--------
Daniel Veillard <Daniel.Veillard@imag.fr>
Alejandro Forero <bachue@bachue.com>
Chris Lahey <clahey@umich.edu>
Christopher Blizzard <blizzard@appliedtheory.com>
James Henstridge <james@daa.com.au>
Jody Goldberg <jgoldberg@home.com>
Manish Vachharajani <mvachhar@vger.rutgers.edu>
Martin Baulig <baulig@suse.de>
Michael Meeks <michael@edenproject.org>
Miguel de Icaza <miguel@nuclecu.unam.mx>
Nuno Ferreira <nmrf@rnl.ist.utl.pt>
Raja R Harinath <harinath@cs.umn.edu>
Ramiro Estrugo <ramiro@eazel.com>
Raph Levien <raph@acm.org>
Sven Heinicke <sven@zen.org>
Timur Bakeyev <mc@bat.ru>
Tomasz K&#322;oczko <kloczek@pld.org.pl>
Tom Tromey <tromey@cygnus.com>
%package devel
License: MIT License (or similar)
Summary: Include Files and Libraries mandatory for Development
@@ -120,29 +97,6 @@ implement them: DOM, FTP client, HTTP client, and SAX.
The library also supports RelaxNG. Support for W3C XML Schemas is in
progress.
Authors:
--------
Daniel Veillard <Daniel.Veillard@imag.fr>
Alejandro Forero <bachue@bachue.com>
Chris Lahey <clahey@umich.edu>
Christopher Blizzard <blizzard@appliedtheory.com>
James Henstridge <james@daa.com.au>
Jody Goldberg <jgoldberg@home.com>
Manish Vachharajani <mvachhar@vger.rutgers.edu>
Martin Baulig <baulig@suse.de>
Michael Meeks <michael@edenproject.org>
Miguel de Icaza <miguel@nuclecu.unam.mx>
Nuno Ferreira <nmrf@rnl.ist.utl.pt>
Raja R Harinath <harinath@cs.umn.edu>
Ramiro Estrugo <ramiro@eazel.com>
Raph Levien <raph@acm.org>
Sven Heinicke <sven@zen.org>
Timur Bakeyev <mc@bat.ru>
Tomasz K&#322;oczko <kloczek@pld.org.pl>
Tom Tromey <tromey@cygnus.com>
%prep
%setup -q
@@ -152,7 +106,8 @@ Authors:
--with-fexceptions \
--with-history \
--without-python \
--enable-ipv6
--enable-ipv6 \
--with-sax1
make %{?jobs:-j%jobs} DOC_MODULE=packages/%{name}
%install