Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37399129
en ru br
Репозитории ALT
S:4.4.0-alt2
5.1: 3.81-alt5
4.1: 3.81-alt2
4.0: 3.81-alt2
3.0: 3.81beta3-alt4
www.altlinux.org/Changes

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

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

Name: make
Version: 3.81
Release: alt2
Serial: 2

Summary: A GNU tool which simplifies the build process for users
License: GPL
Group: Development/Other
Url: http://www.gnu.org/software/make/
Packager: Dmitry V. Levin <ldv at altlinux.org>

# ftp://ftp.gnu.org/gnu/make/make-%version.tar.bz2

Source: make-%version.tar
Patch1: make-3.81-cvs-20070103-ENULLLOOP.patch
Patch2: make-3.81-alt-texinfo.patch
Patch3: make-3.81-alt-getcwd.patch
Patch4: make-3.81-alt-job_slots.patch

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

# due to autoreconf/autopoint.

#BuildRequires: cvs

%description
A GNU tool for controlling the generation of executables and other
non-source files of a program from the program's source files.
Make allows users to build and install packages without any significant
knowledge about the details of the build process.  The details about
how the program should be built are provided for make in the program's
makefile.

%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
bzip2 -9k NEWS ChangeLog

%build
#autoreconf -fisv
# Enable mkstemp explicitly, not rely on configure (Owl).
export ac_cv_func_mkstemp=yes
%configure

rm -f doc/*.info*
%make_build
%{!?__buildreqs:%{!?_without_check:%{!?_disable_check:%make_build check}}}

%install
%makeinstall
ln -sf make %buildroot%_bindir/gmake

%find_lang %name

%post
%install_info make.info

%preun
%uninstall_info make.info

%files -f %name.lang
%_bindir/*
%_mandir/man?/*
%_infodir/*.info*
%doc AUTHORS ChangeLog.bz2 NEWS.bz2 README

%changelog

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

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