rpms/perl-Test-Output/devel perl-Test-Output.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Jul 3 16:32:23 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-Test-Output/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7840/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Test-Output.spec 
Log Message:
Initial import.



--- NEW FILE perl-Test-Output.spec ---
Name:           perl-Test-Output
Version:        0.10
Release:        1%{?dist}
Summary:        Utilities to test STDOUT and STDERR messages
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
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
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
* Mon Jul 02 2007 Steven Pritchard <steve at kspei.com> 0.10-1
- Specfile autogenerated by cpanspec 1.71.
- Fix License.
- BR Test::Pod and Test::Pod::Coverage.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Output/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Jul 2007 15:33:55 -0000	1.1
+++ .cvsignore	3 Jul 2007 16:31:47 -0000	1.2
@@ -0,0 +1 @@
+Test-Output-0.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Output/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Jul 2007 15:33:55 -0000	1.1
+++ sources	3 Jul 2007 16:31:47 -0000	1.2
@@ -0,0 +1 @@
+dcf67296e04a41a9f73f70c10fe5f825  Test-Output-0.10.tar.gz




More information about the scm-commits mailing list