- switch to using release tarballs, removed git service
OBS-URL: https://build.opensuse.org/package/show/Emulators:Wine/dxvk?expand=0&rev=3
This commit is contained in:
parent
f68087d3dd
commit
5a7767b9dd
17
_service
17
_service
@ -1,17 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service name="tar_scm" mode="disabled">
|
|
||||||
<param name="scm">git</param>
|
|
||||||
<param name="url">https://github.com/doitsujin/dxvk.git</param>
|
|
||||||
<param name="revision">master</param>
|
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@~git%ci</param>
|
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
|
||||||
<param name="revision">refs/tags/v1.7.1</param>
|
|
||||||
<param name="changesgenerate">disable</param>
|
|
||||||
</service>
|
|
||||||
<service name="recompress" mode="disabled">
|
|
||||||
<param name="file">*.tar</param>
|
|
||||||
<param name="compression">xz</param>
|
|
||||||
</service>
|
|
||||||
<service name="set_version" mode="disabled" />
|
|
||||||
<!-- <service name="download_files" mode="disabled"/> -->
|
|
||||||
</services>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:207e1c318f61e1b84dfb331a74d63c9633c22aad5553e6d371beadb44a872ca0
|
|
||||||
size 736396
|
|
3
dxvk-1.7.1.tar.gz
Normal file
3
dxvk-1.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6ce66c4e01196ed022604e90383593aea02c9016bde92c6840aa58805d5fc588
|
||||||
|
size 7863711
|
@ -2,6 +2,7 @@
|
|||||||
Sat Sep 5 17:49:06 UTC 2020 - Marcus Meissner <meissner@suse.com>
|
Sat Sep 5 17:49:06 UTC 2020 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
- updated to 1.7.1
|
- updated to 1.7.1
|
||||||
|
- switch to using release tarballs, removed git service
|
||||||
|
|
||||||
- fixes and Improvements
|
- fixes and Improvements
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dxvk
|
Name: dxvk
|
||||||
Version: 1.7.1+0~git20200813T191020
|
Version: 1.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Vulkan-based D3D11 implementation for Linux / Wine
|
Summary: Vulkan-based D3D11 implementation for Linux / Wine
|
||||||
License: zlib-acknowledgement
|
License: zlib-acknowledgement
|
||||||
Group: System/Emulators/PC
|
Group: System/Emulators/PC
|
||||||
Url: https://github.com/doitsujin/dxvk
|
Url: https://github.com/doitsujin/dxvk
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: https://github.com/doitsujin/dxvk/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: wine
|
BuildRequires: wine
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
|
Loading…
Reference in New Issue
Block a user