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] (185)*, x86_64 [modified] (342)* EPEL 6 (733 downloads)
EPEL 7 x86_64 [modified] (972)* EPEL 7 (6089 downloads)
Fedora 37 i386 (141)*, x86_64 (134)* Fedora 37 (0 downloads)
Fedora 38 i386 [modified] (81)*, x86_64 [modified] (74)* Fedora 38 (54 downloads)
Fedora 39 i386 [modified] (42)*, x86_64 [modified] (45)* Fedora 39 (37 downloads)
Fedora 40 i386 [modified] (0)*, x86_64 [modified] (0)* Fedora 40 (5 downloads)
Fedora rawhide i386 [modified] (97)*, x86_64 [modified] (121)* Fedora rawhide (539 downloads)

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

External Repository List

The following repositories are accessible during builds