Accepting request 833021 from home:dkondratenko

Initial package tuigreet 0.2.0

OBS-URL: https://build.opensuse.org/request/show/833021
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/tuigreet?expand=0&rev=1
This commit is contained in:
Jan Engelhardt 2020-09-08 16:29:48 +00:00 committed by Git OBS Bridge
commit fa5aad087b
8 changed files with 115 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -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

19
_service Normal file
View File

@ -0,0 +1,19 @@
<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/apognu/tuigreet.git</param>
<param name="scm">git</param>
<param name="revision">0.2.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">tuigreet</param>
<param name="compression">gz</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
</services>

5
cargo_config Normal file
View File

@ -0,0 +1,5 @@
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"

3
tuigreet-0.2.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c725ac487056ea8f4ed052ccb3f89e052899a4b004a0c6ea7d3bdeeb961577ec
size 105995

4
tuigreet.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Mon Sep 7 16:06:27 UTC 2020 - Denis Kondratenko <denis.kondratenko@suse.com>
- Initial package tuigreet 0.2.0

5
tuigreet.obsinfo Normal file
View File

@ -0,0 +1,5 @@
name: tuigreet
version: 0.2.0
mtime: 1597873364
commit: ad06a85c0ab607a7cd182ca0391894db33925a22

53
tuigreet.spec Normal file
View File

@ -0,0 +1,53 @@
#
# spec file for package tuigreet
#
# 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: tuigreet
Version: 0.2.0
Release: 0
Summary: Graphical console greeter for greetd
License: GPL-3.0
Group: System/Management
URL: https://github.com/apognu/tuigreet
Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
Source2: cargo_config
BuildRequires: rust
BuildRequires: cargo
BuildRequires: rust-packaging
Recommends: greetd
%description
Console UI greeter (using tui-rs)
%prep
%setup -qa1
%cargo_prep
cp %{SOURCE2} .cargo/config
%build
%cargo_build
%install
install -D -p -m 0755 target/release/%{name} %{buildroot}%{_bindir}/%{name}
%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%changelog

3
vendor.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d8c9223f66026a9aca95d91cb37e972bd738e04ccb1370128648a6454c17272
size 9664585