From 0853f41a6cf95cbb46825b9dd34eb6ddb9b3d4ee Mon Sep 17 00:00:00 2001 From: Sandro Date: Apr 04 2024 12:15:36 +0000 Subject: Drop dependency on Monotone Monotone depends on botan v1, which is no longer maintained. Migrate to SPDX license. --- diff --git a/ikiwiki.spec b/ikiwiki.spec index 5025e82..9b4cab8 100644 --- a/ikiwiki.spec +++ b/ikiwiki.spec @@ -1,11 +1,12 @@ Name: ikiwiki Version: 3.20200202.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A wiki compiler # ikiwiki is licensed under GPLv2+, the Python code in plugins/ under # BSD (2-clause) -License: GPLv2+ and BSD +# SPDX +License: GPL-2.0-or-later AND BSD-2-Clause URL: http://ikiwiki.info/ Source0: http://ftp.debian.org/debian/pool/main/i/%{name}/%{name}_%{version}.orig.tar.xz Patch0: ikiwiki-libexecdir.patch @@ -164,6 +165,10 @@ cat << \EOF > README.fedora See http://ikiwiki.info/w3mmode/ for more information. EOF +# Drop Monotone plugin +# Monotone depends on botan v1, which has been EOL for a long time +rm -v IkiWiki/Plugin/monotone.pm + %build %{__perl} Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix} @@ -244,6 +249,10 @@ meta-wrapper in this package. %changelog +* Thu Apr 04 2024 Sandro - 3.20200202.4-2 +- Drop dependency on Monotone +- Migrate to SPDX license + * Fri Mar 22 2024 Jens Petersen - 3.20200202.4-1 - update to 3.20200202.4