jplesnik pushed to perl-MooseX-Configuration (master). "Initial import"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Jun 30 07:39:50 UTC 2015


From 6ff6c57affce25c07e6be16f0bcc504e31183bf4 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Tue, 30 Jun 2015 09:39:30 +0200
Subject: Initial import


diff --git a/.gitignore b/.gitignore
index e69de29..e507c2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/MooseX-Configuration-0.02.tar.gz
diff --git a/perl-MooseX-Configuration.spec b/perl-MooseX-Configuration.spec
new file mode 100644
index 0000000..b09d92c
--- /dev/null
+++ b/perl-MooseX-Configuration.spec
@@ -0,0 +1,61 @@
+Name:           perl-MooseX-Configuration
+Version:        0.02
+Release:        1%{?dist}
+Summary:        Define attributes which come from configuration files
+License:        Artistic 2.0
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/MooseX-Configuration/
+Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/MooseX-Configuration-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(autodie)
+BuildRequires:  perl(B)
+BuildRequires:  perl(Config::INI::Reader)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(List::AllUtils)
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Moose::Exporter)
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(MooseX::Types)
+BuildRequires:  perl(MooseX::Types::Moose)
+BuildRequires:  perl(MooseX::Types::Path::Class)
+BuildRequires:  perl(namespace::autoclean)
+BuildRequires:  perl(Path::Class)
+BuildRequires:  perl(Path::Class::File)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Text::Autoformat)
+BuildRequires:  perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+This module lets you define attributes which can come from a configuration
+file. It also adds a role to your class which allows you to write a
+configuration file.
+
+%prep
+%setup -q -n MooseX-Configuration-%{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 README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Jun 29 2015 Jitka Plesnikova <jplesnik at redhat.com> - 0.02-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..10e647e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4675e7c5a3a5465c0dee08197bdcc7ee  MooseX-Configuration-0.02.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-MooseX-Configuration.git/commit/?h=master&id=6ff6c57affce25c07e6be16f0bcc504e31183bf4


More information about the perl-devel mailing list