From 0f623352ce1ec1c9edee12366c3259c8d7420e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 6 Oct 2017 14:10:21 +0200 Subject: [PATCH] Add libtool --- autotools.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/autotools.yaml b/autotools.yaml index cedceab..a5bdb19 100644 --- a/autotools.yaml +++ b/autotools.yaml @@ -1,11 +1,12 @@ document: modulemd version: 1 data: - summary: GNU Autotools (Autoconf and Automake) + 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: @@ -30,13 +31,18 @@ data: 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: | @@ -57,3 +63,7 @@ data: rationale: API. ref: master buildorder: 2 + libtool: + rationale: API. + ref: master + buildorder: 3