This commit is contained in:
parent
8a52ed2484
commit
ca5bcec8a4
@ -100,12 +100,24 @@ export CC=gcc-13
|
|||||||
%meson_install
|
%meson_install
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%meson_test
|
||||||
|
|
||||||
|
%pre
|
||||||
|
%service_add_pre %{systemd_unit}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
%tmpfiles_create %{_tmpfilesdir}/gnome-remote-desktop-tmpfiles.conf
|
||||||
|
%service_add_post %{systemd_unit}
|
||||||
%systemd_user_post %{systemd_unit}
|
%systemd_user_post %{systemd_unit}
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
|
%service_del_preun %{systemd_unit}
|
||||||
%systemd_user_preun %{systemd_unit}
|
%systemd_user_preun %{systemd_unit}
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%service_del_postun %{systemd_unit}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user