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 Name: wpebackend-fdo
Version: 1.8.4 Version: 1.14.2
Release: 1mamba Release: 1mamba
Summary: fdo backend for libwpe Summary: fdo backend for libwpe
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/Igalia/WPEBackend-fdo.git URL: https://github.com/Igalia/WPEBackend-fdo
## GITSOURCE https://github.com/Igalia/WPEBackend-fdo.git 1.6.0
Source: https://github.com/Igalia/WPEBackend-fdo.git/%{version}/WPEBackend-fdo-%{version}.tar.bz2 Source: https://github.com/Igalia/WPEBackend-fdo.git/%{version}/WPEBackend-fdo-%{version}.tar.bz2
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libepoxy-devel BuildRequires: libepoxy-devel
BuildRequires: libgcc
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libwayland-devel BuildRequires: libwayland-devel
BuildRequires: libwayland-egl-devel BuildRequires: libwayland-egl-devel
BuildRequires: libwpe-devel BuildRequires: libwpe-devel
BuildRequires: libxkbcommon-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: cmake BuildRequires: cmake
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} 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} %setup -q -n WPEBackend-fdo-%{version}
%build %build
%cmake -d build %meson
%make
%meson_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build %meson_install
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -81,6 +79,9 @@ This package contains libraries and header files for developing applications tha
%doc NEWS %doc NEWS
%changelog %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 * Thu May 13 2021 Automatic Build System <autodist@mambasoft.it> 1.8.4-1mamba
- automatic version update by autodist - automatic version update by autodist