Notification time stamped 2019-10-24 15:08:19 UTC
From f1409a774a55fb09eeecb3889fbe3cc39a4911d2 Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Oct 24 2019 15:07:08 +0000
Subject: Merge remote-tracking branch 'origin/f28' into epel8
---
diff --git a/.gitignore b/.gitignore
index e69de29..3fc0104 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Type-Tie-0.009.tar.gz
diff --git a/perl-Type-Tie.spec b/perl-Type-Tie.spec
new file mode 100644
index 0000000..2ecbe72
--- /dev/null
+++ b/perl-Type-Tie.spec
@@ -0,0 +1,89 @@
+Name: perl-Type-Tie
+Version: 0.009
+Release: 6%{?dist}
+Summary: Tie a variable to a type constraint
+# cf. README
+License: GPL+ or Artistic
+URL: http://search.cpan.org/dist/Type-Tie/
+Source0:
http://www.cpan.org/authors/id/T/TO/TOBYINK/Type-Tie-%{version}.tar.gz
+BuildArch: noarch
+
+BuildRequires: %{__perl}
+BuildRequires: %{__make}
+
+BuildRequires: perl-interpreter >= 0:5.008005
+BuildRequires: perl-generators
+
+BuildRequires: perl(Carp)
+BuildRequires: perl(Exporter::Tiny) >= 0.026
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Hash::FieldHash)
+BuildRequires: perl(Tie::Array)
+BuildRequires: perl(Tie::Hash)
+BuildRequires: perl(Tie::Scalar)
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+
+# Tests:
+%if !%{defined perl_bootstrap}
+# Build-cycle: perl-Type-Tiny → perl-Type-Tie
+BuildRequires: perl(Types::Standard)
+%endif
+BuildRequires: perl(Moose::Util::TypeConstraints)
+BuildRequires: perl(MooseX::Types::Moose)
+BuildRequires: perl(Test::Fatal)
+BuildRequires: perl(Test::More) >= 0.96
+BuildRequires: perl(Test::Requires)
+BuildRequires: perl(constant)
+
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo
$version))
+
+# perl-generators fails to detect this
+Requires: perl(Data::Dumper)
+
+%description
+This module exports a single function: ttie. ttie ties a variable to a
+type constraint, ensuring that whatever values stored in the variable
+will conform to the type constraint. If the type constraint has
+coercions, these will be used if necessary to ensure values assigned to
+the variable conform.
+
+%prep
+%setup -q -n Type-Tie-%{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
+%license COPYRIGHT LICENSE
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Feb 09 2018 Fedora Release Engineering <[email protected]> -
0.009-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Thu Jul 27 2017 Fedora Release Engineering <[email protected]> -
0.009-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Wed Jun 07 2017 Jitka Plesnikova <[email protected]> - 0.009-4
+- Perl 5.26 re-rebuild of bootstrapped packages
+
+* Tue Jun 06 2017 Jitka Plesnikova <[email protected]> - 0.009-3
+- Perl 5.26 rebuild
+
+* Fri Feb 03 2017 Ralf Corsépius <[email protected]> - 0.009-2
+- Reflect feedback from package review.
+
+* Fri Feb 03 2017 Ralf Corsépius <[email protected]> - 0.009-1
+- Initial Fedora package.
diff --git a/sources b/sources
index e69de29..8ce5b41 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (Type-Tie-0.009.tar.gz) =
2c416cd22d1d4a7ec902470d0801d479a54f312d456982e51671ba7391d127297471f0f753df5cafef4b6e01c983cd9f8f69c99f03f571aad5c89036c642a6c6
https://src.fedoraproject.org/rpms/perl-Type-Tie/c/f1409a774a55fb09eeecb3889fbe3cc39a4911d2?branch=epel8
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]