Notification time stamped 2019-10-24 14:50:31 UTC
From ec53410a81049c954ed000a2de3c30ab4c58f3ca Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Oct 24 2019 14:49:43 +0000
Subject: Merge remote-tracking branch 'origin/f28' into epel8
---
diff --git a/.gitignore b/.gitignore
index e69de29..f0e12af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Sub-Infix-0.004.tar.gz
diff --git a/perl-Sub-Infix.spec b/perl-Sub-Infix.spec
new file mode 100644
index 0000000..461d650
--- /dev/null
+++ b/perl-Sub-Infix.spec
@@ -0,0 +1,66 @@
+Name: perl-Sub-Infix
+Version: 0.004
+Release: 4%{?dist}
+Summary: Create a fake infix operator
+License: GPL+ or Artistic
+URL: http://search.cpan.org/dist/Sub-Infix/
+Source0:
http://www.cpan.org/authors/id/T/TO/TOBYINK/Sub-Infix-%{version}.tar.gz
+BuildArch: noarch
+
+BuildRequires: %{__perl}
+BuildRequires: %{__make}
+
+BuildRequires: perl-interpreter >= 0:5.006
+BuildRequires: perl-generators
+BuildRequires: perl(Carp)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
+BuildRequires: perl(Test::Fatal)
+BuildRequires: perl(Test::More) >= 0.47
+BuildRequires: perl(overload)
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+
+# optional
+BuildRequires: perl(Scalar::Util)
+Recommends: perl(Scalar::Util)
+
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo
$version))
+
+%description
+Sub::Infix creates fake infix operators using overloading. It doesn't use
+source filters, or Devel::Declare, or any of that magic.
+
+%prep
+%setup -q -n Sub-Infix-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+%{__make} %{?_smp_mflags}
+
+%install
+%{__make} pure_install PERL_INSTALL_ROOT=$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 <[email protected]> -
0.004-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Thu Jul 27 2017 Fedora Release Engineering <[email protected]> -
0.004-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Mon Jun 05 2017 Jitka Plesnikova <[email protected]> - 0.004-2
+- Perl 5.26 rebuild
+
+* Fri Feb 03 2017 Ralf Corsépius <[email protected]> 0.004-1
+- Initial Fedora package.
diff --git a/sources b/sources
index e69de29..31c6d66 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (Sub-Infix-0.004.tar.gz) =
e9253bdb39e6e03569d2663d95ebb2b32bd1454dbca9d0e79def43e0e13240b8082ca5bbf3d632506d2ef60d160b67e64b2427906048e979dc9796e38bc1b2fb
https://src.fedoraproject.org/rpms/perl-Sub-Infix/c/ec53410a81049c954ed000a2de3c30ab4c58f3ca?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]