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:
committed by
Git OBS Bridge
parent
7b9f258233
commit
e2c1b29618
@@ -25,7 +25,7 @@ Group: Development/Libraries/Python
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Python Bindings for libxml2
|
Summary: Python Bindings for libxml2
|
||||||
Version: 2.7.3
|
Version: 2.7.3
|
||||||
Release: 3
|
Release: 4
|
||||||
Source: libxml2-%{version}.tar.bz2
|
Source: libxml2-%{version}.tar.bz2
|
||||||
Source1: libxml2-python-rpmlintrc
|
Source1: libxml2-python-rpmlintrc
|
||||||
%py_requires
|
%py_requires
|
||||||
|
|||||||
@@ -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
|
Mon Dec 14 16:14:49 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
|||||||
51
libxml2.spec
51
libxml2.spec
@@ -25,7 +25,7 @@ Group: System/Libraries
|
|||||||
Summary: A Library to Manipulate XML Files
|
Summary: A Library to Manipulate XML Files
|
||||||
Url: http://xmlsoft.org
|
Url: http://xmlsoft.org
|
||||||
Version: 2.7.3
|
Version: 2.7.3
|
||||||
Release: 3
|
Release: 4
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
The library also supports RelaxNG. Support for W3C XML Schemas is in
|
||||||
progress.
|
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łoczko <kloczek@pld.org.pl>
|
|
||||||
Tom Tromey <tromey@cygnus.com>
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
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
|
The library also supports RelaxNG. Support for W3C XML Schemas is in
|
||||||
progress.
|
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łoczko <kloczek@pld.org.pl>
|
|
||||||
Tom Tromey <tromey@cygnus.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@@ -152,7 +106,8 @@ Authors:
|
|||||||
--with-fexceptions \
|
--with-fexceptions \
|
||||||
--with-history \
|
--with-history \
|
||||||
--without-python \
|
--without-python \
|
||||||
--enable-ipv6
|
--enable-ipv6 \
|
||||||
|
--with-sax1
|
||||||
make %{?jobs:-j%jobs} DOC_MODULE=packages/%{name}
|
make %{?jobs:-j%jobs} DOC_MODULE=packages/%{name}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|||||||
Reference in New Issue
Block a user