forked from pool/perl-PPIx-Utils
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
3d3323e289 |
3
PPIx-Utils-0.004.tar.gz
Normal file
3
PPIx-Utils-0.004.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:336918d56ac9482d248d2ca6e79ed7f2cc67403fbdecdd73a9c414a034adb3cf
|
||||||
|
size 34740
|
@@ -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>
|
Tue Aug 24 12:22:39 UTC 2021 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-PPIx-Utils
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,21 +18,28 @@
|
|||||||
|
|
||||||
%define cpan_name PPIx-Utils
|
%define cpan_name PPIx-Utils
|
||||||
Name: perl-PPIx-Utils
|
Name: perl-PPIx-Utils
|
||||||
Version: 0.003
|
Version: 0.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# 0.004 -> normalize -> 0.4.0
|
||||||
|
%define cpan_version 0.004
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Utility functions for PPI
|
Summary: Utility functions for PPI
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
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
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(B::Keywords) >= 1.09
|
BuildRequires: perl(B::Keywords) >= 1.90.0
|
||||||
BuildRequires: perl(PPI) >= 1.250
|
BuildRequires: perl(PPI) >= 1.250
|
||||||
BuildRequires: perl(PPI::Dumper)
|
BuildRequires: perl(PPI::Dumper)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
Requires: perl(B::Keywords) >= 1.09
|
Requires: perl(B::Keywords) >= 1.90.0
|
||||||
Requires: perl(PPI) >= 1.250
|
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}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -45,7 +52,7 @@ modules, and have been split off to this distribution for use outside of
|
|||||||
Perl::Critic.
|
Perl::Critic.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user