forked from pool/rusty_v8
fix filename and version in _service
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
This commit is contained in:
2
_service
2
_service
@@ -2,6 +2,8 @@
|
|||||||
<service name="cargo_vendor" mode="manual">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="src">https://github.com/denoland/rusty_v8</param>
|
<param name="src">https://github.com/denoland/rusty_v8</param>
|
||||||
<param name="revision">v137.2.1</param>
|
<param name="revision">v137.2.1</param>
|
||||||
|
<param name="versionrewriteregex">^v?(.*)</param>
|
||||||
|
<param name="versionrewritepattern">$1</param>
|
||||||
<param name="compression">zst</param>
|
<param name="compression">zst</param>
|
||||||
<param name="update">false</param>
|
<param name="update">false</param>
|
||||||
</service>
|
</service>
|
||||||
|
BIN
rusty_v8-137.2.1.tar.zst
(Stored with Git LFS)
Normal file
BIN
rusty_v8-137.2.1.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
rusty_v8-v137.2.1.tar.zst
(Stored with Git LFS)
BIN
rusty_v8-v137.2.1.tar.zst
(Stored with Git LFS)
Binary file not shown.
@@ -19,13 +19,13 @@
|
|||||||
%global __requires_exclude_from ^%{_libdir}/crates/rusty_v8/.*$
|
%global __requires_exclude_from ^%{_libdir}/crates/rusty_v8/.*$
|
||||||
|
|
||||||
Name: rusty_v8
|
Name: rusty_v8
|
||||||
Version: v137.2.1
|
Version: 137.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Build tooling for Deno (do not install or use!)
|
Summary: Build tooling for Deno (do not install or use!)
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Other
|
Group: Productivity/Other
|
||||||
URL: https://github.com/denoland/rusty_v8
|
URL: https://github.com/denoland/rusty_v8
|
||||||
Source0: %{name}-v%{version}.tar.zst
|
Source0: %{name}-%{version}.tar.zst
|
||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
Source100: rusty_v8-rpmlintrc
|
Source100: rusty_v8-rpmlintrc
|
||||||
Patch0: deno-v8-arm.patch
|
Patch0: deno-v8-arm.patch
|
||||||
|
Reference in New Issue
Block a user