]> git.pld-linux.org Git - packages/seatd.git/commitdiff
up to 0.6.4 auto/th/seatd-0.6.4-1
authorJan Palus <atler@pld-linux.org>
Sun, 13 Mar 2022 14:48:11 +0000 (15:48 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 13 Mar 2022 14:48:11 +0000 (15:48 +0100)
seatd.spec

index f8acd02d6707ab4790efe310d2718159dc4c46e0..d1a3873416ed27d939b97834796fa3a063906e3c 100644 (file)
@@ -1,11 +1,11 @@
 Summary:       Seat management daemon
 Name:          seatd
-Version:       0.5.0
+Version:       0.6.4
 Release:       1
 License:       MIT
 Group:         Applications
 Source0:       https://git.sr.ht/~kennylevinsen/seatd/archive/%{version}.tar.gz
-# Source0-md5: 264a36907f4be34efa400fb6e1b26f5f
+# Source0-md5: 114604a0b346a40157839d5c8c8b2ce2
 Patch0:                x32.patch
 URL:           https://git.sr.ht/~kennylevinsen/seatd
 BuildRequires: meson >= 0.56.0
@@ -62,7 +62,7 @@ Static libseat library.
 
 %build
 %meson build \
-       -Dlogind=enabled
+       -Dlibseat-logind=systemd
 %ninja_build -C build
 
 %install
@@ -80,7 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README.md
 %attr(755,root,root) %{_bindir}/seatd
+%attr(755,root,root) %{_bindir}/seatd-launch
 %{_mandir}/man1/seatd.1*
+%{_mandir}/man1/seatd-launch.1*
 
 %files -n libseat
 %defattr(644,root,root,755)
This page took 0.07762 seconds and 4 git commands to generate.