document that libwmf bundles a modified old copy of gd 2.0.1 beta

as per https://fedoraproject.org/wiki/Bundled_Libraries#Requirement_if_you_bundle

see src/extra/gd/readme.txt "This is gd 2.0.1 BETA" so declare 2.0.0 as
earliest version
This commit is contained in:
Caolán McNamara 2021-05-18 12:34:51 +01:00
parent b896fa0919
commit b56e09d6f7

View File

@ -1,7 +1,7 @@
Summary: Windows MetaFile Library
Name: libwmf
Version: 0.2.12
Release: 5%{?dist}
Release: 6%{?dist}
#libwmf is under the LGPLv2+, however...
#1. The tarball contains an old version of the urw-fonts under GPL+.
# Those fonts are not installed
@ -11,6 +11,8 @@ License: LGPLv2+ and GPLv2+ and GPL+
Source: https://github.com/caolanm/libwmf/archive/v%{version}.tar.gz
URL: https://github.com/caolanm/libwmf
Provides: bundled(gd) = 2.0.0
Requires: urw-fonts
Requires: %{name}-lite = %{version}-%{release}
@ -92,6 +94,10 @@ sed -i $RPM_BUILD_ROOT%{_datadir}/libwmf/fonts/fontmap -e 's#libwmf/fonts#fonts/
%changelog
* Tue May 18 2021 Caolán McNamara <caolanm@redhat.com> - 0.2.12-6
- document that libwmf bundles a modified old copy of gd 2.0.1
https://fedoraproject.org/wiki/Bundled_Libraries#Requirement_if_you_bundle
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.12-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild