automatic version update by autodist [release 1.14.2-1mamba;Fri Feb 09 2024]

This commit is contained in:
Automatic Build System 2024-02-10 22:00:44 +01:00
parent 935d39955d
commit 0ae1fa89b6

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@openmamba.org> 1.14.2-1mamba
- automatic version update by autodist
* Thu May 13 2021 Automatic Build System <autodist@mambasoft.it> 1.8.4-1mamba
- automatic version update by autodist