psabata pushed to perl-Dist-Zilla-App-Command-cover (f23). "Initial import (#1268920)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Oct 7 12:29:29 UTC 2015


From 66de74858703370582dceea84d27952c0c8922f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Wed, 7 Oct 2015 14:28:05 +0200
Subject: Initial import (#1268920)

---
 .gitignore                             |  1 +
 perl-Dist-Zilla-App-Command-cover.spec | 57 ++++++++++++++++++++++++++++++++++
 sources                                |  1 +
 3 files changed, 59 insertions(+)
 create mode 100644 perl-Dist-Zilla-App-Command-cover.spec

diff --git a/.gitignore b/.gitignore
index e69de29..dd73c38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Dist-Zilla-App-Command-cover-1.101001.tar.gz
diff --git a/perl-Dist-Zilla-App-Command-cover.spec b/perl-Dist-Zilla-App-Command-cover.spec
new file mode 100644
index 0000000..3e43818
--- /dev/null
+++ b/perl-Dist-Zilla-App-Command-cover.spec
@@ -0,0 +1,57 @@
+Name:           perl-Dist-Zilla-App-Command-cover
+Version:        1.101001
+Release:        1%{?dist}
+Summary:        Code coverage metrics for your distribution
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/Dist-Zilla-App-Command-cover/
+Source0:        http://www.cpan.org/authors/id/D/DO/DOHERTY/Dist-Zilla-App-Command-cover-%{version}.tar.gz
+BuildArch:      noarch
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+# XXX: BuildRequires:  perl-Devel-Cover
+BuildRequires:  perl(Dist::Zilla::App)
+# XXX: BuildRequires:  perl(File::chdir)
+# XXX: BuildRequires:  perl(File::Temp)
+# XXX: BuildRequires:  perl(Path::Class)
+# Tests only
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
+Requires:       perl-Devel-Cover
+Requires:       perl(File::chdir)
+Requires:       perl(File::Temp)
+Requires:       perl(Path::Class)
+
+%description
+This is a command plugin for Dist::Zilla. It provides the cover command,
+which generates code coverage metrics for your distribution using
+Devel::Cover.
+
+%prep
+%setup -q -n Dist-Zilla-App-Command-cover-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Oct 05 2015 Petr Ĺ abata <contyk at redhat.com> 1.101001-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..37c59c9 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e0d76630a6e20877e274eab7eb3a8955  Dist-Zilla-App-Command-cover-1.101001.tar.gz
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-Dist-Zilla-App-Command-cover.git/commit/?h=f23&id=66de74858703370582dceea84d27952c0c8922f0


More information about the perl-devel mailing list