Accepting request 987797 from utilities
OBS-URL: https://build.opensuse.org/request/show/987797 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/broot?expand=0&rev=2
This commit is contained in:
commit
e3c892b983
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 8 02:40:04 UTC 2022 - William Brown <william.brown@suse.com>
|
||||||
|
|
||||||
|
- Remove dependency on unmaintained rust-packaging
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 14:05:20 UTC 2022 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
Mon May 2 14:05:20 UTC 2022 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||||
|
|
||||||
|
10
broot.spec
10
broot.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package broot
|
# spec file for package broot
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: broot
|
Name: broot
|
||||||
Version: 1.11.1
|
Version: 1.11.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -24,7 +25,8 @@ URL: https://dystroy.org/broot/
|
|||||||
Source0: https://github.com/Canop/broot/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/Canop/broot/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
Source2: %{name}.changes
|
Source2: %{name}.changes
|
||||||
BuildRequires: rust-packaging
|
Source3: cargo_config
|
||||||
|
BuildRequires: cargo-packaging
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A better way to navigate directories.
|
A better way to navigate directories.
|
||||||
@ -32,8 +34,8 @@ Tree-like commandline directory navigator written in Rust.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qa 1
|
%setup -qa 1
|
||||||
%define cargo_registry $(pwd)/vendor
|
mkdir .cargo
|
||||||
%cargo_prep
|
cp %{SOURCE3} .cargo/config
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cargo_build
|
%cargo_build
|
||||||
|
5
cargo_config
Normal file
5
cargo_config
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[source.crates-io]
|
||||||
|
replace-with = "vendored-sources"
|
||||||
|
|
||||||
|
[source.vendored-sources]
|
||||||
|
directory = "vendor"
|
Loading…
Reference in New Issue
Block a user