forked from pool/mdbook
- Fix FTBFS by updating how we use obs-service-cargo to automate
vendoring of dependencies. OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/mdbook?expand=0&rev=41
This commit is contained in:
parent
544250b7d2
commit
a8c3ab211d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 12:06:54 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
- Fix FTBFS by updating how we use obs-service-cargo to automate
|
||||
vendoring of dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 18 02:32:06 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
|
@ -24,7 +24,6 @@ License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-
|
||||
URL: https://github.com/rust-lang/mdBook
|
||||
Source0: https://github.com/rust-lang/mdBook/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: rust+cargo
|
||||
BuildRequires: zstd
|
||||
@ -35,8 +34,6 @@ mdbook is a utility to create books from Markdown files
|
||||
|
||||
%prep
|
||||
%autosetup -a1 -n mdBook-%{version}
|
||||
mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
%{cargo_build} --all-features
|
||||
|
Loading…
x
Reference in New Issue
Block a user