Notification time stamped 2022-01-26 17:17:00 UTC

From f2ddf2ba56882dbfef09e5c304ee7ad01748b892 Mon Sep 17 00:00:00 2001
From: Ralf Corsépius <corse...@fedoraproject.org>
Date: Feb 08 2017 18:52:41 +0000
Subject: Initial import


---

diff --git a/.gitignore b/.gitignore
index e69de29..8ec4ff2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Types-Path-Tiny-0.005.tar.gz
diff --git a/perl-Types-Path-Tiny.spec b/perl-Types-Path-Tiny.spec
new file mode 100644
index 0000000..e1f09db
--- /dev/null
+++ b/perl-Types-Path-Tiny.spec
@@ -0,0 +1,58 @@
+Name:           perl-Types-Path-Tiny
+Version:        0.005
+Release:        1%{?dist}
+Summary:        Path::Tiny types and coercions for Moose and Moo
+License:        ASL 2.0
+URL:            http://search.cpan.org/dist/Types-Path-Tiny/
+Source0:        
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Types-Path-Tiny-%{version}.tar.gz
+
+BuildArch:      noarch
+
+BuildRequires:  %{__perl}
+BuildRequires:  %{__make}
+
+BuildRequires:  perl >= 0:5.008001
+BuildRequires:  perl-generators
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::pushd)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(File::Temp) >= 0.18
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Path::Tiny)
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(Type::Library) >= 0.008
+BuildRequires:  perl(Types::Standard)
+BuildRequires:  perl(Types::TypeTiny) >= 0.004
+BuildRequires:  perl(Type::Utils)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%description
+This module provides Path::Tiny types for Moose, Moo, etc.
+
+%prep
+%setup -q -n Types-Path-Tiny-%{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
+* Thu Feb 02 2017 Ralf Corsépius <corse...@fedoraproject.org> - 0.005-1
+- Initial Fedora package.
diff --git a/sources b/sources
index e69de29..293f28d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (Types-Path-Tiny-0.005.tar.gz) = 
2e9f4694950bc9426d7b72e33234e594f4c2d4cc434526e3096b7a193cebdb2b4c4890b01637a1684e1d3ca67e355879bce5b79dcc69d14ff23f591ff193623e


        
https://src.fedoraproject.org/rpms/perl-Types-Path-Tiny/c/f2ddf2ba56882dbfef09e5c304ee7ad01748b892?branch=epel9
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to