correct newline causing DESTDIR to be ignored, bump release
This commit is contained in:
parent
95073caec6
commit
fe97af2f08
@ -3,8 +3,7 @@
|
||||
%_zig_version @@ZIG_VERSION@@
|
||||
%zig /usr/bin/zig
|
||||
|
||||
%zig_build \
|
||||
%zig \\\
|
||||
%zig_build %zig \\\
|
||||
build \\\
|
||||
--verbose \\\
|
||||
--cache-dir zig-cache
|
||||
|
5
zig.spec
5
zig.spec
@ -7,7 +7,7 @@
|
||||
|
||||
Name: zig
|
||||
Version: 0.8.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Programming language for maintaining robust, optimal, and reusable software
|
||||
|
||||
License: MIT and NCSA and LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL and ZPLv2.1
|
||||
@ -141,6 +141,9 @@ sed -i -e "s|@@ZIG_VERSION@@|%{version}|" %{buildroot}%{_rpmconfigdir}/macros.d
|
||||
%{_rpmconfigdir}/macros.d/macros.%{name}
|
||||
|
||||
%changelog
|
||||
* Sun Jul 04 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 0.8.0-5
|
||||
- correct newline in macro that caused DESTDIR to be ignored
|
||||
|
||||
* Mon Jun 28 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 0.8.0-4
|
||||
- correct macro once again to allow for proper packaging
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user