Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
7f03de61ca
!16 [sync] PR-14: 【轻量级 PR】:define mod_name to opitomize the specfile
From: @openeuler-sync-bot 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-10-26 08:29:59 +00:00
zhoushuiqing
452ef5264d define mod_name to opitomize the specfile
(cherry picked from commit b6502c5df99360c55118edc16ef380aeaa5d7a0c)
2022-10-25 19:37:51 +08:00
openeuler-ci-bot
fa38070f8e
!10 【轻量级 PR】:fix bogus date in %changelog
From: @zhangkea 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-16 08:45:09 +00:00
ut001695
cf7b51b1e9 fix bogus date in %changelog 2022-06-15 16:05:32 +08:00
openeuler-ci-bot
811bc758db !8 [sync] PR-7: update version to 2.183
Merge pull request !8 from openeuler-sync-bot/sync-pr7-master-to-openEuler-22.03-LTS-Next
2021-12-25 10:12:27 +00:00
shixuantong
b9c3968bc9 update version to 2.183
(cherry picked from commit 84059aa0303fdbcae339cc4e71769588ddc6dc55)
2021-12-20 12:32:44 +08:00
openeuler-ci-bot
3cae69b866 !6 add buildrequests gcc
From: @wcc_140409
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-07-02 01:56:32 +00:00
19909236985
a6915125f8 add buildrequers gcc 2021-06-29 10:09:14 +08:00
openeuler-ci-bot
84b5843972 !4 update to 2.173
Merge pull request !4 from 桐小哥/master
2020-07-29 00:53:33 +08:00
sxt1001
6039382953 update to 2.173 2020-07-23 11:03:20 +08:00
3 changed files with 20 additions and 7 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,13 +1,14 @@
Name: perl-Data-Dumper
Version: 2.172
Release: 4
%define mod_name Data-Dumper
Name: perl-%{mod_name}
Version: 2.183
Release: 2
Summary: Stringified perl data structures, suitable for both printing and eval
License: GPL+ or Artistic
URL: https://metacpan.org/release/Data-Dumper
Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/Data-Dumper-%{version}.tar.gz
URL: https://metacpan.org/release/%{mod_name}
Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/%{mod_name}-%{version}.tar.gz
BuildRequires: make findutils perl-generators perl-interpreter perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::More) >= 0.98
BuildRequires: perl-devel
BuildRequires: perl-devel gcc
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(B::Deparse) perl(bytes) perl(Scalar::Util) perl(XSLoader)
@ -21,7 +22,7 @@ The return value can be evaled to get back an identical copy of the original ref
%package_help
%prep
%autosetup -n Data-Dumper-%{version} -p1
%autosetup -n %{mod_name}-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 OPTIMIZE="%{optflags}"
@ -53,6 +54,18 @@ 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