Compare commits

..

3 commits

Author SHA1 Message Date
Petr Písař
eb0714f9ab Dummy commit to retrieve updated component refs 2017-11-15 13:53:19 +01:00
Petr Písař
a6dea72992 Use f27 modules and components 2017-11-15 13:12:56 +01:00
Petr Písař
e3c46f4ddf Remove transitive dependency on host
MBS was fixed.
2017-11-15 13:11:57 +01:00
3 changed files with 73 additions and 1 deletions

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# 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.

66
autotools.yaml Normal file
View file

@ -0,0 +1,66 @@
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: 5.26
platform: f27
requires:
perl: 5.26
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: f27
buildorder: 0
autoconf:
rationale: API.
ref: f27
buildorder: 1
automake:
rationale: API.
ref: f27
buildorder: 2
libtool:
rationale: API.
ref: f27
buildorder: 3

View file

@ -1 +0,0 @@
Unsupported