rpms/perl-Test-Harness-Straps/F-10 perl-Test-Harness-Straps.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Feb 16 07:21:08 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Test-Harness-Straps/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25613

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Test-Harness-Straps.spec 
Log Message:
* Fri Feb  6 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.30-2
- add requires Test::More



--- NEW FILE perl-Test-Harness-Straps.spec ---
Name:           perl-Test-Harness-Straps
Version:        0.30
Release:        2%{?dist}
Summary:        Detailed analysis of test results
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-Harness-Straps/
Source0:        http://www.cpan.org/authors/id/M/MS/MSCHWERN/Test-Harness-Straps-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Test::Harness is limited to printing out its results. This makes analysis
of the test results difficult for anything but a human. To make it easier
for programs to work with test results, we provide Test::Harness::Straps.
Instead of printing the results, straps provide them as raw data. You can
also configure how the tests are to be run.

%prep
%setup -q -n Test-Harness-Straps-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Feb  6 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.30-2
- add requires Test::More

* Wed Jan 21 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.30-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Harness-Straps/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Feb 2009 00:46:11 -0000	1.1
+++ .cvsignore	16 Feb 2009 07:20:38 -0000	1.2
@@ -0,0 +1 @@
+Test-Harness-Straps-0.30.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Harness-Straps/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Feb 2009 00:46:11 -0000	1.1
+++ sources	16 Feb 2009 07:20:38 -0000	1.2
@@ -0,0 +1 @@
+b72c0aa8950a6dfc1908b884fc768577  Test-Harness-Straps-0.30.tar.gz




More information about the Fedora-perl-devel-list mailing list