Compare commits
No commits in common. "f8aaac3c305213cacfe8abf8e71b8d0e4168cf0b" and "1d55b5b9adc63faff72661014b4927de477e8dca" have entirely different histories.
f8aaac3c30
...
1d55b5b9ad
BIN
Error-0.17026.tar.gz
Normal file
BIN
Error-0.17026.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Error
|
Name: perl-Error
|
||||||
Version: 0.17029
|
Version: 0.17026
|
||||||
Release: 3
|
Release: 4
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Error/exception handling in an OO-ish way
|
Summary: Error/exception handling in an OO-ish way
|
||||||
License: (GPL+ or Artistic) and MIT
|
License: (GPL+ or Artistic) and MIT
|
||||||
@ -8,7 +8,7 @@ URL: https://metacpan.org/release/Error
|
|||||||
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: coreutils findutils make
|
BuildRequires: coreutils findutils make git
|
||||||
BuildRequires: perl-generators perl-interpreter perl(ExtUtils::MakeMaker)
|
BuildRequires: perl-generators perl-interpreter perl(ExtUtils::MakeMaker)
|
||||||
|
|
||||||
BuildRequires: perl(Carp) perl(Exporter) perl(overload)
|
BuildRequires: perl(Carp) perl(Exporter) perl(overload)
|
||||||
@ -37,7 +37,7 @@ Requires: man
|
|||||||
Man pages and other related documents for %{name}.
|
Man pages and other related documents for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Error-%{version} -p1
|
%autosetup -n Error-%{version} -p1 -S git
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
@ -62,17 +62,5 @@ make test
|
|||||||
%{_mandir}/man3/Error::Simple.3*
|
%{_mandir}/man3/Error::Simple.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 25 2022 jiangchuangang <jiangchuangang@huawei.com> - 1:0.17029-3
|
|
||||||
- fix Epoch missing in changelog
|
|
||||||
|
|
||||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1:0.17029-2
|
|
||||||
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
|
||||||
|
|
||||||
* Thu Jan 28 2021 yuanxin <yuanxin24@huawei.com. - 1:0.17029-1
|
|
||||||
- upgrade version to 0.17029
|
|
||||||
|
|
||||||
* Thu Jul 23 2020 xinghe <xinghe1@huawei.com> - 1:0.17028-1
|
|
||||||
- Package init
|
|
||||||
|
|
||||||
* Sat Sep 14 2019 guiyao <guiyao@huawei.com> - 1:0.17026-4
|
* Sat Sep 14 2019 guiyao <guiyao@huawei.com> - 1:0.17026-4
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user