mirror of
https://abf.rosa.ru/djam/rustdesk.git
synced 2025-05-02 17:47:06 +00:00
This commit is contained in:
parent
b71ca244d4
commit
96b84a1c8a
2 changed files with 6 additions and 5 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,4 +1,5 @@
|
||||||
sources:
|
sources:
|
||||||
hbb_common-7cf11f7b771e27ecbd14fd1dd0ced55a64f40eb5.tar.gz: 5205518fbe118cd66f67aa7a36db57f1cdaafa6d
|
hbb_common-7cf11f7b771e27ecbd14fd1dd0ced55a64f40eb5.tar.gz: 5205518fbe118cd66f67aa7a36db57f1cdaafa6d
|
||||||
rustdesk-1.3.8.tar.gz: 3ca30747149b069c8e1ad961ce2226c01d33d962
|
hbb_common-81b932b7bfa2ff8bc60189625fd6538db2fa9ea1.tar.gz: 88b05563a261fca85a579cc02524cb8c90fcbf0a
|
||||||
|
rustdesk-1.3.9.tar.gz: fe3b2c7a0362b1bc5a6b2dea1547e6c66bb4a64a
|
||||||
vcpkg-2024.07.12.tar.gz: 8749b0fe08121f1d216f235ef9269a016f6b990f
|
vcpkg-2024.07.12.tar.gz: 8749b0fe08121f1d216f235ef9269a016f6b990f
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
%define debug %nil
|
%define debug %nil
|
||||||
%define debug_package %nil
|
%define debug_package %nil
|
||||||
%define rustver 1.83.0
|
%define rustver 1.85.0
|
||||||
%define vcpkg_ver 2024.07.12
|
%define vcpkg_ver 2024.07.12
|
||||||
%define hbbc 7cf11f7b771e27ecbd14fd1dd0ced55a64f40eb5
|
%define hbbc 81b932b7bfa2ff8bc60189625fd6538db2fa9ea1
|
||||||
%define _optdir /opt/%{name}
|
%define _optdir /opt/%{name}
|
||||||
|
|
||||||
Name: rustdesk
|
Name: rustdesk
|
||||||
Version: 1.3.8
|
Version: 1.3.9
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Virtual / remote desktop infrastructure
|
Summary: Virtual / remote desktop infrastructure
|
||||||
URL: https://rustdesk.com
|
URL: https://rustdesk.com
|
||||||
|
@ -14,7 +14,7 @@ Source0: https://github.com/rustdesk/rustdesk/archive/%{version}/%{name}-%{versi
|
||||||
Source1: https://github.com/microsoft/vcpkg/archive/%{vcpkg_ver}/vcpkg-%{vcpkg_ver}.tar.gz
|
Source1: https://github.com/microsoft/vcpkg/archive/%{vcpkg_ver}/vcpkg-%{vcpkg_ver}.tar.gz
|
||||||
Source2: https://github.com/rustdesk/hbb_common/archive/%{hbbc}/hbb_common-%{hbbc}.tar.gz
|
Source2: https://github.com/rustdesk/hbb_common/archive/%{hbbc}/hbb_common-%{hbbc}.tar.gz
|
||||||
Source1000: %{name}.rpmlintrc
|
Source1000: %{name}.rpmlintrc
|
||||||
License: GPLv3
|
License: AGPLv3
|
||||||
Group: Office
|
Group: Office
|
||||||
%if %{mdvver} > 201610
|
%if %{mdvver} > 201610
|
||||||
BuildRequires: cargo
|
BuildRequires: cargo
|
||||||
|
|
Loading…
Add table
Reference in a new issue