[perl-Module-Runtime-Conflicts] Initial import

Emmanuel Seyman eseyman at fedoraproject.org
Mon Nov 24 16:35:29 UTC 2014


commit 857a27810b7ad9cfa44be9447dc27937d28c4777
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Mon Nov 24 17:35:23 2014 +0100

    Initial import

 .gitignore                         |    1 +
 perl-Module-Runtime-Conflicts.spec |   59 ++++++++++++++++++++++++++++++++++++
 sources                            |    1 +
 3 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..017655e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Module-Runtime-Conflicts-0.001.tar.gz
diff --git a/perl-Module-Runtime-Conflicts.spec b/perl-Module-Runtime-Conflicts.spec
new file mode 100644
index 0000000..366a3b7
--- /dev/null
+++ b/perl-Module-Runtime-Conflicts.spec
@@ -0,0 +1,59 @@
+Name:           perl-Module-Runtime-Conflicts
+Version:        0.001
+Release:        3%{?dist}
+Summary:        Provide information on conflicts for Module::Runtime
+License:        GPL+ or Artistic
+
+URL:            http://search.cpan.org/dist/Module-Runtime-Conflicts/
+Source0:        http://www.cpan.org/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(Dist::CheckConflicts)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.3.8
+BuildRequires:  perl(Module::Runtime)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(warnings)
+
+Requires:       perl(Dist::CheckConflicts)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%{?perl_default_filter}
+
+%description
+This module provides conflicts checking for Module::Runtime, which had a
+recent release that broke some versions of Moose. It is called from
+Moose::Conflicts and moose-outdated.
+
+%prep
+%setup -q -n Module-Runtime-Conflicts-%{version}
+
+%build
+%{__perl} Build.PL --installdirs vendor
+./Build
+
+%install
+./Build install --destdir $RPM_BUILD_ROOT --create_packlist 0
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%doc Changes CONTRIBUTING README
+%license LICENSE
+%{perl_vendorlib}/Module*
+%{_mandir}/man3/Module*
+
+%changelog
+* Mon Nov 24 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.001-3
+- Add perl(strict) as a BuildRequires
+
+* Mon Nov 24 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.001-2
+- Version the requirements of Module::Build::Tiny and Test::More
+
+* Sun Nov 23 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.001-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..13191ff 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+310e525981ac1338f247626b8ce53dff  Module-Runtime-Conflicts-0.001.tar.gz


More information about the scm-commits mailing list