From 0ae1fa89b6e61e6f8aac2328916c71a0de0825a7 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 10 Feb 2024 22:00:44 +0100 Subject: [PATCH] automatic version update by autodist [release 1.14.2-1mamba;Fri Feb 09 2024] --- wpebackend-fdo.spec | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/wpebackend-fdo.spec b/wpebackend-fdo.spec index bdb9c2a..e1bef7e 100644 --- a/wpebackend-fdo.spec +++ b/wpebackend-fdo.spec @@ -1,25 +1,22 @@ Name: wpebackend-fdo -Version: 1.8.4 +Version: 1.14.2 Release: 1mamba Summary: fdo backend for libwpe Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://github.com/Igalia/WPEBackend-fdo.git -## GITSOURCE https://github.com/Igalia/WPEBackend-fdo.git 1.6.0 +URL: https://github.com/Igalia/WPEBackend-fdo Source: https://github.com/Igalia/WPEBackend-fdo.git/%{version}/WPEBackend-fdo-%{version}.tar.bz2 License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libepoxy-devel -BuildRequires: libgcc BuildRequires: libglib-devel BuildRequires: libstdc++6-devel BuildRequires: libwayland-devel BuildRequires: libwayland-egl-devel BuildRequires: libwpe-devel -BuildRequires: libxkbcommon-devel ## AUTOBUILDREQ-END BuildRequires: cmake Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} @@ -49,12 +46,13 @@ This package contains libraries and header files for developing applications tha %setup -q -n WPEBackend-fdo-%{version} %build -%cmake -d build -%make +%meson + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall -C build +%meson_install %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -81,6 +79,9 @@ This package contains libraries and header files for developing applications tha %doc NEWS %changelog +* Fri Feb 09 2024 Automatic Build System 1.14.2-1mamba +- automatic version update by autodist + * Thu May 13 2021 Automatic Build System 1.8.4-1mamba - automatic version update by autodist