2024-08-08 19:37:49 +00:00
committed by Git OBS Bridge
parent 76c6ab0429
commit af351fb1a0

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Data-Dmp # spec file for package perl-Data-Dmp
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2024 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,12 +18,14 @@
%define cpan_name Data-Dmp %define cpan_name Data-Dmp
Name: perl-Data-Dmp Name: perl-Data-Dmp
Version: 0.242 Version: 0.242.0
Release: 0 Release: 0
# 0.242 -> normalize -> 0.242.0
%define cpan_version 0.242
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Dump Perl data structures as Perl code Summary: Dump Perl data structures as Perl code
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
@@ -31,6 +33,8 @@ BuildRequires: perl-macros
BuildRequires: perl(Regexp::Stringify) BuildRequires: perl(Regexp::Stringify)
BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Test::More) >= 0.98
Requires: perl(Regexp::Stringify) Requires: perl(Regexp::Stringify)
Provides: perl(Data::Dmp) = %{version}
%undefine __perllib_provides
%{perl_requires} %{perl_requires}
%description %description
@@ -46,8 +50,9 @@ that I don't need, particularly the pretty formatting stuffs) and added
some features that I need like proper regex dumping and coderef deparsing. some features that I need like proper regex dumping and coderef deparsing.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor