diff --git a/xorg-cf-files.spec b/xorg-cf-files.spec index 93450ba..3ceadc3 100644 --- a/xorg-cf-files.spec +++ b/xorg-cf-files.spec @@ -1,5 +1,5 @@ Name: xorg-cf-files -Version: 1.0.8 +Version: 1.0.9 Release: 1mamba Summary: X.Org configuration files Group: System/X11 @@ -9,6 +9,7 @@ Packager: Silvan Calarco URL: https://www.x.org/wiki/ Source: https://ftp.x.org/archive/individual/util/xorg-cf-files-%{version}.tar.xz License: MIT +BuildArch: noarch ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END @@ -19,12 +20,13 @@ X.Org configuration files. %setup -q %build -%configure -%make +%meson + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%meson_install %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -37,6 +39,9 @@ X.Org configuration files. #ChangeLog README %changelog +* Thu Sep 11 2025 Automatic Build System 1.0.9-1mamba +- automatic version update by autodist + * Sun Mar 19 2023 Silvan Calarco 1.0.8-1mamba - update to 1.0.8