package init
This commit is contained in:
parent
637b46d0cf
commit
6ffb838347
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user