praiskup/autotools

Project ID: 64

Description

Autotools in SCL

Repository provides various versions of autotools for all supported Fedora distributions, Fedora Rawhide, and all supported EPEL versions (so particular package from this repository may expect EPEL repository enabled).

All tools are distributed like Software Collections -- therefore they do not collide with your installed system packages. One of the key points here is that you can run the same version of the tool e.g. both on RHEL5 or Fedora Rawhide.

There are currently packaged two collections:

  • autotools-latest -- contains latest released (stable) versions of autoconf, automake, libtool, and m4
  • autotools-git -- bleeding edge development versions of autoconf, automake and libtool built directly from git repositories from time to time (m4 from git is not packaged yet).

Installation Instructions

Simply, just install appropriate yum repository file, install collection and use it. Example of installing latest released versions of autotoools for Fedora (IIRC any version, don't worry about the link):

$ sudo wget \ http://copr.fedoraproject.org/coprs/praiskup/autotools/repo/fedora-20-i386/\ -O /etc/yum.repos.d/autotools.repo $ sudo yum install autotools-latest

You can try that it works:

$ m4 --version | head -1 m4 (GNU M4) 1.4.16 $ scl enable autotools-latest bash $ m4 --version | head -1 m4 (GNU M4) 1.4.17

Typical usage for package maintainer:

$ scl enable autotools-latest 'rpmbuild --rebuild *.src.rpm'

Thats it, ping me when you find a problem.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
EPEL 6 i386 [modified] (160)*, x86_64 [modified] (324)* EPEL 6 (698 downloads)
EPEL 7 x86_64 [modified] (681)* EPEL 7 (5994 downloads)
Fedora 35 x86_64 (100)* Fedora 35 (0 downloads)
Fedora 36 i386 (80)*, x86_64 (80)* Fedora 36 (0 downloads)
Fedora 37 i386 [modified] (80)*, x86_64 [modified] (80)* Fedora 37 (35 downloads)
Fedora 38 i386 [modified] (20)*, x86_64 [modified] (20)* Fedora 38 (11 downloads)
Fedora rawhide i386 [modified] (80)*, x86_64 [modified] (110)* Fedora rawhide (499 downloads)

* Total number of packages downloaded in the last seven days.

External Repository List

The following repositories are accessible during builds