Compare commits

..

No commits in common. "ed6cd98b22d2cd40255ff22e44ca3b9d8e1b1491" and "5943a905b06b79f774ab65d24f1acb031e0e8298" have entirely different histories.

3 changed files with 7 additions and 20 deletions

BIN
Data-Dumper-2.172.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,13 @@
%define mod_name Data-Dumper
Name: perl-%{mod_name}
Version: 2.183
Release: 2
Name: perl-Data-Dumper
Version: 2.172
Release: 4
Summary: Stringified perl data structures, suitable for both printing and eval
License: GPL+ or Artistic
URL: https://metacpan.org/release/%{mod_name}
Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/%{mod_name}-%{version}.tar.gz
URL: https://metacpan.org/release/Data-Dumper
Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/Data-Dumper-%{version}.tar.gz
BuildRequires: make findutils perl-generators perl-interpreter perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::More) >= 0.98
BuildRequires: perl-devel gcc
BuildRequires: perl-devel
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(B::Deparse) perl(bytes) perl(Scalar::Util) perl(XSLoader)
@ -22,7 +21,7 @@ The return value can be evaled to get back an identical copy of the original ref
%package_help
%prep
%autosetup -n %{mod_name}-%{version} -p1
%autosetup -n Data-Dumper-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 OPTIMIZE="%{optflags}"
@ -54,18 +53,6 @@ make test
%{_mandir}/*/*
%changelog
* Tue Oct 25 2022 zhoushuiqing <zhoushuiqing2@huawei.com> - 2.183-2
- define mod_name to opitomize the specfile
* Mon Nov 22 2021 shixuantong <shixuantong@huawei.com> - 2.183-1
- update version to 2.183
* Tue Jun 29 2021 wuchaochao <wuchaochao4@huawei.com> - 2.173-2
- add buildrequers gcc
* Thu Jul 23 2020 shixuantong <shixuantong@huawei.com> - 2.173-1
- update to 2.173-1
* Wed May 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.172-4
- Add build requires of perl-devel