Notification time stamped 2022-01-18 16:37:58 UTC

From 8fa5b57fcc452430d1bfa252055ea1687f196bf5 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Oct 25 2019 14:37:18 +0000
Subject: Merge remote-tracking branch 'origin/f28' into epel8


---

diff --git a/.gitignore b/.gitignore
index e69de29..ab6300c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Return-Type-0.005.tar.gz
diff --git a/perl-Return-Type.spec b/perl-Return-Type.spec
new file mode 100644
index 0000000..39903cf
--- /dev/null
+++ b/perl-Return-Type.spec
@@ -0,0 +1,69 @@
+Name:           perl-Return-Type
+Version:        0.005
+Release:        4%{?dist}
+Summary:        Specify a return type for a function
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/Return-Type/
+Source0:        
http://www.cpan.org/authors/id/T/TO/TOBYINK/Return-Type-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  %{__perl}
+BuildRequires:  %{__make}
+
+BuildRequires:  perl-interpreter >= 0:5.008
+BuildRequires:  perl-generators
+BuildRequires:  perl(Attribute::Handlers)
+BuildRequires:  perl(Eval::TypeTiny)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
+BuildRequires:  perl(Sub::Util)
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(Types::Standard)
+BuildRequires:  perl(Types::TypeTiny)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+
+# optional
+BuildRequires:  perl(Scope::Upper)
+Suggests:       perl(Scope::Upper)
+
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%description
+Return::Type allows you to specify a return type for your subs. Type
+constraints from any Type::Tiny, MooseX::Types or MouseX::Types type
+library are supported.
+
+%prep
+%setup -q -n Return-Type-%{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
+%doc Changes README CREDITS
+%license COPYRIGHT LICENSE
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Feb 09 2018 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.005-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Thu Jul 27 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.005-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Tue Jun 06 2017 Jitka Plesnikova <jples...@redhat.com> - 0.005-2
+- Perl 5.26 rebuild
+
+* Thu Feb 02 2017 Ralf Corsépius <corse...@fedoraproject.org> - 0.005-1
+- Initial Fedora package.
diff --git a/sources b/sources
index e69de29..0f95d21 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (Return-Type-0.005.tar.gz) = 
3becf953b58102d771a88408e51d13158e667da98a4dcae2cf6b51cb0b90a7fb94a220a037ffcf9834ea47a47f69e756fc070d5b9a01ea5709fd9fb291701fb6


        
https://src.fedoraproject.org/rpms/perl-Return-Type/c/8fa5b57fcc452430d1bfa252055ea1687f196bf5?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