From 10ff71aa33e8fba9540d0cd489700282fdc3a6f5a98e2701f8dd320e61a5f85c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 9 Nov 2020 09:38:39 +0000 Subject: [PATCH] Accepting request 847083 from home:jubalh New dep for wlroots. Would be nice to have this in the same devel repo. OBS-URL: https://build.opensuse.org/request/show/847083 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/seatd?expand=0&rev=1 --- .gitattributes | 23 +++++++++ .gitignore | 1 + _service | 15 ++++++ seatd-1603141867.271305a.obscpio | 3 ++ seatd.changes | 4 ++ seatd.obsinfo | 5 ++ seatd.spec | 82 ++++++++++++++++++++++++++++++++ 7 files changed, 133 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 seatd-1603141867.271305a.obscpio create mode 100644 seatd.changes create mode 100644 seatd.obsinfo create mode 100644 seatd.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..6efb844 --- /dev/null +++ b/_service @@ -0,0 +1,15 @@ + + + + https://git.sr.ht/~kennylevinsen/seatd + git + 271305a15f33c4be7396372fa043fdb6d6765bf9 + + + + + gz + *.tar + + + diff --git a/seatd-1603141867.271305a.obscpio b/seatd-1603141867.271305a.obscpio new file mode 100644 index 0000000..bcff0ac --- /dev/null +++ b/seatd-1603141867.271305a.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45980c80cfb7b67aa3e6c459fe1292a88027b5ccfaefb357d864b1c8f9d46b3e +size 162827 diff --git a/seatd.changes b/seatd.changes new file mode 100644 index 0000000..d43cb91 --- /dev/null +++ b/seatd.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Mon Nov 9 09:07:00 UTC 2020 - Michael Vetter + +- Initial package of seatsd/libseat 0.4.0 for openSUSE diff --git a/seatd.obsinfo b/seatd.obsinfo new file mode 100644 index 0000000..97f3d95 --- /dev/null +++ b/seatd.obsinfo @@ -0,0 +1,5 @@ +name: seatd +version: 1603141867.271305a +mtime: 1603141867 +commit: 271305a15f33c4be7396372fa043fdb6d6765bf9 + diff --git a/seatd.spec b/seatd.spec new file mode 100644 index 0000000..a0fdb72 --- /dev/null +++ b/seatd.spec @@ -0,0 +1,82 @@ +# +# spec file for package seatd +# +# 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: seatd +Version: 1603141867.271305a +Release: 0 +Summary: Seat management daemon +License: MIT +Group: System/Base +URL: https://git.sr.ht/~kennylevinsen/seatd +Source0: %{name}-%{version}.tar.gz +BuildRequires: meson +BuildRequires: ninja +BuildRequires: pkgconfig +BuildRequires: scdoc +BuildRequires: pkgconfig(systemd) +Requires: libseat1 = %{version} + +%description +Seat management takes care of mediating access to shared devices (graphics, input), without requiring the applications needing access to be root. + +%package -n libseat1 +Summary: Shared library for %{name} +Group: Development/Libraries/C and C++ + +%description -n libseat1 +A seat management library allowing applications to use whatever seat management is available. +Supports: seatd, (e)logind, embedded seatd for standalone operation + +%package devel +Summary: Development files for %{name} +Group: Development/Libraries/C and C++ +Requires: libseat1 = %{version} + +%description devel +Development files for %{name}. + +%prep +%setup -q + +%build +%meson +%meson_build + +%install +%meson_install + +%post -n libseat1 -p /sbin/ldconfig +%postun -n libseat1 -p /sbin/ldconfig + +%files +%license LICENSE +%doc README* +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1%{?ext_man} + +%files -n libseat1 +%license LICENSE +%{_libdir}/libseat.so.* + +%files devel +%license LICENSE +%{_includedir}/libseat.h +%{_libdir}/pkgconfig/libseat.pc +%{_libdir}/libseat.so + +%changelog