diff --git a/bubblewrap.spec b/bubblewrap.spec index c1dd4b3..1f0d1ad 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -1,5 +1,5 @@ Name: bubblewrap -Version: 0.10.0 +Version: 0.11.0 Release: 1mamba Summary: Unprivileged sandboxing tool Group: System/Tools @@ -22,15 +22,15 @@ Unprivileged sandboxing tool. %prep %setup -q -./autogen.sh %build -%configure -%make +%meson + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%meson_install %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -44,6 +44,9 @@ Unprivileged sandboxing tool. %doc COPYING LICENSE %changelog +* Sat Nov 02 2024 Automatic Build System 0.11.0-1mamba +- automatic version update by autodist + * Thu Aug 15 2024 Automatic Build System 0.10.0-1mamba - automatic version update by autodist