Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
c7cc847557
!14 Upgrade version to 3.71
From: @zhang-yao-2022 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2024-01-26 03:01:12 +00:00
zhangyao
87da686b29 Upgrade version to 3.71 2024-01-25 20:12:25 +08:00
openeuler-ci-bot
ac635f4270
!13 upgrade to version 3.68
From: @leeffo 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-07-31 06:44:36 +00:00
leeffo
b11d548e1d upgrade to version 3.68 2023-07-17 15:41:02 +08:00
openeuler-ci-bot
1adfb5231b
!10 【轻量级 PR】:添加%{mod_name}宏
From: @hongjinghao 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-10-31 11:30:56 +00:00
hongjinghao
55905b529f
添加%{mod_name}宏
添加%{mod_name}宏

Signed-off-by: hongjinghao <hongjinghao@huawei.com>
2022-10-31 09:12:41 +00:00
openeuler-ci-bot
0cef64db14
!7 【轻量级 PR】:fix bogus date in %changelog
From: @zhangkea 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-16 08:44:58 +00:00
ut001695
514c709e5b fix bogus date in %changelog 2022-06-15 16:09:51 +08:00
openeuler-ci-bot
13eae540e6 !5 upgrade version to 3.63
From: @tong_1001
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-11-28 06:43:56 +00:00
shixuantong
9e73cc643f upgrade version to 3.63 2021-11-23 11:53:10 +08:00
4 changed files with 5273 additions and 8 deletions

Binary file not shown.

BIN
Devel-PPPort-3.68.tar.gz Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,16 @@
Name: perl-Devel-PPPort
Version: 3.62
%global base_version 3.68
%define mod_name Devel-PPPort
Name: perl-%{mod_name}
Version: 3.71
Release: 1
Summary: Perl Pollution Portability header generator
License: GPL+ or Artistic
URL: https://metacpan.org/release/Devel-PPPort
Source0: https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Devel-PPPort-%{version}.tar.gz
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/%{mod_name}
Source0: https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/%{mod_name}-%{base_version}.tar.gz
Patch6000: backport-Devel-PPPort-3.68-upgrade-to-3.71.patch
BuildRequires: findutils gcc make perl-devel perl-generators perl-interpreter perl(ExtUtils::MakeMaker) perl(strict) perl(vars)
# For tests:
BuildRequires: perl(Config) perl(DynaLoader) perl(File::Path) perl(Tie::Hash) perl(utf8)
@ -28,7 +34,8 @@ The %{name}-help package contains doc files for %{name}.
%{?perl_default_filter}
%prep
%setup -q -n Devel-PPPort-%{version}
%setup -q -n %{mod_name}-%{base_version}
%patch6000 -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
@ -51,11 +58,23 @@ make test
%{_mandir}/*/*
%changelog
* Thu Jan 25 2024 zhangyao <zhangyao108@huawei.com> - 3.71-1
- upgrade version to 3.71
* Mon Jul 17 2023 leeffo <liweiganga@uniontech.com> - 3.68-1
- upgrade to version 3.68
* Mon Oct 31 2022 hongjinghao <hongjinghao@huawei.com> - 3.63-2
- use %{mod_name} marco
* Tue Nov 23 2021 shixuantong <shixuantong@huawei.com> - 3.63-1
- upgrade version to 3.63
* Wed Jan 27 2021 liudabo <liudabo1@huawei.com> - 3.62-1
- upgrade version to 3.62
* Wed Jul 23 2020 xinghe <xinghe1@huawei.com> - 3.58-1
* Thu Jul 23 2020 xinghe <xinghe1@huawei.com> - 3.58-1
- update version to 3.58
* Thu Sep 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.42-4
* Sat Sep 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.42-4
- Package init