2022-03-21 08:28:04 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package tiny
|
|
|
|
|
#
|
2025-04-14 13:40:08 +00:00
|
|
|
# Copyright (c) 2025 SUSE LLC
|
2022-03-21 08:28:04 +00:00
|
|
|
#
|
|
|
|
|
# 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.
|
|
|
|
|
|
2022-05-24 07:06:28 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2022-03-21 08:28:04 +00:00
|
|
|
#
|
|
|
|
|
|
2022-05-24 07:06:28 +00:00
|
|
|
|
2022-03-21 08:28:04 +00:00
|
|
|
Name: tiny
|
2025-06-01 12:49:48 +00:00
|
|
|
Version: 0.13.0+git5.g2ee969a
|
2022-03-21 08:28:04 +00:00
|
|
|
Release: 0
|
|
|
|
|
Summary: Terminal IRC client written in Rust
|
2022-05-24 07:06:28 +00:00
|
|
|
License: (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR BSD-2-Clause) AND (MIT OR Unlicense) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT AND MIT
|
|
|
|
|
URL: https://github.com/osa1/tiny
|
2023-08-05 12:52:09 +00:00
|
|
|
Source0: %{name}-%{version}.tar.zst
|
|
|
|
|
Source1: vendor.tar.zst
|
2022-03-21 08:28:04 +00:00
|
|
|
BuildRequires: cargo-packaging
|
2023-08-05 12:57:06 +00:00
|
|
|
BuildRequires: zstd
|
2024-10-31 11:13:19 +00:00
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
2022-03-21 08:28:04 +00:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
A terminal IRC client written in Rust.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -a1
|
|
|
|
|
|
|
|
|
|
%build
|
2023-06-02 15:15:57 +00:00
|
|
|
%{cargo_build} --features desktop-notifications
|
2022-03-21 08:28:04 +00:00
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
install -D -d -m 0755 %{buildroot}%{_bindir}
|
|
|
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/tiny %{buildroot}%{_bindir}/tiny
|
|
|
|
|
|
|
|
|
|
%check
|
2025-04-14 13:40:08 +00:00
|
|
|
%{cargo_test} --workspace --exclude '*termbox*'
|
2022-03-21 08:28:04 +00:00
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
|
%{_bindir}/tiny
|
|
|
|
|
|
|
|
|
|
%changelog
|