Christian Wittmer 2009-07-25 17:44:35 +00:00 committed by Git OBS Bridge
parent 81eaa4c372
commit 52900d1f2d
2 changed files with 7 additions and 15 deletions

View File

@ -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 Sat Jun 27 15:14:27 CEST 2009 - chris@computersalat.de

View File

@ -39,9 +39,7 @@ Requires: perl = %{perl_version}
Requires: perl(File::Spec) >= 0.8 Requires: perl(File::Spec) >= 0.8
Requires: perl(Pod::Usage) >= 1.12 Requires: perl(Pod::Usage) >= 1.12
#-------------------------------------------------------------------------------
%description %description
#-------------------------------------------------------------------------------
Although, for historical reasons, the Test::Harness distribution takes its name 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 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 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. See TAP::Parser, TAP::Harness for the main documentation for this distribution.
Author: Andy Armstrong <andy@hexten.net> Author: Andy Armstrong <andy@hexten.net>
--------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
%prep %prep
#-------------------------------------------------------------------------------
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
#-------------------------------------------------------------------------------
%build %build
#-------------------------------------------------------------------------------
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%{__make} %{__make}
%check %check
%{__make} test PERL_TEST_POD=1 %{__make} test PERL_TEST_POD=1
#-------------------------------------------------------------------------------
%install %install
#-------------------------------------------------------------------------------
%perl_make_install %perl_make_install
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
#-------------------------------------------------------------------------------
%clean %clean
#-------------------------------------------------------------------------------
%{__rm} -rf $RPM_BUILD_ROOT %{__rm} -rf $RPM_BUILD_ROOT
#-------------------------------------------------------------------------------
%files -f %{name}.files %files -f %{name}.files
#-------------------------------------------------------------------------------
# normally you only need to check for doc files # normally you only need to check for doc files
%defattr(-, root, root) %defattr(-, root, root)
%doc README Changes %doc README Changes
@ -91,7 +78,5 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%exclude /usr/bin/prove %exclude /usr/bin/prove
%exclude %{_mandir}/man?/* %exclude %{_mandir}/man?/*
#-------------------------------------------------------------------------------
%changelog %changelog
#-------------------------------------------------------------------------------