Remove perl(MODULE_COMPAT), it will be replaced by generators
This commit is contained in:
parent
fd1a4a41c1
commit
ca6535ed59
@ -15,7 +15,6 @@ Summary: HTML formatter modules
|
|||||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||||
URL: https://metacpan.org/release/%{tarname}
|
URL: https://metacpan.org/release/%{tarname}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/N/NI/NIGELM/%{tarname}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/N/NI/NIGELM/%{tarname}-%{version}.tar.gz
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -65,7 +64,6 @@ A collection of modules that formats HTML as plaintext, PostScript or RTF.
|
|||||||
%if "%{version}" > "2.12"
|
%if "%{version}" > "2.12"
|
||||||
%package -n perl-%{tarname}
|
%package -n perl-%{tarname}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
||||||
# These must match
|
# These must match
|
||||||
# FontFamilies in lib/HTML/FormatPS.pm
|
# FontFamilies in lib/HTML/FormatPS.pm
|
||||||
Requires: perl(Font::Metrics::Courier)
|
Requires: perl(Font::Metrics::Courier)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user