7
0
forked from pool/rusty_v8
2022-06-19 00:05:25 +00:00
committed by Git OBS Bridge
parent 0b14e34f16
commit 4d4080689f
7 changed files with 55 additions and 10 deletions

View File

@@ -17,7 +17,7 @@
Name: rusty_v8
Version: 0.42.1
Version: 0.44.1
Release: 0
Summary: Build tooling for Deno (do not install or use!)
License: MIT
@@ -25,6 +25,7 @@ Group: Productivity/Other
URL: https://github.com/denoland/rusty_v8
Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.xz
Patch0: fix-cflags.patch
BuildRequires: clang
BuildRequires: gn
BuildRequires: lld
@@ -32,7 +33,7 @@ BuildRequires: llvm
BuildRequires: ninja
BuildRequires: pkgconfig
BuildRequires: python
BuildRequires: python2-setuptools
BuildRequires: python3-setuptools
BuildRequires: rust-packaging
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gmodule-2.0)
@@ -48,7 +49,7 @@ cruft that is dragged along into the deno build from V8,
Chromium, etc.
%prep
%autosetup -a1
%autosetup -a1 -p1
%define cargo_registry $(pwd)/vendor
%{cargo_prep}