1
0
forked from pool/broot
broot/broot.spec

53 lines
1.4 KiB
RPMSpec
Raw Normal View History

#
# spec file for package broot
#
Accepting request 1073936 from home:MSirringhaus:branches:utilities - Update to 1.21.0: * better nushell integration (no need to quote arguments anymore, fix path extension broken by new version of nushell) * don't show modal-only keys in help page when modal mode isn't enabled - Update to 1.20.2: * fix debug statement printed in some cases (mostly on Windows) - Update to 1.20.1: * fix status line not always displaying the hint of the input's verb - Update to 1.20.0: * unless overriden, /proc is now no-enter, which solves freezes when searchin on / in some system * SVG files now rendered as images in the preview panel * new version of the nushell function. You should be prompted for an update * no-hide special paths * preview can now be opened on directories, showing their first level * better determine whether the terminal is white or dark in some (probably rare) cases - Update to 1.19.0: * Nushell support - Update to 1.18.0: * Hjson configuration file can now omit outside braces (it's "braceless Hjson"), making it much cleaner * allow opening the help screen with just the ? key on Windows (as for other systems) * fix a crash in some cases of input being cleaned with a selection - Update to 1.17.1: * Windows specific implementation of :cpp - Update to 1.17.0: * max file size for content search now configurable (default is now 10MB) * file summing now avoids /proc and /run * default configuration sets /media as not entered by default (can be commented out, of course) OBS-URL: https://build.opensuse.org/request/show/1073936 OBS-URL: https://build.opensuse.org/package/show/utilities/broot?expand=0&rev=7
2023-03-23 11:16:52 +01:00
# Copyright (c) 2023 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
2024-06-27 09:18:08 +02:00
Version: 1.39.0
Release: 0
Summary: A better way to navigate directories
License: GPL-2.0-only AND MIT AND MPL-2.0
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: cargo-packaging
%description
A better way to navigate directories.
Tree-like commandline directory navigator written in Rust.
%prep
%setup -qa 1
%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