commit 839499b7954496f18615984b16121b0a5e501003d38b4919f6c875131ac344f2 Author: Michael Vetter Date: Sun May 8 09:25:35 2022 +0000 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 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/broot-1.11.1.tar.gz b/broot-1.11.1.tar.gz new file mode 100644 index 0000000..d2c18f1 --- /dev/null +++ b/broot-1.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc09d5bcc5c6b80d6161c2ba234df0332c1dabd6c3c9f2f6ebe2f82b8eef5c3 +size 10039048 diff --git a/broot.changes b/broot.changes new file mode 100644 index 0000000..439d32b --- /dev/null +++ b/broot.changes @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Mon May 2 14:05:20 UTC 2022 - Martin Sirringhaus + +- Update to v1.11.1 (see CHANGELOG.md) + +------------------------------------------------------------------- +Thu Jan 23 10:32:38 UTC 2020 - Martin Sirringhaus + +- Initial commmit of v0.12.0 diff --git a/broot.spec b/broot.spec new file mode 100644 index 0000000..4b7a995 --- /dev/null +++ b/broot.spec @@ -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 diff --git a/vendor.tar.xz b/vendor.tar.xz new file mode 100644 index 0000000..a29ccc3 --- /dev/null +++ b/vendor.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ab63c341931cf5b563541299d51ee371161e666fac6be991dbeb9860db2db6 +size 18691736