Name: make Version: 4.4.1 Release: 1mamba Summary: A GNU tool which simplifies the build process for users Group: Applications/Development Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.gnu.org/software/make/ Source: https://ftp.gnu.org/gnu/make/make-%{version}.tar.lz Patch0: %{name}-3.82-savannah-bugs-30612-30723.patch Patch1: make-4.2-upstream-fix-parallel-builds.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgc-devel BuildRequires: libguile-devel ## AUTOBUILDREQ-END Requires(post):%{__install_info} %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. The GNU make tool should be installed on your system because it is commonly used to simplify the process of installing programs. %debug_package %prep %setup -q #%patch0 -p1 #%patch1 -p1 %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall ln -s make %{buildroot}%{_bindir}/gmake %find_lang %{name} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post %install_info %{name}.info %preun %uninstall_info %{name}.info exit 0 %files -f %{name}.lang %defattr(-,root,root) %attr(0755,root,root) %{_bindir}/make %{_bindir}/gmake %{_includedir}/gnumake.h %{_infodir}/* %{_mandir}/man1/* %changelog * Wed Mar 08 2023 Silvan Calarco 4.4.1-1mamba - update to 4.4.1 * Mon Oct 31 2022 Automatic Build System 4.4-1mamba - automatic version update by autodist * Mon Jan 20 2020 Automatic Build System 4.3-1mamba - automatic version update by autodist * Sat Jun 18 2016 Automatic Build System 4.2.1-1mamba - automatic version update by autodist * Wed Jun 01 2016 Silvan Calarco 4.2-2mamba - added upstream patch to fix compilation with -j * Mon May 23 2016 Automatic Build System 4.2-1mamba - automatic version update by autodist * Mon Oct 06 2014 Automatic Build System 4.1-1mamba - automatic version update by autodist * Fri Oct 11 2013 Automatic Build System 4.0-1mamba - automatic version update by autodist * Mon Apr 23 2012 Silvan Calarco 3.82-2mamba - applied patch to fix build of bin86 * Mon Aug 09 2010 Automatic Build System 3.82-1mamba - automatic update by autodist * Wed Jun 04 2008 Silvan Calarco 3.81-2mamba - specfile updated * Tue Sep 05 2006 Davide Madrisan 3.81-1qilnx - update to version 3.81 by autospec * Tue Sep 13 2005 Davide Madrisan 3.80-5qilnx - fixed package group - use %%find_lang to get localization files - install/uninstall info files * Mon Sep 12 2005 Silvan Calarco 3.80-4qilnx - rebuilt with cross platform support * Wed Jun 18 2003 Silvan Calarco 3.80-3qilnx - added gmake symlink * Mon Apr 14 2003 Alessandro Ramazzina 3.80-1qilnx - creation of make package