Accepting request 1234003 from devel:languages:perl:autoupdate
- updated to 0.600.0 (0.60) see /usr/share/doc/packages/perl-Data-DPath/Changes 0.60 2024-09-29 - avoid deprecated smartmatch for most tests [GH #29, Graham Knop] OBS-URL: https://build.opensuse.org/request/show/1234003 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-DPath?expand=0&rev=13
This commit is contained in:
@@ -18,9 +18,10 @@
|
||||
|
||||
%define cpan_name Data-DPath
|
||||
Name: perl-Data-DPath
|
||||
Version: 0.590.0
|
||||
Version: 0.600.0
|
||||
Release: 0
|
||||
%define cpan_version 0.59
|
||||
# 0.60 -> normalize -> 0.600.0
|
||||
%define cpan_version 0.60
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: DPath is not XPath!
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -47,13 +48,13 @@ Requires: perl(Safe) >= 2.30
|
||||
Requires: perl(Sub::Exporter)
|
||||
Requires: perl(Text::Balanced) >= 2.02
|
||||
Requires: perl(aliased) >= 0.33
|
||||
Provides: perl(Data::DPath) = 0.590.0
|
||||
Provides: perl(Data::DPath::Attrs) = 0.590.0
|
||||
Provides: perl(Data::DPath::Context) = 0.590.0
|
||||
Provides: perl(Data::DPath::Filters) = 0.590.0
|
||||
Provides: perl(Data::DPath::Path) = 0.590.0
|
||||
Provides: perl(Data::DPath::Point) = 0.590.0
|
||||
Provides: perl(Data::DPath::Step) = 0.590.0
|
||||
Provides: perl(Data::DPath) = %{version}
|
||||
Provides: perl(Data::DPath::Attrs) = %{version}
|
||||
Provides: perl(Data::DPath::Context) = %{version}
|
||||
Provides: perl(Data::DPath::Filters) = %{version}
|
||||
Provides: perl(Data::DPath::Path) = %{version}
|
||||
Provides: perl(Data::DPath::Point) = %{version}
|
||||
Provides: perl(Data::DPath::Step) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
@@ -63,6 +64,8 @@ DPath is not XPath!
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
Reference in New Issue
Block a user