Build the module with perl:5.34 and perl:5.36
This commit is contained in:
parent
b5b09690b4
commit
d9bb017bac
1 changed files with 43 additions and 59 deletions
|
|
@ -17,68 +17,83 @@ data:
|
|||
write servers or clients for more complicated applications.
|
||||
license: [MIT]
|
||||
configurations:
|
||||
- context: '1'
|
||||
platform: f34
|
||||
buildrequires:
|
||||
perl: ['5.32']
|
||||
requires:
|
||||
perl: ['5.32']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_perl_IO_Socket_INET6_enables_optional_test 1
|
||||
%_without_perl_IPC_Run_enables_optional_test 1
|
||||
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||
%_without_perl_Test_NoWarnings_enables_stack_trace 1
|
||||
- context: '2'
|
||||
- context: 'f35p534'
|
||||
platform: f35
|
||||
buildrequires:
|
||||
perl: ['5.32']
|
||||
perl: ['5.34']
|
||||
requires:
|
||||
perl: ['5.32']
|
||||
perl: ['5.34']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_perl_IO_Socket_INET6_enables_optional_test 1
|
||||
%_without_perl_IO_Socket_SSL_test_IO_Socket_INET6 1
|
||||
%_without_perl_IO_Socket_SSL_test_unused_idn 1
|
||||
%_without_perl_IPC_Run_enables_optional_test 1
|
||||
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||
%_without_perl_Test_NoWarnings_enables_stack_trace 1
|
||||
- context: '3'
|
||||
- context: 'f36p534'
|
||||
platform: f36
|
||||
buildrequires:
|
||||
perl: ['5.32']
|
||||
perl: ['5.34']
|
||||
requires:
|
||||
perl: ['5.32']
|
||||
perl: ['5.34']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_perl_IO_Socket_INET6_enables_optional_test 1
|
||||
%_without_perl_IO_Socket_SSL_test_IO_Socket_INET6 1
|
||||
%_without_perl_IO_Socket_SSL_test_unused_idn 1
|
||||
%_without_perl_IPC_Run_enables_optional_test 1
|
||||
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||
%_without_perl_Test_NoWarnings_enables_stack_trace 1
|
||||
- context: '4'
|
||||
- context: 'f37p534'
|
||||
platform: f37
|
||||
buildrequires:
|
||||
perl: ['5.32']
|
||||
perl: ['5.34']
|
||||
requires:
|
||||
perl: ['5.32']
|
||||
perl: ['5.34']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_perl_IO_Socket_INET6_enables_optional_test 1
|
||||
%_without_perl_IO_Socket_SSL_test_IO_Socket_INET6 1
|
||||
%_without_perl_IO_Socket_SSL_test_unused_idn 1
|
||||
%_without_perl_IPC_Run_enables_optional_test 1
|
||||
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||
%_without_perl_Test_NoWarnings_enables_stack_trace 1
|
||||
- context: '0'
|
||||
platform: eln
|
||||
- context: 'f35p536'
|
||||
platform: f35
|
||||
buildrequires:
|
||||
perl: ['5.32']
|
||||
perl: ['5.36']
|
||||
requires:
|
||||
perl: ['5.32']
|
||||
perl: ['5.36']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_perl_IO_Socket_SSL_test_IO_Socket_INET6 1
|
||||
%_without_perl_IO_Socket_SSL_test_unused_idn 1
|
||||
%_without_perl_IPC_Run_enables_optional_test 1
|
||||
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||
- context: 'f36p536'
|
||||
platform: f36
|
||||
buildrequires:
|
||||
perl: ['5.36']
|
||||
requires:
|
||||
perl: ['5.36']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_perl_IO_Socket_SSL_test_IO_Socket_INET6 1
|
||||
%_without_perl_IO_Socket_SSL_test_unused_idn 1
|
||||
%_without_perl_IPC_Run_enables_optional_test 1
|
||||
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||
- context: 'f37p536'
|
||||
platform: f37
|
||||
buildrequires:
|
||||
perl: ['5.36']
|
||||
requires:
|
||||
perl: ['5.36']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_perl_IO_Socket_INET6_enables_optional_test 1
|
||||
%_without_perl_IO_Socket_SSL_test_IO_Socket_INET6 1
|
||||
%_without_perl_IO_Socket_SSL_test_unused_idn 1
|
||||
%_without_perl_IPC_Run_enables_optional_test 1
|
||||
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||
%_without_perl_Test_NoWarnings_enables_stack_trace 1
|
||||
|
|
@ -97,14 +112,8 @@ data:
|
|||
filter:
|
||||
rpms:
|
||||
- perl-ExtUtils-PkgConfig
|
||||
- perl-IO-Socket-INET6
|
||||
- perl-IO-Tty
|
||||
- perl-IPC-Run
|
||||
- perl-Net-IDN-Encode
|
||||
- perl-Net-LibIDN
|
||||
- perl-Socket6
|
||||
- perl-Test-NoWarnings
|
||||
- perl-Test-NoWarnings-tests
|
||||
components:
|
||||
rpms:
|
||||
perl-ExtUtils-PkgConfig:
|
||||
|
|
@ -117,36 +126,11 @@ data:
|
|||
ref: f36
|
||||
buildonly: true
|
||||
buildorder: 0
|
||||
perl-Net-LibIDN:
|
||||
rationale: A build dependency for perl-IO-Socket-SSL.
|
||||
ref: f36
|
||||
buildonly: true
|
||||
buildorder: 0
|
||||
perl-Socket6:
|
||||
rationale: A build dependency for perl-IO-Socket-INET6.
|
||||
ref: f36
|
||||
buildonly: true
|
||||
buildorder: 0
|
||||
perl-Test-NoWarnings:
|
||||
rationale: A build dependency for perl-Net-IDN-Encode.
|
||||
ref: f36
|
||||
buildonly: true
|
||||
buildorder: 0
|
||||
perl-IO-Socket-INET6:
|
||||
rationale: A build dependency for perl-IO-Socket-SSL.
|
||||
ref: f36
|
||||
buildonly: true
|
||||
buildorder: 1
|
||||
perl-IPC-Run:
|
||||
rationale: A build dependency for perl-IO-Socket-SSL.
|
||||
ref: f36
|
||||
buildonly: true
|
||||
buildorder: 1
|
||||
perl-Net-IDN-Encode:
|
||||
rationale: A build dependency for perl-IO-Socket-SSL.
|
||||
ref: f36
|
||||
buildonly: true
|
||||
buildorder: 1
|
||||
perl-Net-SSLeay:
|
||||
rationale: The API.
|
||||
ref: f36
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue