jplesnik pushed to perl-Module-Faker (master). "Initial import"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Jul 13 07:07:39 UTC 2015


From aa46dfc2f307acc216b6e64a5ac21f73d667389e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Mon, 13 Jul 2015 09:07:20 +0200
Subject: Initial import


diff --git a/.gitignore b/.gitignore
index e69de29..71cd08b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Module-Faker-0.017.tar.gz
diff --git a/perl-Module-Faker.spec b/perl-Module-Faker.spec
new file mode 100644
index 0000000..26a197d
--- /dev/null
+++ b/perl-Module-Faker.spec
@@ -0,0 +1,66 @@
+Name:           perl-Module-Faker
+Version:        0.017
+Release:        1%{?dist}
+Summary:        Build fake dists for testing CPAN tools
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Module-Faker/
+Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Module-Faker-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Archive::Any::Create)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(CPAN::DistnameInfo)
+BuildRequires:  perl(CPAN::Meta) >= 2.130880
+BuildRequires:  perl(CPAN::Meta::Requirements)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(File::Next)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Moose) >= 0.33
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(Moose::Util::TypeConstraints)
+BuildRequires:  perl(Parse::CPAN::Meta) >= 1.4401
+BuildRequires:  perl(Path::Class) >= 0.06
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(Text::Template)
+BuildRequires:  perl(warnings)
+Requires:       perl(Path::Class) >= 0.06
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Path::Class\\)\s*$
+
+%description
+Module::Faker is a tool for building fake CPAN modules and, perhaps more
+importantly, fake CPAN distributions. These are useful for running tools
+that operate against CPAN distributions without having to use real CPAN
+distributions. This is much more useful when testing an entire CPAN
+instance, rather than a single distribution, for which see CPAN::Faker.
+
+%prep
+%setup -q -n Module-Faker-%{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 LICENSE
+%doc Changes eg README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Jun 30 2015 Jitka Plesnikova <jplesnik at redhat.com> - 0.017-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..4b57395 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+bb0d8d08c81d9f3c8e0c86481c6c342a  Module-Faker-0.017.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Module-Faker.git/commit/?h=master&id=aa46dfc2f307acc216b6e64a5ac21f73d667389e


More information about the perl-devel mailing list