!4 perl-experimental delete -S git from %autosetup, and delete BuildRequires git

From: @chenyanpanHW
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-08-11 09:32:25 +00:00 committed by Gitee
commit 0a666979c0

View File

@ -1,12 +1,12 @@
Name: perl-experimental Name: perl-experimental
Version: 0.022 Version: 0.022
Release: 1 Release: 2
Summary: Experimental features made easy Summary: Experimental features made easy
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/experimental/ URL: http://search.cpan.org/dist/experimental/
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/experimental-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/L/LE/LEONT/experimental-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: make git perl-generators perl-interpreter BuildRequires: make perl-generators perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict) perl(warnings) BuildRequires: perl(strict) perl(warnings)
BuildRequires: perl(Carp) perl(feature) perl(version) BuildRequires: perl(Carp) perl(feature) perl(version)
@ -28,7 +28,7 @@ Requires: man info
Man pages and other related documents for %{name}. Man pages and other related documents for %{name}.
%prep %prep
%autosetup -n experimental-%{version} -p1 -S git %autosetup -n experimental-%{version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@ -50,6 +50,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.022-2
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Wed Jul 2020 xinghe <xinghe1@huawei.com> - 0.022-1 * Wed Jul 2020 xinghe <xinghe1@huawei.com> - 0.022-1
- Package Init - Package Init