Compare commits

..

1 Commits

Author SHA1 Message Date
c16f0c8495
Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release:
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-09-11 12:28:22 +03:00
3 changed files with 18 additions and 50 deletions

3
.gitignore vendored
View File

@ -4,6 +4,3 @@
/Syntax-Keyword-Dynamically-0.08.tar.gz /Syntax-Keyword-Dynamically-0.08.tar.gz
/Syntax-Keyword-Dynamically-0.09.tar.gz /Syntax-Keyword-Dynamically-0.09.tar.gz
/Syntax-Keyword-Dynamically-0.10.tar.gz /Syntax-Keyword-Dynamically-0.10.tar.gz
/Syntax-Keyword-Dynamically-0.11.tar.gz
/Syntax-Keyword-Dynamically-0.12.tar.gz
/Syntax-Keyword-Dynamically-0.13.tar.gz

View File

@ -4,14 +4,13 @@
%bcond_without perl_Syntax_Keyword_Dynamically_enables_optional_test %bcond_without perl_Syntax_Keyword_Dynamically_enables_optional_test
Name: perl-Syntax-Keyword-Dynamically Name: perl-Syntax-Keyword-Dynamically
Version: 0.13 Version: 0.10
Release: 1%{?dist} Release: 5%{?dist}.rvre0
Summary: Dynamically change the value of a variable Summary: Dynamically change the value of a variable
License: GPL-1.0-or-later OR Artistic-1.0-Perl License: GPL+ or Artistic
URL: https://metacpan.org/release/Syntax-Keyword-Dynamically URL: https://metacpan.org/release/Syntax-Keyword-Dynamically
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Syntax-Keyword-Dynamically-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Syntax-Keyword-Dynamically-%{version}.tar.gz
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: perl-devel BuildRequires: perl-devel
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl-interpreter BuildRequires: perl-interpreter
@ -20,8 +19,6 @@ BuildRequires: perl(:VERSION) >= 5
BuildRequires: perl(Devel::MAT::Dumper::Helper) >= 0.44 BuildRequires: perl(Devel::MAT::Dumper::Helper) >= 0.44
%endif %endif
BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::CBuilder)
%define Future_AsyncAwait_minver 0.60
BuildRequires: perl(Future::AsyncAwait::ExtensionBuilder) >= %{Future_AsyncAwait_minver}
BuildRequires: perl(Module::Build) BuildRequires: perl(Module::Build)
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
@ -35,25 +32,17 @@ BuildRequires: perl(Carp)
BuildRequires: perl(XS::Parse::Keyword) >= 0.13 BuildRequires: perl(XS::Parse::Keyword) >= 0.13
BuildRequires: perl(XSLoader) BuildRequires: perl(XSLoader)
# Tests: # Tests:
BuildRequires: perl(Test2::V0) BuildRequires: perl(Test::More) >= 0.88
%if %{with perl_Syntax_Keyword_Dynamically_enables_optional_test} && !%{defined perl_bootstrap} %if %{with perl_Syntax_Keyword_Dynamically_enables_optional_test} && !%{defined perl_bootstrap}
# A cycle: perl-Future-AsyncAwait → perl-Syntax-Keyword-Dynamically # A cycle: perl-Future-AsyncAwait → perl-Syntax-Keyword-Dynamically
# Optional tests: # Optional tests:
BuildRequires: perl(Future) BuildRequires: perl(Future)
# Higher version from boot_future_asyncawait() BuildRequires: perl(Future::AsyncAwait) >= 0.31
BuildRequires: perl(Future::AsyncAwait) >= %{Future_AsyncAwait_minver} BuildRequires: perl(Object::Pad) >= 0.15
%define Object_Pad_minver 0.800
BuildRequires: perl(Object::Pad) >= %{Object_Pad_minver}
BuildRequires: perl(Sentinel) BuildRequires: perl(Sentinel)
BuildRequires: perl(Test::Pod) >= 1 BuildRequires: perl(Test::Pod) >= 1
%endif %endif
# From boot_future_asyncawait() argument in lib/Syntax/Keyword/Dynamically.xs Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Future::AsyncAwait) >= %{Future_AsyncAwait_minver}
%if %{defined perl_Future_AsyncAwait_ABI}
# Future::AsyncAwait maintains multiple ABIs whose compatibility is checked at
# run-time.
Requires: %{perl_Future_AsyncAwait_ABI}
%endif
# lib/Syntax/Keyword/Dynamically.xs includes XSParseKeyword.h generated by # lib/Syntax/Keyword/Dynamically.xs includes XSParseKeyword.h generated by
# XS::Parse::Keyword::Builder which loads XS::Parse::Keyword of version # XS::Parse::Keyword::Builder which loads XS::Parse::Keyword of version
# specified by boot_xs_parse_keyword() argument in Dynamically.xs # specified by boot_xs_parse_keyword() argument in Dynamically.xs
@ -65,6 +54,9 @@ Requires: perl(XS::Parse::Keyword) >= 0.13
Requires: %{perl_XS_Parse_Keyword_ABI} Requires: %{perl_XS_Parse_Keyword_ABI}
%endif %endif
# Remove under-specified dependencies
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Test::More\\)$
%description %description
This Perl module provides a syntax plugin that implements a single keyword, This Perl module provides a syntax plugin that implements a single keyword,
dynamically, which alters the behavior of a scalar assignment operation. dynamically, which alters the behavior of a scalar assignment operation.
@ -78,11 +70,12 @@ Summary: Tests for %{name}
BuildArch: noarch BuildArch: noarch
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: perl-Test-Harness Requires: perl-Test-Harness
Requires: perl(Test::More) >= 0.88
%if %{with perl_Syntax_Keyword_Dynamically_enables_optional_test} && !%{defined perl_bootstrap} %if %{with perl_Syntax_Keyword_Dynamically_enables_optional_test} && !%{defined perl_bootstrap}
# A cycle: perl-Future-AsyncAwait → perl-Syntax-Keyword-Dynamically # A cycle: perl-Future-AsyncAwait → perl-Syntax-Keyword-Dynamically
Requires: perl(Future) Requires: perl(Future)
Requires: perl(Future::AsyncAwait) >= 0.31 Requires: perl(Future::AsyncAwait) >= 0.31
Requires: perl(Object::Pad) >= %{Object_Pad_minver} Requires: perl(Object::Pad) >= 0.15
Requires: perl(Sentinel) Requires: perl(Sentinel)
%endif %endif
@ -129,38 +122,16 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print
%files %files
%license LICENSE %license LICENSE
%doc Changes README %doc Changes README
%dir %{perl_vendorarch}/auto/Syntax %{perl_vendorarch}/auto/*
%dir %{perl_vendorarch}/auto/Syntax/Keyword %{perl_vendorarch}/Syntax*
%{perl_vendorarch}/auto/Syntax/Keyword/Dynamically %{_mandir}/man3/*
%dir %{perl_vendorarch}/Syntax
%dir %{perl_vendorarch}/Syntax/Keyword
%{perl_vendorarch}/Syntax/Keyword/Dynamically.pm
%{_mandir}/man3/Syntax::Keyword::Dynamically.*
%files tests %files tests
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%changelog %changelog
* Fri Sep 22 2023 Petr Pisar <ppisar@redhat.com> - 0.13-1 * Sun Sep 11 2022 David Abdurachmanov <davidlt@rivosinc.com> - 0.10-5.rvre0
- 0.13 bump - Rebuilt for Fedora/RISCV (riscv64)
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jul 12 2023 Jitka Plesnikova <jplesnik@redhat.com> - 0.12-3
- Perl 5.38 re-rebuild of bootstrapped packages
* Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 0.12-2
- Perl 5.38 rebuild
* Mon Mar 06 2023 Petr Pisar <ppisar@redhat.com> - 0.12-1
- 0.12 bump
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Nov 23 2022 Petr Pisar <ppisar@redhat.com> - 0.11-1
- 0.11 bump
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-5 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (Syntax-Keyword-Dynamically-0.13.tar.gz) = 397167ab849804a682902a916fc6596d0a12a6b66625b4ed50780eced4bee251d4e2f5fe432cb6afb808847b34f05189936741827d370673a88e66dc9dff6944 SHA512 (Syntax-Keyword-Dynamically-0.10.tar.gz) = 7569629839503625a0a179f9218944391ddc8f0f8fa03719f8c1da5ada11880718641df42ee8f18ec44b3dfa7fea49be8979879a900bf475ae4bb03eaa52b705