2020-09-08 16:29:48 +00:00
|
|
|
#
|
|
|
|
# spec file for package tuigreet
|
|
|
|
#
|
2022-01-07 07:02:13 +00:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2020-09-08 16:29:48 +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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2021-09-28 07:10:08 +00:00
|
|
|
|
2020-09-08 16:29:48 +00:00
|
|
|
Name: tuigreet
|
2021-11-01 08:16:11 +00:00
|
|
|
Version: 0.7.1
|
2020-09-08 16:29:48 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Graphical console greeter for greetd
|
2021-09-28 07:10:08 +00:00
|
|
|
License: GPL-3.0-only
|
2020-09-08 16:29:48 +00:00
|
|
|
Group: System/Management
|
|
|
|
URL: https://github.com/apognu/tuigreet
|
|
|
|
Source: %{name}-%{version}.tar.gz
|
|
|
|
Source1: vendor.tar.gz
|
|
|
|
Source2: cargo_config
|
2021-09-28 07:10:08 +00:00
|
|
|
BuildRequires: cargo-packaging
|
2020-09-08 16:29:48 +00:00
|
|
|
Recommends: greetd
|
|
|
|
|
|
|
|
%description
|
|
|
|
Console UI greeter (using tui-rs)
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -qa1
|
2021-09-28 07:10:08 +00:00
|
|
|
mkdir .cargo
|
2020-09-08 16:29:48 +00:00
|
|
|
cp %{SOURCE2} .cargo/config
|
|
|
|
|
|
|
|
%build
|
2021-09-28 07:10:08 +00:00
|
|
|
%{cargo_build}
|
2020-09-08 16:29:48 +00:00
|
|
|
|
|
|
|
%install
|
2021-09-28 07:10:08 +00:00
|
|
|
%{cargo_install}
|
2020-09-08 16:29:48 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
|
|
|
%changelog
|