mold 1.9.0-1 (aarch64;znver1;x86_64) 2023-17133
9999
| Status | published | ||||||||||||
| Submitter | angrypenguinpoland [@T] gmail.com | ||||||||||||
| Platform | rolling | ||||||||||||
| Repository | main | ||||||||||||
| URL | https://abf.openmandriva.org/build_lists/285346 | ||||||||||||
| Packages |
|
||||||||||||
| Build Date | 2023-01-10 15:15:51 +0000 UTC | ||||||||||||
| Last Updated | 2023-01-12 02:04:34.12650104 +0000 UTC |
$ git diff --patch-with-stat --summary 7ba3a73a65e0aaed7891bf791e66924c599d1c05..d7aa626e4d9ec5790142ce872cbe006122414cd1
.abf.yml | 2 +-
mold.spec | 16 +++++++---------
2 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/.abf.yml b/.abf.yml
index 021b33c..68a9d0d 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
sources:
- mold-1.5.1.tar.gz: 3fd1afb2621096ba91ff95676a452b82b9b92043
+ mold-1.9.0.tar.gz: 2fda161ff98af7e709f7eee589fdf183bd0f09e2
diff --git a/mold.spec b/mold.spec
index 1faa4ea..a93bbc4 100644
--- a/mold.spec
+++ b/mold.spec
@@ -2,13 +2,14 @@
Summary: Modern and fast linker
Name: mold
-Version: 1.5.1
+Version: 1.9.0
Release: 1
Group: Development
License: AGPLv3
URL: https://github.com/rui314/mold
-Source0: https://github.com/rui314/mold/archive/refs/tags/%{version}/%{name}-%{version}.tar.gz
+Source0: https://github.com/rui314/mold/archive/refs/tags/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake
+BuildRequires: ninja
BuildRequires: pkgconfig(libxxhash)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(zlib)
@@ -23,16 +24,13 @@ build time especially in rapid debug-edit-rebuild cycles.
%prep
%autosetup -p1
+%cmake -G Ninja
%build
-%make_build PREFIX=%{_prefix} LIBDIR=%{_libdir} LTO=1 SYSTEM_TBB=1
+%ninja_build -C build
%install
-export MANDIR=%{_mandir}
-export LIBDIR=%{_libdir}
-export LIBEXECDIR=%{_libexecdir}
-export BINDIR=%{_bindir}
-%make_install PREFIX=%{_prefix} BINDIR=%{_bindir} MANDIR=%{_mandir} LIBDIR=%{_libdir} LIBEXECDIR=%{_libexecdir} LTO=1 SYSTEM_TBB=1
+%ninja_install -C build
%files
%doc %{_datadir}/doc/mold/LICENSE
@@ -41,4 +39,4 @@ export BINDIR=%{_bindir}
%{_libexecdir}/mold/ld
%{_libdir}/mold/mold-wrapper.so
%{_mandir}/man1/mold.1*
-%{_mandir}/man1/ld.mold.1.*
+%{_mandir}/man1/ld.mold.1*
Not Available
| benbullard79 [@T] cox.net | No Comment. | 1188d 09hrs |
| benbullard79 [@T] cox.net | No Comment. | 1187d 10hrs |
| benbullard79 [@T] cox.net | No Comment. | 1187d 10hrs |