]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libxslt: Update to 1.1.37
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Jan 2023 17:25:55 +0000 (17:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Jan 2023 17:25:55 +0000 (17:25 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libxslt/libxslt.nm

index 9bd7154b71a94c49b22744e73cba78cb7a112c96..e6d809eb871a49a2b14f773152ead522abcc44d0 100644 (file)
@@ -4,14 +4,15 @@
 ###############################################################################
 
 name       = libxslt
-version    = 1.1.28
+version    = %{ver_maj}.37
+ver_maj    = 1.1
 release    = 1
 
 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
 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