1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2026-01-07 21:58:22 +03:00

- configure.in libxslt.spec.in: released 0.11.0

Daniel
This commit is contained in:
Daniel Veillard
2001-06-01 09:32:02 +00:00
parent 9a207d6d09
commit 455cbbcdc3
3 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
Fri Jun 1 11:30:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* configure.in libxslt.spec.in: released 0.11.0
Mon May 28 12:54:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* libxslt/transform.c: William M. Brack found a small bug

View File

@@ -1,7 +1,7 @@
AC_INIT(libxslt/xslt.c)
LIBXSLT_MAJOR_VERSION=0
LIBXSLT_MINOR_VERSION=10
LIBXSLT_MINOR_VERSION=11
LIBXSLT_MICRO_VERSION=0
PACKAGE=libxslt
@@ -126,7 +126,7 @@ dnl
dnl find libxml
dnl
XML_CONFIG="xml2-config"
AC_MSG_CHECKING(for libxml libraries >= 2.3.8)
AC_MSG_CHECKING(for libxml libraries >= 2.3.10)
if test "x$LIBXML_PREFIX" != "x"
then
if ${LIBXML_PREFIX}/bin/xml2-config --libs print > /dev/null 2>&1
@@ -143,13 +143,13 @@ dnl
if test "x$XML_CONFIG" != "x"
then
vers=`$XML_CONFIG --version | sed -e 's/libxml //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
if test "$vers" -ge 2003008
if test "$vers" -ge 2003010
then
LIBXML_LIBS="`$XML_CONFIG --libs`"
LIBXML_CFLAGS="`$XML_CONFIG --cflags`"
AC_MSG_RESULT(found)
else
AC_MSG_ERROR(You need at least libxml2 2.3.8 for this version of libxslt)
AC_MSG_ERROR(You need at least libxml2 2.3.10 for this version of libxslt)
fi
else
AC_MSG_ERROR(Could not find libxml2 anywhere, check ftp://xmlsoft.org/.)

View File

@@ -10,7 +10,7 @@ Copyright: LGPL
Group: Development/Libraries
Source: ftp://xmlsoft.org/XSLT/libxslt-%{ver}.tar.gz
BuildRoot: /var/tmp/libxslt-%{PACKAGE_VERSION}-root
Requires: libxml2 >= 2.3.8
Requires: libxml2 >= 2.3.10
URL: http://xmlsoft.org/XSLT/
Docdir: %{prefix}/doc
@@ -25,7 +25,7 @@ installed.
Summary: Libraries, includes, etc. to develop XML and HTML applications
Group: Development/Libraries
Requires: libxslt = %{version}
Requires: libxml2-devel >= 2.3.8
Requires: libxml2-devel >= 2.3.10
%description devel
This C library allows to transform XML files into other XML files