|
|
@ -2,9 +2,9 @@
|
|
|
|
%bcond_without perl_Function_Parameters_enables_optional_test
|
|
|
|
%bcond_without perl_Function_Parameters_enables_optional_test
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Function-Parameters
|
|
|
|
Name: perl-Function-Parameters
|
|
|
|
%global cpan_version 2.001001
|
|
|
|
%global cpan_version 2.001002
|
|
|
|
Version: 2.1.1
|
|
|
|
Version: 2.1.2
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Subroutine definitions with parameter lists
|
|
|
|
Summary: Subroutine definitions with parameter lists
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/Function-Parameters/
|
|
|
|
URL: http://search.cpan.org/dist/Function-Parameters/
|
|
|
@ -48,6 +48,7 @@ BuildRequires: perl(vars)
|
|
|
|
%if %{with perl_Function_Parameters_enables_optional_test}
|
|
|
|
%if %{with perl_Function_Parameters_enables_optional_test}
|
|
|
|
# Optional tests:
|
|
|
|
# Optional tests:
|
|
|
|
BuildRequires: perl(threads)
|
|
|
|
BuildRequires: perl(threads)
|
|
|
|
|
|
|
|
BuildRequires: perl(threads::shared)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
Requires: perl(Moose::Util::TypeConstraints)
|
|
|
|
Requires: perl(Moose::Util::TypeConstraints)
|
|
|
@ -79,6 +80,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Nov 09 2017 Petr Pisar <ppisar@redhat.com> - 2.1.2-1
|
|
|
|
|
|
|
|
- 2.001002 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-3
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|