11
0

3 Commits

5 changed files with 38 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a9bccfc8ead03be01b67248fe8e152522040f798286fa4ef4432b7f2efdba11
size 38028

3
PPIx-Utils-0.004.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:336918d56ac9482d248d2ca6e79ed7f2cc67403fbdecdd73a9c414a034adb3cf
size 34740

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-PPIx-Utils/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-PPIx-Utils)

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 5 05:38:56 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.4.0 (0.004)
see /usr/share/doc/packages/perl-PPIx-Utils/Changes
0.004 2025-05-04 05:14:24 EDT
- Update LICENSE text
-------------------------------------------------------------------
Tue Aug 24 12:22:39 UTC 2021 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-PPIx-Utils
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2025 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,29 @@
%define cpan_name PPIx-Utils
Name: perl-PPIx-Utils
Version: 0.003
Version: 0.4.0
Release: 0
# 0.004 -> normalize -> 0.4.0
%define cpan_version 0.004
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Utility functions for PPI
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{cpan_version}.tar.gz
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(B::Keywords) >= 1.09
BuildRequires: perl(B::Keywords) >= 1.90.0
BuildRequires: perl(PPI) >= 1.250
BuildRequires: perl(PPI::Dumper)
BuildRequires: perl(Test::More) >= 0.88
Requires: perl(B::Keywords) >= 1.09
Requires: perl(B::Keywords) >= 1.90.0
Requires: perl(PPI) >= 1.250
Provides: perl(PPIx::Utils) = %{version}
Provides: perl(PPIx::Utils::Classification) = %{version}
Provides: perl(PPIx::Utils::Language) = %{version}
Provides: perl(PPIx::Utils::Traversal) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -45,7 +53,7 @@ modules, and have been split off to this distribution for use outside of
Perl::Critic.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor