File tuc.spec of Package tuc
#
# spec file for package tuc
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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: tuc
Version: 1.3.0
Release: 0
Summary: When cut doesn't cut it
License: GPL-3.0-or-later
URL: https://github.com/riquito/tuc
Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.zst
BuildRequires: cargo-packaging
ExclusiveArch: %{rust_tier1_arches}
%description
You want to cut on more than just a character, perhaps using negative indexes or format the selected fields as you want... Maybe you want to cut on lines - ever needed to drop or keep first and last line? That's where tuc can help.
%prep
%autosetup -p1 -a1
%build
%{cargo_build}
%install
%{cargo_install}
%check
%{cargo_test}
%files
%license LICENSE
%{_bindir}/tuc
%changelog