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