From 19e2808eb36a32a58015914e5ede7f9c0e467047 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Feb 20 2023 20:41:45 +0000 Subject: Update to 0.3.0 - Convert License tag to SPDX --- diff --git a/.gitignore b/.gitignore index 84a43d2..bbdb2eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ *.src.rpm results_*/ -/sway-systemd-0.2.2.tar.gz +/sway-systemd-*.tar.gz diff --git a/sources b/sources index c11f5fc..4f34a22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sway-systemd-0.2.2.tar.gz) = 3fc9bcd07b9480f1b10da27f37c5a54ec4367f4ea6ac79337359bc20a2da07d15c22a8c4ca947efc08443802cfa26108bb37c8aaebca52bdc57cb6c43df21566 +SHA512 (sway-systemd-0.3.0.tar.gz) = 53c80471af1082477314f69ee9cc5a489b93b73c725dcf41db612d3b42817d66932176c4abf94eb245e2367ce5c2d9f0aa5f124da37710a66e5eef19aeaec530 diff --git a/sway-systemd.spec b/sway-systemd.spec index be21b07..706e881 100644 --- a/sway-systemd.spec +++ b/sway-systemd.spec @@ -1,5 +1,5 @@ Name: sway-systemd -Version: 0.2.2 +Version: 0.3.0 Release: %autorelease Summary: Systemd integration for Sway session @@ -39,7 +39,9 @@ This includes several areas of integration: %build %meson \ - -Dcgroups=enabled + -Dautostart=true \ + -Dcgroups=enabled \ + -Dlocale1=true %meson_build @@ -51,12 +53,15 @@ This includes several areas of integration: %license LICENSE %doc README.md %config(noreplace) %{_sysconfdir}/sway/config.d/10-systemd-session.conf +%config(noreplace) %{_sysconfdir}/sway/config.d/10-systemd-cgroups.conf %dir %{_libexecdir}/%{name} +%{_libexecdir}/%{name}/assign-cgroups.py +%{_libexecdir}/%{name}/locale1-xkb-config %{_libexecdir}/%{name}/session.sh +%{_libexecdir}/%{name}/wait-sni-ready %{_userunitdir}/sway-session.target +%{_userunitdir}/sway-xdg-autostart.target -%config(noreplace) %{_sysconfdir}/sway/config.d/10-systemd-cgroups.conf -%{_libexecdir}/%{name}/assign-cgroups.py %changelog %autochangelog