############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = libxslt version = %{ver_maj}.37 ver_maj = 1.1 release = 1.1 maintainer = Stefan Schantl groups = Development/Libraries url = https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home license = MIT summary = Library providing the Gnome XSLT engine description This C library allows to transform XML files into other XML files (or HTML, text, ...) using the standard XSLT stylesheet transformation mechanism. end 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 package %{name} package %{name}-devel template DEVEL end package %{name}-debuginfo template DEBUGINFO end end