diff --git a/perl-YAML.spec b/perl-YAML.spec index 234b6cf..174b324 100644 --- a/perl-YAML.spec +++ b/perl-YAML.spec @@ -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}