2024-07-26 21:45:41 +00:00
committed by Git OBS Bridge
parent 2804007025
commit 175f4741eb

View File

@@ -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