2024-02-09 23:36:06 +00:00
committed by Git OBS Bridge
parent 95c4139003
commit aff57b77f7

View File

@@ -1,7 +1,7 @@
#
# spec file for package quickjs
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
#
%define ver 2021-03-27
%define ver 2024-01-13
Name: quickjs
Version: 20210327
Version: 20240113
Release: 0
Summary: Small and embeddable Javascript engine
License: MIT
@@ -58,10 +58,10 @@ LDFLAGS += %{optflags}
EOF
%build
%make_build %{?compiler} prefix=%{_prefix}
%make_build PREFIX=%{_prefix}
%install
%make_install %{?compiler} prefix=%{_prefix}
%make_install PREFIX=%{_prefix}
#remove extraneous binary
rm -f %{buildroot}%{_prefix}/lib/quickjs/libquickjs.lto.a