Accepting request 948209 from devel:tools:compiler

- Update to version 1.0.2: complete release notes can be found here:
  https://github.com/rui314/mold/releases/tag/v1.0.2.

OBS-URL: https://build.opensuse.org/request/show/948209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mold?expand=0&rev=4
This commit is contained in:
2022-01-23 12:41:38 +00:00
committed by Git OBS Bridge
parent 9de417fa98
commit ade014dc5c
4 changed files with 11 additions and 9 deletions

View File

@@ -17,7 +17,7 @@
Name: mold
Version: 1.0.1
Version: 1.0.2
Release: 0
Summary: A Modern Linker (mold)
License: AGPL-3.0-or-later
@@ -55,11 +55,7 @@ export BINDIR=%{_bindir}
%make_build %{build_args}
%install
export PREFIX=%{_prefix}
export MANDIR=%{_mandir}
export LIBDIR=%{_libdir}
export BINDIR=%{_bindir}
%make_install %{build_args}
%make_install PREFIX=%{_prefix} BINDIR=%{_bindir} MANDIR=%{_mandir} LIBDIR=%{_libdir} %{build_args}
%post
"%_sbindir/update-alternatives" --install \