| |
@@ -1,6 +1,6 @@
|
| |
Name: 4th
|
| |
Version: 3.62.5
|
| |
- Release: 5%{?dist}
|
| |
+ Release: 6%{?dist}
|
| |
Summary: A Forth compiler
|
| |
|
| |
License: GPLv3+
|
| |
@@ -30,7 +30,7 @@
|
| |
|
| |
%build
|
| |
LD_LIBRARY_PATH="$PWD/sources/" \
|
| |
- make %{?_smp_mflags} -C sources \
|
| |
+ %make_build -C sources \
|
| |
STATIC= SHARED=1 \
|
| |
CFLAGS="-DUNIX -fsigned-char %{optflags} -fPIC"
|
| |
|
| |
@@ -71,6 +71,10 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 3.62.5-6
|
| |
+ - Use make macros
|
| |
+ - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
| |
+
|
| |
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.62.5-5
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
| |
|
| |
This pull request was create automatically for the f33 change:
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
Please review the patch and if you approve the changes, merge it after the simple-koji-ci test passes.
This pull request will be automatically merged in 1 week if there are not objections.