update to 4.4.1 [release 4.4.1-1mamba;Wed Mar 08 2023]
This commit is contained in:
parent
d1a0126ca4
commit
529f1a3685
BIN
make-4.4.1.tar.lz
Normal file
BIN
make-4.4.1.tar.lz
Normal file
Binary file not shown.
13
make.spec
13
make.spec
@ -1,22 +1,22 @@
|
|||||||
Name: make
|
Name: make
|
||||||
Version: 4.4
|
Version: 4.4.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A GNU tool which simplifies the build process for users
|
Summary: A GNU tool which simplifies the build process for users
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://directory.fsf.org/wiki/GNU/make
|
URL: https://www.gnu.org/software/make/
|
||||||
Source: http://ftp.gnu.org/pub/gnu/make/%{name}-%{version}.tar.gz
|
Source: https://ftp.gnu.org/gnu/make/make-%{version}.tar.lz
|
||||||
Patch0: %{name}-3.82-savannah-bugs-30612-30723.patch
|
Patch0: %{name}-3.82-savannah-bugs-30612-30723.patch
|
||||||
Patch1: make-4.2-upstream-fix-parallel-builds.patch
|
Patch1: make-4.2-upstream-fix-parallel-builds.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
Requires(post):%{__install_info}
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgc-devel
|
BuildRequires: libgc-devel
|
||||||
BuildRequires: libguile-devel
|
BuildRequires: libguile-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
Requires(post):%{__install_info}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A GNU tool for controlling the generation of executables and other non-source files of a program from the program's source files.
|
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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
@ -60,6 +62,9 @@ exit 0
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 08 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.1-1mamba
|
||||||
|
- update to 4.4.1
|
||||||
|
|
||||||
* Mon Oct 31 2022 Automatic Build System <autodist@mambasoft.it> 4.4-1mamba
|
* Mon Oct 31 2022 Automatic Build System <autodist@mambasoft.it> 4.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user