From 175f4741ebd65b64017dff7ebd39f8b4ae6a62e4ed6255ea079e07fcd7ddc3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Fri, 26 Jul 2024 21:45:41 +0000 Subject: [PATCH] Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parser-MGC?expand=0&rev=9 --- perl-Parser-MGC.spec | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/perl-Parser-MGC.spec b/perl-Parser-MGC.spec index 8f104b1..cb9badd 100644 --- a/perl-Parser-MGC.spec +++ b/perl-Parser-MGC.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Parser-MGC # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,21 +18,26 @@ %define cpan_name Parser-MGC Name: perl-Parser-MGC -Version: 0.21 +Version: 0.210.0 Release: 0 +# 0.21 -> normalize -> 0.210.0 +%define cpan_version 0.21 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Build simple recursive-descent parsers URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Feature::Compat::Try) -BuildRequires: perl(Module::Build) >= 0.400400 +BuildRequires: perl(Module::Build) >= 0.4004 BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.88 Requires: perl(Feature::Compat::Try) +Provides: perl(Parser::MGC) = %{version} +Provides: perl(Parser::MGC::Examples::EvaluateExpression) +%undefine __perllib_provides %{perl_requires} %description @@ -47,17 +52,17 @@ can be used to build up a possibly-recursive grammar structure, by applying a structure around other parts of parsing code. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build -perl Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +perl Build.PL --installdirs=vendor +./Build build --flags=%{?_smp_mflags} %check ./Build test %install -./Build install destdir=%{buildroot} create_packlist=0 +./Build install --destdir=%{buildroot} --create_packlist=0 %perl_gen_filelist %files -f %{name}.files