Compare commits

...
Sign in to create a new pull request.

17 commits

Author SHA1 Message Date
Fedora Release Engineering
4965a31d9d Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-08-10 16:49:30 +00:00
Petr Písař
14b95bf678 Add a context for F37 2022-03-07 11:27:41 +01:00
Petr Písař
482ae9dae8 A dummy commit
to build a new module version to test wheter a compose process
inclused obsoletes documents.
2022-02-01 12:57:58 +01:00
Petr Písař
24338b133e Revert "Test demodularization"
This reverts commit bdaa48c654 because
it was only a test of a infrastructure.
2021-10-04 11:12:21 +02:00
Petr Písař
bdaa48c654 Test demodularization 2021-09-30 16:39:22 +02:00
Petr Písař
5c3600113c Add a context for plarform:f36 2021-09-06 15:39:17 +02:00
Fedora Release Engineering
e83a7a5885 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 17:39:53 +00:00
Petr Písař
820bb6e901 Remove contexts for EOL-ed perl:5.30 2021-06-14 13:39:20 +02:00
Petr Písař
1f669ab189 Filter build-only packages explicitly
MBS does not filter buildonly packages.
<https://pagure.io/fm-orchestrator/issue/1712>
2021-06-14 13:19:10 +02:00
Petr Písař
de607bc89e Remove eln contexts
perl-CGI module is not on an eln-modular-updates-candidate tag list
and thus the module cannot be tagged there as the last build step.
2021-06-11 06:40:39 +02:00
Petr Písař
80027b7f16 A dummy commit
to retry MBS build for ELN stuck between 100 % finished and a done state.
2021-06-10 14:31:12 +02:00
Petr Písař
eb6b819885 Do not use YAML aliases
libmodulemd does not support them.
2021-04-08 13:38:53 +02:00
Petr Písař
a5b28343b6 Adapt license to v3 2021-04-07 18:31:19 +02:00
Petr Písař
c267f2cbfe Convert to v3 modulemd-packager
<https://github.com/fedora-modularity/libmodulemd/blob/main/yaml_specs/modulemd_packager_v3.yaml>
is a new format for modulemd files which supports static contexts.
2021-04-07 18:05:41 +02:00
Jitka Plesnikova
40f41bb6ac Fix typo: Filter perl-CGI-tests 2021-03-03 10:21:53 +01:00
Jitka Plesnikova
d31977f4b2 Filter perl-CGI-test rpm 2021-03-02 13:26:50 +01:00
Jitka Plesnikova
ba8971593c Import 2021-03-01 10:27:03 +01:00

103
perl-CGI.yaml Normal file
View file

@ -0,0 +1,103 @@
document: modulemd-packager
version: 3
data:
name: perl-CGI
stream: '4.51'
summary: Handle Common Gateway Interface requests and responses
description: >
CGI.pm is a stable, complete and mature solution for processing and
preparing HTTP requests and responses. Major features including
processing form submissions, file uploads, reading and writing
cookies, query string generation and manipulation, and processing
and preparing HTTP headers. Some HTML generation utilities are
included as well.
CGI.pm performs very well in in a vanilla CGI.pm environment and
also comes with built-in support for mod_perl and mod_perl2 as well
as FastCGI.
license: [MIT]
configurations:
- context: '48f9df1a'
platform: f34
buildrequires:
perl: ['5.32']
perl-libwww-perl: ['6.48']
requires:
perl: ['5.32']
perl-libwww-perl: ['6.48']
buildopts:
rpms:
macros: |
%_without_perl_CGI_enables_optional_test 1
- context: '7b434ab7'
platform: f35
buildrequires:
perl: ['5.32']
perl-libwww-perl: ['6.48']
requires:
perl: ['5.32']
perl-libwww-perl: ['6.48']
buildopts:
rpms:
macros: |
%_without_perl_CGI_enables_optional_test 1
- context: '1'
platform: f36
buildrequires:
perl: ['5.32']
perl-libwww-perl: ['6.48']
requires:
perl: ['5.32']
perl-libwww-perl: ['6.48']
buildopts:
rpms:
macros: |
%_without_perl_CGI_enables_optional_test 1
- context: 'f37'
platform: f37
buildrequires:
perl: ['5.32']
perl-libwww-perl: ['6.48']
requires:
perl: ['5.32']
perl-libwww-perl: ['6.48']
buildopts:
rpms:
macros: |
%_without_perl_CGI_enables_optional_test 1
references:
community: https://metacpan.org/release/CGI
profiles:
common:
description: CGI Perl module
rpms:
- perl-CGI
api:
rpms:
- perl-CGI
filter:
rpms:
- perl-CGI-tests
- perl-Sub-Uplevel
- perl-Test-Deep
- perl-Test-Warn
components:
rpms:
perl-Sub-Uplevel:
rationale: A build-time dependency.
ref: rawhide
buildonly: true
buildorder: 0
perl-Test-Deep:
rationale: A build-time dependency.
ref: rawhide
buildonly: true
buildorder: 0
perl-Test-Warn:
rationale: A build-time dependency.
ref: rawhide
buildonly: true
buildorder: 1
perl-CGI:
rationale: The API.
ref: rawhide
buildorder: 2