Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4965a31d9d | ||
|
|
14b95bf678 | ||
|
|
482ae9dae8 | ||
|
|
24338b133e | ||
|
|
bdaa48c654 | ||
|
|
5c3600113c | ||
|
|
e83a7a5885 | ||
|
|
820bb6e901 | ||
|
|
1f669ab189 | ||
|
|
de607bc89e | ||
|
|
80027b7f16 | ||
|
|
eb6b819885 | ||
|
|
a5b28343b6 | ||
|
|
c267f2cbfe | ||
|
|
40f41bb6ac | ||
|
|
d31977f4b2 | ||
|
|
ba8971593c |
1 changed files with 103 additions and 0 deletions
103
perl-CGI.yaml
Normal file
103
perl-CGI.yaml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue