rpms/perl-TAP-Harness/F-8 import.log, NONE, 1.1 perl-TAP-Harness.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lubomir Rintel (lkundrak) fedora-extras-commits at redhat.com
Thu Jun 12 17:18:03 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/perl-TAP-Harness/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14254/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-TAP-Harness.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
perl-TAP-Harness-3_10-1_el5:F-8:perl-TAP-Harness-3.10-1.el5.src.rpm:1213290643


--- NEW FILE perl-TAP-Harness.spec ---
Name:           perl-TAP-Harness
Version:        3.10
Release:        1%{?dist}
Summary:        Run Perl standard test scripts with statistics
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-Harness/
Source0:        http://www.cpan.org/authors/id/A/AN/ANDYA/Test-Harness-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))


%description
Run Perl tests and output formatted results with statistics.


%prep
%setup -q -n Test-Harness-%{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 Changes-2.64 README
%{perl_vendorlib}/*
%{_mandir}/man3/*
# These do conflict with Test::Harness that is part of perl
%exclude %{_mandir}/man3/Test::Harness*
%exclude %{_mandir}
%exclude %{_mandir}/man1/prove*
%exclude %{_bindir}
%exclude %{_bindir}/prove
%exclude %{perl_vendorlib}/Test
# App::Prove is kind of useless when we don't ship prove included
# in this package
%exclude %{perl_vendorlib}/App


%changelog
* Mon Jun 02 2008 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 3.10-1
- Specfile autogenerated by cpanspec 1.75.
- Fix description
- Exclude Test::Harness


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-TAP-Harness/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Jun 2008 16:07:36 -0000	1.1
+++ .cvsignore	12 Jun 2008 17:17:13 -0000	1.2
@@ -0,0 +1 @@
+Test-Harness-3.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-TAP-Harness/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Jun 2008 16:07:36 -0000	1.1
+++ sources	12 Jun 2008 17:17:13 -0000	1.2
@@ -0,0 +1 @@
+69b6f90a01448583f0f9bf484daceed8  Test-Harness-3.10.tar.gz




More information about the fedora-extras-commits mailing list