Unsupported

This commit is contained in:
ignatenkobrain 2019-02-12 22:35:10 +01:00
commit 7b45962927
3 changed files with 1 additions and 77 deletions

View file

@ -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.

View file

@ -1,70 +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: master
requires:
perl: master
platform: master
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-1.47.5-1.fc28
help2man:
rationale: Build-time dependency.
ref: 375af7f7ff706aa650785d5b7e524ccc9dc3bded
buildorder: 0
# autoconf-2.69-25.fc27
autoconf:
rationale: API.
ref: 68f2312d98805fee6bef5b24cb773dfabecb246c
buildorder: 1
# automake-1.15.1-2.fc27
automake:
rationale: API.
ref: d243df57b7a98956798df00b88651acc7483c40c
buildorder: 2
# libtool-2.4.6-20.fc27
libtool:
rationale: API.
ref: a9a53fbc4f92e1b3104c68770837258b40f86551
buildorder: 3

1
dead.package Normal file
View file

@ -0,0 +1 @@
Unsupported