Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
ed6cd98b22
!14 【轻量级 PR】:define mod_name to opitomize the specfile
From: @ZhouShuiQing 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-10-25 11:37:40 +00:00
zhoushuiqing
b6502c5df9
define mod_name to opitomize the specfile 2022-10-25 02:24:15 +00:00
openeuler-ci-bot
8eab2aedfd
!9 【轻量级 PR】:fix bogus date in %changelog
From: @zhangkea 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-16 08:45:20 +00:00
ut001695
7b1de983fc fix bogus date in %changelog 2022-06-15 16:01:57 +08:00
openeuler-ci-bot
4d43cd8eda !7 update version to 2.183
From: @tong_1001
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-11-28 06:44:23 +00:00
shixuantong
84059aa030 update version to 2.183 2021-11-22 20:50:43 +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