[perl-TAP-SimpleOutput] Import

Petr Pisar ppisar at fedoraproject.org
Mon Oct 29 15:20:32 UTC 2012


commit f64df12f2488b2c28c1817d0b91e42c7f1fb62c0
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Oct 29 16:20:07 2012 +0100

    Import

 .gitignore                 |    1 +
 perl-TAP-SimpleOutput.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++
 sources                    |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6f98a3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/TAP-SimpleOutput-0.001.tar.gz
diff --git a/perl-TAP-SimpleOutput.spec b/perl-TAP-SimpleOutput.spec
new file mode 100644
index 0000000..e89fb09
--- /dev/null
+++ b/perl-TAP-SimpleOutput.spec
@@ -0,0 +1,46 @@
+Name:           perl-TAP-SimpleOutput
+Version:        0.001
+Release:        1%{?dist}
+Summary:        Simple closure-driven TAP generator
+License:        LGPLv2
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/TAP-SimpleOutput/
+Source0:        http://www.cpan.org/authors/id/R/RS/RSRCHBOY/TAP-SimpleOutput-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+# Run-time:
+BuildRequires:  perl(Sub::Exporter)
+# Tests:
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Test::More) >= 0.88
+# Optional tests:
+BuildRequires:  perl(Test::Script) >= 1.05
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+We provide one function, counters(), that returns a number of simple closures
+designed to help output TAP easily and correctly, with a minimum of fuss.
+
+%prep
+%setup -q -n TAP-SimpleOutput-%{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 {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes LICENSE README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Oct 22 2012 Petr Pisar <ppisar at redhat.com> 0.001-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..7d8aebb 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+da9be0d0e662742e17ab2145c9039233  TAP-SimpleOutput-0.001.tar.gz


More information about the scm-commits mailing list