!2 Package init

Merge pull request !2 from yeah_wang/apple
This commit is contained in:
openeuler-ci-bot 2019-12-25 17:03:21 +08:00 committed by Gitee
commit 7c958182bd

View File

@ -49,7 +49,7 @@ For information on the YAML syntax, please refer to the YAML specification.
%package_help
%prep
%autosetup -n YAML-%{version}
%autosetup -n YAML-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
@ -58,9 +58,6 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%install
%make_install
%prep
%autosetup -n YAML-%{version}
%check
# Avoid circular build deps Test::YAML → Test::Base → YAML when bootstrapping
%if %{with perl_YAML_enables_test} && !%{defined perl_bootstrap}