delete -S git from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
1858670174
commit
4755a65b06
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Error
|
Name: perl-Error
|
||||||
Version: 0.17029
|
Version: 0.17029
|
||||||
Release: 1
|
Release: 2
|
||||||
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 git
|
BuildRequires: coreutils findutils make
|
||||||
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 -S git
|
%autosetup -n Error-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
@ -62,6 +62,9 @@ make test
|
|||||||
%{_mandir}/man3/Error::Simple.3*
|
%{_mandir}/man3/Error::Simple.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 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
|
* Thu Jan 28 2021 yuanxin <yuanxin24@huawei.com. - 1:0.17029-1
|
||||||
- upgrade version to 0.17029
|
- upgrade version to 0.17029
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user