From 6910c18c7575a1cd17d5ca20ee152fd124e2f7fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Tue, 25 Apr 2017 18:00:42 +0200
Subject: Import
---
.gitignore | 1 +
perl-Test-WriteVariants.spec | 63 ++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 65 insertions(+)
create mode 100644 perl-Test-WriteVariants.spec
diff --git a/.gitignore b/.gitignore
index e69de29..0f98d7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Test-WriteVariants-0.012.tar.gz
diff --git a/perl-Test-WriteVariants.spec b/perl-Test-WriteVariants.spec
new file mode 100644
index 0000000..a63777d
--- /dev/null
+++ b/perl-Test-WriteVariants.spec
@@ -0,0 +1,63 @@
+Name: perl-Test-WriteVariants
+Version: 0.012
+Release: 1%{?dist}
+Summary: Dynamic generation of tests in nested combinations of contexts
+License: GPL+ or Artistic
+URL: http://search.cpan.org/dist/Test-WriteVariants/
+Source0:
http://www.cpan.org/authors/id/R/RE/REHSACK/Test-WriteVariants-%{version}.tar.gz
+BuildArch: noarch
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-generators
+BuildRequires: perl(:VERSION) >= 5.6
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+# Run-time:
+BuildRequires: perl(base)
+BuildRequires: perl(Carp)
+BuildRequires: perl(Data::Dumper)
+BuildRequires: perl(Data::Tumbler) >= 0.002
+BuildRequires: perl(File::Basename)
+BuildRequires: perl(File::Path)
+BuildRequires: perl(Module::Pluggable::Object) >= 4.9
+# Tests:
+BuildRequires: perl(Test::Directory) >= 0.041
+BuildRequires: perl(Test::More) >= 0.88
+BuildRequires: perl(Test::Most)
+Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires: perl(Data::Dumper)
+Requires: perl(Data::Tumbler) >= 0.002
+Requires: perl(Module::Pluggable::Object) >= 4.9
+
+# Remove under-specified dependencies
+%global __requires_exclude
%{?__requires_exclude:%{__requires_exclude}|}^perl\\((Data::Tumbler|Module::Pluggable::Object)\\)$
+
+%description
+This is a library for generating Perl tests for every possible combination of
+contexts. The output is another set of Perl test files.
+
+%prep
+%setup -q -n Test-WriteVariants-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license ARTISTIC-1.0 GPL-1 GPL-2.0 LICENSE
+# TODO is empty
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Apr 21 2017 Petr Pisar <[email protected]> 0.012-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..75df6c7 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (Test-WriteVariants-0.012.tar.gz) =
b143e670a9141be8f78222bcf6d0468b7934aa3fa8898697375b9f4051fdf48d11bf54f1ce5350842856c2152e986a155842fbd26d06400e2b3c5a76c14b3c79
--
cgit v1.1
https://src.fedoraproject.org/cgit/perl-Test-WriteVariants.git/commit/?h=master&id=6910c18c7575a1cd17d5ca20ee152fd124e2f7fb
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]