From: Michael Tremer Date: Sun, 8 Jan 2023 17:25:55 +0000 (+0000) Subject: libxslt: Update to 1.1.37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=891254846c86b861e1b7b1d70095d665b79bd859;p=ipfire-3.x.git libxslt: Update to 1.1.37 Signed-off-by: Michael Tremer --- diff --git a/libxslt/libxslt.nm b/libxslt/libxslt.nm index 9bd7154b7..e6d809eb8 100644 --- a/libxslt/libxslt.nm +++ b/libxslt/libxslt.nm @@ -4,14 +4,15 @@ ############################################################################### name = libxslt -version = 1.1.28 +version = %{ver_maj}.37 +ver_maj = 1.1 release = 1 maintainer = Stefan Schantl groups = Development/Libraries -url = http://xmlsoft.org/XSLT/ +url = https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home license = MIT -summary = Library providing the Gnome XSLT engine. +summary = Library providing the Gnome XSLT engine description This C library allows to transform XML files into other XML files @@ -19,15 +20,20 @@ description mechanism. end -source_dl = ftp://xmlsoft.org/libxslt/ +source_dl = https://download.gnome.org/sources/libxslt/%{ver_maj}/ +sources = %{thisapp}.tar.xz build requires libgcrypt-devel libxml2-devel pkg-config + python3-devel zlib-devel end + + configure_options += \ + PYTHON=%{python3} end packages