diff --git a/make-4.4.1.tar.lz b/make-4.4.1.tar.lz new file mode 100644 index 0000000..4586967 Binary files /dev/null and b/make-4.4.1.tar.lz differ diff --git a/make.spec b/make.spec index 276f401..dbfc4ee 100644 --- a/make.spec +++ b/make.spec @@ -1,22 +1,22 @@ Name: make -Version: 4.4 +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://directory.fsf.org/wiki/GNU/make -Source: http://ftp.gnu.org/pub/gnu/make/%{name}-%{version}.tar.gz +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 -Requires(post):%{__install_info} ## 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. @@ -25,6 +25,8 @@ The details about how the program should be built are provided for make in the p 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 @@ -60,6 +62,9 @@ exit 0 %{_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