Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37510437
en ru br
Репозитории ALT
S:0.4.2-alt1
5.1: 0.3-alt1
4.1: 0.2-alt1
4.0: 0.2-alt1
3.0: 0.2-alt1
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: automake-common

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin