Compare commits
10 Commits
e0686346b1
...
c7cc847557
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7cc847557 | ||
|
|
87da686b29 | ||
|
|
ac635f4270 | ||
|
|
b11d548e1d | ||
|
|
1adfb5231b | ||
|
|
55905b529f | ||
|
|
0cef64db14 | ||
|
|
514c709e5b | ||
|
|
13eae540e6 | ||
|
|
9e73cc643f |
Binary file not shown.
BIN
Devel-PPPort-3.68.tar.gz
Normal file
BIN
Devel-PPPort-3.68.tar.gz
Normal file
Binary file not shown.
5246
backport-Devel-PPPort-3.68-upgrade-to-3.71.patch
Normal file
5246
backport-Devel-PPPort-3.68-upgrade-to-3.71.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user