1
0
forked from pool/broot

Accepting request 974535 from home:MSirringhaus:broot

H! @MSirringhaus ! I just found this project today and wanted to package it. What do you think about pushing your version to Factory?

OBS-URL: https://build.opensuse.org/request/show/974535
OBS-URL: https://build.opensuse.org/package/show/utilities/broot?expand=0&rev=1
This commit is contained in:
Michael Vetter 2022-05-08 09:25:35 +00:00 committed by Git OBS Bridge
commit 839499b795
6 changed files with 92 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
broot-1.11.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0cc09d5bcc5c6b80d6161c2ba234df0332c1dabd6c3c9f2f6ebe2f82b8eef5c3
size 10039048

9
broot.changes Normal file
View File

@ -0,0 +1,9 @@
-------------------------------------------------------------------
Mon May 2 14:05:20 UTC 2022 - Martin Sirringhaus <martin.sirringhaus@suse.com>
- Update to v1.11.1 (see CHANGELOG.md)
-------------------------------------------------------------------
Thu Jan 23 10:32:38 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
- Initial commmit of v0.12.0

53
broot.spec Normal file
View File

@ -0,0 +1,53 @@
#
# spec file for package broot
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: broot
Version: 1.11.1
Release: 0
Summary: A better way to navigate directories
License: MIT
URL: https://dystroy.org/broot/
Source0: https://github.com/Canop/broot/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.xz
Source2: %{name}.changes
BuildRequires: rust-packaging
%description
A better way to navigate directories.
Tree-like commandline directory navigator written in Rust.
%prep
%setup -qa 1
%define cargo_registry $(pwd)/vendor
%cargo_prep
%build
%cargo_build
%check
%cargo_test
%install
%cargo_install
rm -rf %{buildroot}/%{_builddir}/%{name}-%{version}/vendor/
%files
%license LICENSE
%doc CHANGELOG.md README.md
%{_bindir}/broot
%changelog

3
vendor.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6ab63c341931cf5b563541299d51ee371161e666fac6be991dbeb9860db2db6
size 18691736