Name: make381 Version: 3.81 Release: 3mamba Summary: A GNU tool which simplifies the build process for users Group: Applications/Development Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.gnu.org/directory/GNU/make.html Source: http://ftp.gnu.org/pub/gnu/make/make-%{version}.tar.gz License: GPL Requires(post):%{__install_info} ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %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. %prep %setup -q -n make-%{version} %build %configure --program-suffix=381 %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall ln -s make381 %{buildroot}%{_bindir}/gmake381 rm -rf %{buildroot}%{_datadir}/locale rm -rf %{buildroot}%{_datadir}/info %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %attr(0755,root,root) %{_bindir}/make381 %{_bindir}/gmake381 %{_mandir}/man1/* %changelog * Fri Aug 13 2010 Silvan Calarco 3.81-3mamba - rebuilt as legacy package * 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