[perl-TAP-Harness-Multiple] initial commit

Gerd Pokorra gerd at fedoraproject.org
Tue Nov 22 16:12:50 UTC 2011


commit bf46d6bf9299b052225f4fa8e2fb84a262735cf6
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Tue Nov 22 17:04:36 2011 +0100

    initial commit

 .gitignore                     |    1 +
 perl-TAP-Harness-Multiple.spec |   74 ++++++++++++++++++++++++++++++++++++++++
 sources                        |    1 +
 3 files changed, 76 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..55cb9cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/TAP-Harness-Multiple-0.07.tar.gz
diff --git a/perl-TAP-Harness-Multiple.spec b/perl-TAP-Harness-Multiple.spec
new file mode 100644
index 0000000..d42146f
--- /dev/null
+++ b/perl-TAP-Harness-Multiple.spec
@@ -0,0 +1,74 @@
+Name:           perl-TAP-Harness-Multiple
+Version:        0.07
+Release:        2%{?dist}
+Summary:        TAP::Harness::Multiple Perl module
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/TAP-Harness-Multiple/
+Source0:        http://www.cpan.org/modules/by-module/TAP/TAP-Harness-Multiple-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(IO::CaptureOutput)
+BuildRequires:  perl(TAP::Harness::Archive)
+BuildRequires:  perl(Test::Harness)
+BuildRequires:  perl(Test::Simple)
+Requires:       perl(IO::CaptureOutput)
+Requires:       perl(Test::Simple)
+
+
+%{?perl_default_filter}
+
+
+%description
+This module includes packages for extending the functionality of the
+TAP::Harness and TAP::Harness::Archive modules from CPAN.
+
+
+%prep
+%setup -q -n TAP-Harness-Multiple-%{version}
+
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+
+
+%check
+make test
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc Changes LICENSE README Todo
+%{perl_vendorlib}/TAP/Harness/*
+%{_mandir}/man3/*.3*
+
+
+%changelog
+* Tue Nov 22 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.07-2
+- remove versions from BuildRequires
+
+* Tue Nov 22 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.07-1
+- update to 0.07 that fix the LICENSE issue
+
+* Mon Nov 21 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.06-3
+- "Requires" for running the tests are added
+- add the macro "perl_default_filter"
+
+* Sun Nov 20 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.06-2
+- all "Requires" are removed, only "BuildRequires" are needed in the specfile
+- buildroot is removed, no cleaning of buildroot in "install section"
+
+* Fri Nov 18 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.06-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..12f4820 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3f966b47b92d7a46db7514ea52c0d2e2  TAP-Harness-Multiple-0.07.tar.gz


More information about the scm-commits mailing list