|
|
@ -5,14 +5,14 @@
|
|
|
|
Name: make
|
|
|
|
Name: make
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Version: 4.4.1
|
|
|
|
Version: 4.4.1
|
|
|
|
Release: 8%{?dist}
|
|
|
|
Release: 9%{?dist}
|
|
|
|
License: GPL-3.0-or-later AND LGPL-2.1-or-later AND GFDL-1.3-or-later AND FSFULLR
|
|
|
|
License: GPL-3.0-or-later AND LGPL-2.1-or-later AND GFDL-1.3-or-later AND FSFULLR
|
|
|
|
URL: http://www.gnu.org/software/make/
|
|
|
|
URL: http://www.gnu.org/software/make/
|
|
|
|
Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz
|
|
|
|
Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
%if "%{name}" != "make"
|
|
|
|
%if "%{name}" != "make"
|
|
|
|
# Set this to the sub-package base name, for "make-latest"
|
|
|
|
# Set this to the sub-package base name, for "make-latest"
|
|
|
|
%global make make441
|
|
|
|
%global make %(echo make%{version} | tr -d .)
|
|
|
|
%if 0%{?rhel} > 0
|
|
|
|
%if 0%{?rhel} > 0
|
|
|
|
%global _prefix /opt/rh/%{make}
|
|
|
|
%global _prefix /opt/rh/%{make}
|
|
|
|
%else
|
|
|
|
%else
|
|
|
@ -24,6 +24,8 @@ Summary: Meta package to include latest version of make
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
%global make %{name}
|
|
|
|
%global make %{name}
|
|
|
|
Summary: A GNU tool which simplifies the build process for users
|
|
|
|
Summary: A GNU tool which simplifies the build process for users
|
|
|
|
|
|
|
|
Provides: make-latest = %{version}-%{release}
|
|
|
|
|
|
|
|
Provides: %(echo make%{version} | tr -d .) = %{version}-%{release}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} > 0
|
|
|
|
%if 0%{?rhel} > 0
|
|
|
@ -134,6 +136,9 @@ echo ============END TESTING===========
|
|
|
|
%{_includedir}/gnumake.h
|
|
|
|
%{_includedir}/gnumake.h
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Nov 5 2024 DJ Delorie <dj@redhat.com> - 1:4.4.1-9
|
|
|
|
|
|
|
|
- Ensure that we can upgrade from make-latest to make (RHEL-33540)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:4.4.1-8
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:4.4.1-8
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
Resolves: RHEL-64018
|
|
|
|