Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37742917
en ru br
ALT Linux repos
S:0.4.2-alt1
5.0: 0.2-alt1
4.1: 0.2-alt1
4.0: 0.2-alt1
3.0: 0.2-alt1

Group :: Development/Other
RPM: automake-common

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: automake-common
Version: 0.2
Release: alt1

Summary: Common files for different versions of automake
License: GPL
Group: Development/Other
Packager: Automake Development Team <automake at packages.altlinux.org>
BuildArch: noarch

Source: automake_wrapper

Conflicts: automake_1.6 < 1:1.6.3-alt2
Conflicts: automake_1.4 < 1:1.4-alt7.p5
Conflicts: automake < 1:1.4-alt7.p5

PreReq: coreutils, %uninstall_info

%description
This package contains files shared by various versions of GNU automake.

%install
%__mkdir_p $RPM_BUILD_ROOT{%_bindir,%_datadir/aclocal}
%__install -p -m755 %SOURCE0 $RPM_BUILD_ROOT%_bindir/
for n in aclocal automake; do
%__ln_s automake_wrapper "$RPM_BUILD_ROOT%_bindir/$n"
done

%pre
old_alternatives=/usr/sbin/update-alternatives
if [ -x "$old_alternatives" ] &&
  f=`/bin/readlink -n %_bindir/automake` &&
  [ "$f" = /etc/alternatives/automake ]; then
for f in %_bindir/automake-*; do
[ -f "$f" ] || continue
"$old_alternatives" --remove automake "$f" ||:
if [ -f "%_infodir/automake_${f##*/automake-}.info.gz" ]; then
RPM_INSTALL_ARG1=0 %uninstall_info \
"%_infodir/automake_${f##*/automake-}.info.gz" ||:
fi
done
fi

%files
%_bindir/*
%_datadir/aclocal

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin