[perl-Module-CPANfile] Initial build.

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Sep 10 06:28:56 UTC 2013


commit a5587292c1645224a910ce979574577a4f0010b5
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Tue Sep 10 08:28:36 2013 +0200

    Initial build.

 .gitignore                |    1 +
 perl-Module-CPANfile.spec |   72 +++++++++++++++++++++++++++++++++++++++++++++
 sources                   |    1 +
 3 files changed, 74 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d824f11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Module-CPANfile-1.0001.tar.gz
diff --git a/perl-Module-CPANfile.spec b/perl-Module-CPANfile.spec
new file mode 100644
index 0000000..2590ef9
--- /dev/null
+++ b/perl-Module-CPANfile.spec
@@ -0,0 +1,72 @@
+Name:           perl-Module-CPANfile
+Version:        1.0001
+Release:        3%{?dist}
+Summary:        Parse cpanfile
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Module-CPANfile/
+Source0:        http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Module-CPANfile-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(CPAN::Meta) >= 2.12091
+BuildRequires:  perl(CPAN::Meta::Prereqs) >= 2.12091
+BuildRequires:  perl(CPAN::Meta::Feature) >= 2.12091
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# tests
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Test::More) >= 0.88
+
+Requires:       perl(CPAN::Meta) >= 2.12091
+Requires:       perl(CPAN::Meta::Prereqs) >= 2.12091
+Requires:       perl(CPAN::Meta::Feature) >= 2.12091
+Requires:       perl(Data::Dumper)
+Requires:       perl(Pod::Usage)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%?perl_default_filter
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(CPAN::Meta\\)$
+
+%description
+Module::CPANfile is a tool to handle cpanfile format to load application
+specific dependencies, not just for CPAN distributions.
+
+%prep
+%setup -q -n Module-CPANfile-%{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
+%{_bindir}/mymeta-cpanfile
+%{perl_vendorlib}/*
+%{_mandir}/man1/mymeta-cpanfile*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Aug 30 2013 Marcela Mašláňová <mmaslano at redhat.com> 1.0001-3
+- fix all problems found in review rhbz#929254
+
+* Tue Aug 27 2013 Marcela Mašláňová <mmaslano at redhat.com> 1.0001-2
+- fix all problems found in review rhbz#929254
+
+* Tue Aug 27 2013 Marcela Mašláňová <mmaslano at redhat.com> 1.0001-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..29f2f0d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d1fa25121f0409182a21b2ef89ab58e0  Module-CPANfile-1.0001.tar.gz



More information about the perl-devel mailing list