clean up spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Harness?expand=0&rev=5
This commit is contained in:
parent
81eaa4c372
commit
52900d1f2d
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user