diff --git a/perl-Test-Harness.changes b/perl-Test-Harness.changes index 299edb6..0908173 100644 --- a/perl-Test-Harness.changes +++ b/perl-Test-Harness.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jul 25 19:44:32 CEST 2009 - chris@computersalat.de + +- spec mods + * removed ^---------- + * removed ^#--------- + ------------------------------------------------------------------- Sat Jun 27 15:14:27 CEST 2009 - chris@computersalat.de diff --git a/perl-Test-Harness.spec b/perl-Test-Harness.spec index 003648b..f202851 100644 --- a/perl-Test-Harness.spec +++ b/perl-Test-Harness.spec @@ -39,9 +39,7 @@ Requires: perl = %{perl_version} Requires: perl(File::Spec) >= 0.8 Requires: perl(Pod::Usage) >= 1.12 -#------------------------------------------------------------------------------- %description -#------------------------------------------------------------------------------- Although, for historical reasons, the Test::Harness distribution takes its name from this module it now exists only to provide TAP::Harness with an interface that is somewhat backwards compatible with Test::Harness 2.xx. If you're @@ -54,36 +52,25 @@ here. Straps is now available as a stand alone module: Test::Harness::Straps. See TAP::Parser, TAP::Harness for the main documentation for this distribution. Author: Andy Armstrong --------------------------------------------------------------------------------- -#------------------------------------------------------------------------------- %prep -#------------------------------------------------------------------------------- %setup -q -n %{cpan_name}-%{version} -#------------------------------------------------------------------------------- %build -#------------------------------------------------------------------------------- CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL %{__make} %check %{__make} test PERL_TEST_POD=1 -#------------------------------------------------------------------------------- %install -#------------------------------------------------------------------------------- %perl_make_install %perl_process_packlist %perl_gen_filelist -#------------------------------------------------------------------------------- %clean -#------------------------------------------------------------------------------- %{__rm} -rf $RPM_BUILD_ROOT -#------------------------------------------------------------------------------- %files -f %{name}.files -#------------------------------------------------------------------------------- # normally you only need to check for doc files %defattr(-, root, root) %doc README Changes @@ -91,7 +78,5 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL %exclude /usr/bin/prove %exclude %{_mandir}/man?/* -#------------------------------------------------------------------------------- %changelog -#-------------------------------------------------------------------------------