package init

This commit is contained in:
yeah_wang 2019-12-25 16:04:06 +08:00
parent 637b46d0cf
commit 6ffb838347

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}