commit 8718676f6e17193fca8d34ba1b573a1f0a3d3903 Merge: 1ad1ec4 9597a18 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Mon Feb 28 12:37:30 2011 +0000 Initialize EPEL-4 branch from EPEL-5 and fix trivial rpmlint issues .gitignore | 1 + perl-Test-Output.spec | 61 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 63 insertions(+), 0 deletions(-) --- diff --cc .gitignore index e69de29,c2836ef..a5219bc --- a/.gitignore +++ b/.gitignore @@@ -1,0 -1,1 +1,1 @@@ -Test-Output-0.10.tar.gz ++/Test-Output-0.10.tar.gz diff --cc perl-Test-Output.spec index 0000000,b4351bb..5d982d0 mode 000000,100644..100644 --- a/perl-Test-Output.spec +++ b/perl-Test-Output.spec @@@ -1,0 -1,61 +1,61 @@@ + Name: perl-Test-Output + Version: 0.10 + Release: 2%{?dist} + Summary: Utilities to test STDOUT and STDERR messages -License: GPL or Artistic ++License: GPL+ or Artistic + Group: Development/Libraries + URL: http://search.cpan.org/dist/Test-Output/ -Source0: http://www.cpan.org/authors/id/S/SS/SSORICHE/Test-Output-%{version}.tar.gz ++Source0: http://backpan.perl.org/authors/id/S/SS/SSORICHE/Test-Output-%{version}.tar.gz + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildArch: noarch + BuildRequires: perl(ExtUtils::MakeMaker) + BuildRequires: perl(Sub::Exporter) + BuildRequires: perl(Test::Pod) >= 1.14 + BuildRequires: perl(Test::Pod::Coverage) >= 1.04 + BuildRequires: perl(Test::Tester) >= 0.103 + Requires: perl(Sub::Exporter) + Requires: perl(Test::Tester) >= 0.103 + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + + %description + Test::Output provides a simple interface for testing output sent to STDOUT -or STDERR. A number of different utilies are included to try and be as ++or STDERR. A number of different utilities are included to try to be as + flexible as possible to the tester. + + %prep + %setup -q -n Test-Output-%{version} + + %build + %{__perl} Makefile.PL INSTALLDIRS=vendor + make %{?_smp_mflags} + + %install + rm -rf $RPM_BUILD_ROOT + + make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT + + find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; + find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; + + %{_fixperms} $RPM_BUILD_ROOT/* + + %check + make test + + %clean + rm -rf $RPM_BUILD_ROOT + + %files + %defattr(-,root,root,-) + %doc Changes README + %{perl_vendorlib}/* + %{_mandir}/man3/* + + %changelog + * Thu Jul 05 2007 Steven Pritchard <steve@xxxxxxxxx> 0.10-2 + - Rebuild. + + * Mon Jul 02 2007 Steven Pritchard <steve@xxxxxxxxx> 0.10-1 + - Specfile autogenerated by cpanspec 1.71. + - Fix License. + - BR Test::Pod and Test::Pod::Coverage. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel