- Disable update of vendored deps

OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=27
This commit is contained in:
Soc Virnyl Estela 2023-06-02 09:36:34 +00:00 committed by Git OBS Bridge
parent a9cb06a315
commit 18e772feab
4 changed files with 10 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<service name="cargo_vendor" mode="disabled">
<param name="srctar">xplr-0.21.2.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
<param name="update">false</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">xplr-0.21.2</param>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76c52f5546124a4a9ff13f33bfff51ae6f7c369dd973d7a242001e8fd208fcef
size 519813120
oid sha256:f6daee791835f481b5ddb2424fd7734f4021fbe13c95c1d5096c83dc70feb389
size 518840320

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 2 09:30:47 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Disable update of vendored deps
-------------------------------------------------------------------
Thu Jun 1 02:43:52 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -47,12 +47,10 @@ cp %{SOURCE2} .cargo/config
sed -i 's/-- version = "0.0.0"/version = "%{version}"/' src/init.lua
%build
# Temporary fix for now
cargo build --release --frozen --all-features
%{cargo_build} --all-features
%install
install -Dm0755 -T %{_builddir}/%{name}-%{version}/target/release/%{name} \
%{buildroot}%{_bindir}/%{name}
%{cargo_install} --all-features
install -Dm644 -T \
%{_builddir}/%{name}-%{version}/assets/desktop/%{name}.desktop \