Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 76f01c99f8 | |||
|
|
36c4126e89 | ||
|
|
7bb3ec1a1b | ||
|
|
511a982422 | ||
|
|
5728609219 |
3 changed files with 1 additions and 76 deletions
|
|
@ -1,7 +0,0 @@
|
||||||
# autotools
|
|
||||||
|
|
||||||
Autoconf is a tool for configuring source code and Makefiles.
|
|
||||||
Automake is a tool for automatically generating Makefile.in
|
|
||||||
files compliant with the GNU Coding Standards.
|
|
||||||
|
|
||||||
This module has disabled support for Emacs.
|
|
||||||
|
|
@ -1,69 +0,0 @@
|
||||||
document: modulemd
|
|
||||||
version: 1
|
|
||||||
data:
|
|
||||||
summary: GNU Autotools (Autoconf and Automake and Libtool)
|
|
||||||
description: |
|
|
||||||
Autoconf is a tool for configuring source code and Makefiles.
|
|
||||||
Automake is a tool for automatically generating Makefile.in
|
|
||||||
files compliant with the GNU Coding Standards.
|
|
||||||
Libtool is a tool for building shared librires.
|
|
||||||
|
|
||||||
This module has disabled support for Emacs.
|
|
||||||
license:
|
|
||||||
module: [ MIT ]
|
|
||||||
dependencies:
|
|
||||||
buildrequires:
|
|
||||||
perl: master
|
|
||||||
platform: f27
|
|
||||||
# Explicitly require transitive dependencies to work around
|
|
||||||
# <https://pagure.io/fm-orchestrator/issue/530>.
|
|
||||||
host: f27
|
|
||||||
requires:
|
|
||||||
perl: master
|
|
||||||
platform: f27
|
|
||||||
references:
|
|
||||||
community: https://docs.pagure.org/modularity/
|
|
||||||
documentation: https://github.com/modularity-modules/autotools
|
|
||||||
tracker: https://github.com/modularity-modules/autotools
|
|
||||||
profiles:
|
|
||||||
default:
|
|
||||||
description: Autoconf and Automake tools.
|
|
||||||
rpms:
|
|
||||||
- autoconf
|
|
||||||
- automake
|
|
||||||
- libtool
|
|
||||||
api:
|
|
||||||
rpms:
|
|
||||||
- autoconf
|
|
||||||
- automake
|
|
||||||
- libtool
|
|
||||||
filter:
|
|
||||||
rpms:
|
|
||||||
- help2man
|
|
||||||
# libtool-ltdl is provided by platform module
|
|
||||||
- libtool-ltdl
|
|
||||||
- libtool-ltdl-devel
|
|
||||||
buildopts:
|
|
||||||
rpms:
|
|
||||||
macros: |
|
|
||||||
%_without_autoconf_enables_emacs 1
|
|
||||||
%_without_autoconf_enables_optional_test 1
|
|
||||||
%_without_automake_enables_optional_test 1
|
|
||||||
components:
|
|
||||||
rpms:
|
|
||||||
help2man:
|
|
||||||
rationale: Build-time dependency.
|
|
||||||
ref: master
|
|
||||||
buildorder: 0
|
|
||||||
autoconf:
|
|
||||||
rationale: API.
|
|
||||||
ref: master
|
|
||||||
buildorder: 1
|
|
||||||
automake:
|
|
||||||
rationale: API.
|
|
||||||
ref: master
|
|
||||||
buildorder: 2
|
|
||||||
libtool:
|
|
||||||
rationale: API.
|
|
||||||
ref: master
|
|
||||||
buildorder: 3
|
|
||||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Unsupported
|
||||||
Loading…
Add table
Add a link
Reference in a new issue