missed spec changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/quickjs?expand=0&rev=5
This commit is contained in:
10
quickjs.spec
10
quickjs.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package quickjs
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Name: quickjs
|
||||||
Version: 20210327
|
Version: 20240113
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Small and embeddable Javascript engine
|
Summary: Small and embeddable Javascript engine
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -58,10 +58,10 @@ LDFLAGS += %{optflags}
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build %{?compiler} prefix=%{_prefix}
|
%make_build PREFIX=%{_prefix}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install %{?compiler} prefix=%{_prefix}
|
%make_install PREFIX=%{_prefix}
|
||||||
#remove extraneous binary
|
#remove extraneous binary
|
||||||
rm -f %{buildroot}%{_prefix}/lib/quickjs/libquickjs.lto.a
|
rm -f %{buildroot}%{_prefix}/lib/quickjs/libquickjs.lto.a
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user