Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37046497
en ru br
Репозитории ALT
S:1.4.19.0.15.bb35-alt1
5.1: 1.4.13-alt2
4.1: 1.4.7-alt1
4.0: 1.4.7-alt1
3.0: 1.4.3-alt1
www.altlinux.org/Changes

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

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: m4
Version: 1.4.7
Release: alt1

Summary: The GNU macro processor
License: GPL
Group: Development/Other
Url: http://www.gnu.org/software/m4/
Packager: Dmitry V. Levin <ldv at altlinux.org>

Source: ftp://ftp.gnu.org/gnu/m4/m4-%version.tar
Source1: m4.m4

Patch: m4-1.4.3-alt-texinfo.patch

Requires(post): %install_info
Requires(preun): %uninstall_info

%description
A GNU implementation of the traditional UNIX macro processor.  m4 is
useful for writing text files which can be logically parsed, and is
used by many programs as part of their build process.  m4 has built-in
functions for including files, running shell commands, doing arithmetic,
etc.  The autoconf program needs m4 for generating configure scripts,
but not for running configure scripts.

%prep
%setup -q
%patch -p1
find -type f -name \*.orig -delete -print
# Fix tmp file handling in test suite.
%__subst s,/tmp,., checks/check-them

%build
%configure
%make_build
%{?!__buildreqs:%{?!_without_check:%{?!_disable_check:%make_build -k check}}}

%install
%makeinstall INSTALL_DATA="install -pm644"
install -pD -m644 %_sourcedir/m4.m4 %buildroot%_datadir/aclocal/m4.m4

%post
%install_info %name.info

%preun
%uninstall_info %name.info

%files
%_bindir/*
%_infodir/*.info*
%_man1dir/*
%_datadir/aclocal/*
%doc AUTHORS BACKLOG NEWS README THANKS TODO

%changelog

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

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