mirror of
https://abf.rosa.ru/djam/vscodium.git
synced 2025-02-23 06:12:58 +00:00
%{msver}.%{subrel}
This commit is contained in:
parent
cd2eec9cbf
commit
05b07eecb0
2 changed files with 6 additions and 6 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,4 +1,4 @@
|
|||
sources:
|
||||
remote-dependencies.tar: 27bf01881fb712aa9b1b7ed80e028b6bb428ab2a
|
||||
vscode-1.79.0.tar.gz: fde61e79f33ca62729429a36ac6af9ed62c5bea5
|
||||
vscodium-1.79.0.23159.tar.gz: 1de7697a652829bf7c8fa1e74019681b83281d84
|
||||
vscode-1.79.2.tar.gz: f5bf58ded2b6ebc137af7d1a03b80cd31cfa23c5
|
||||
vscodium-1.79.2.23166.tar.gz: 35ac0c85621bf72846f444b0be26335ad1b6f919
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
%define _optdir /opt
|
||||
%define debug %nil
|
||||
%define debug_package %nil
|
||||
%define msver 1.79.0
|
||||
%define subrel 23159
|
||||
%define msver 1.79.2
|
||||
%define subrel 23166
|
||||
|
||||
Name: vscodium
|
||||
Version: %{msver}.%{subrel}
|
||||
|
@ -13,7 +13,7 @@ License: MIT
|
|||
URL: https://vscodium.com
|
||||
Source0: https://github.com/VSCodium/vscodium/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://github.com/microsoft/vscode/archive/%{msver}/vscode-%{msver}.tar.gz
|
||||
Source2: remote-dependencies.tar
|
||||
#Source2: remote-dependencies.tar
|
||||
Source1000: %{name}.rpmlintrc
|
||||
ExclusiveArch: x86_64
|
||||
BuildRequires: nodejs-bootstrap-bin >= 16
|
||||
|
@ -41,7 +41,7 @@ tar -xf %{SOURCE1}
|
|||
mv vscode-%{msver} vscode
|
||||
|
||||
%build
|
||||
install -Dm0644 %{SOURCE2} remote-dependencies.tar
|
||||
#install -Dm0644 %{SOURCE2} remote-dependencies.tar
|
||||
|
||||
export PATH=$PATH:/opt/nodejs/16.*/bin
|
||||
export PYTHONPATH=%{python38_sitelib}
|
||||
|
|
Loading…
Add table
Reference in a new issue