diff --git a/perl-Readonly.changes b/perl-Readonly.changes index e254df1..93f5568 100644 --- a/perl-Readonly.changes +++ b/perl-Readonly.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 30 14:30:37 UTC 2013 - rschweikert@suse.com + +- eliminate attempt to remove the benchmark test. The new install process + no longer installs the benchmark test into the target tree, thus the + removal of the file to hide it from the package is obsolete. + + Fixes the build failure on all distros + ------------------------------------------------------------------- Tue Nov 26 07:33:04 UTC 2013 - coolo@suse.com diff --git a/perl-Readonly.spec b/perl-Readonly.spec index 580ad25..f866426 100644 --- a/perl-Readonly.spec +++ b/perl-Readonly.spec @@ -32,10 +32,6 @@ BuildRequires: perl-macros BuildRequires: perl(CPAN::Meta) BuildRequires: perl(CPAN::Meta::Prereqs) BuildRequires: perl(Module::Build) >= 0.38 -#BuildRequires: perl(Readonly) -#BuildRequires: perl(Readonly::Array) -#BuildRequires: perl(Readonly::Hash) -#BuildRequires: perl(Readonly::Scalar) Recommends: perl(Readonly::XS) >= 1.06 %{perl_requires} @@ -53,8 +49,6 @@ Facility for creating read-only scalars, arrays, hashes ./Build test %install -# MANUAL -%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/benchmark.pl ./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist