Align with Fedora spec file to fix build failure

Resolves: https://issues.redhat.com/browse/RHEL-72786
This commit is contained in:
Olivier Fourdan 2025-01-08 17:28:57 +01:00
parent 3f9c3ae471
commit 3188dbb274

View File

@ -1,14 +1,15 @@
# Header-only library
%global debug_package %{nil}
Name: wayland-protocols Name: wayland-protocols
Version: 1.39 Version: 1.39
Release: 1%{?dist} Release: 2%{?dist}
Summary: Wayland protocols that adds functionality not available in the core protocol Summary: Wayland protocols that adds functionality not available in the core protocol
License: MIT License: MIT
URL: https://wayland.freedesktop.org/ URL: https://wayland.freedesktop.org/
Source0: https://gitlab.freedesktop.org/wayland/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz Source0: https://gitlab.freedesktop.org/wayland/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
BuildArch: noarch
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gcc-g++ BuildRequires: gcc-g++
BuildRequires: meson BuildRequires: meson
@ -23,6 +24,8 @@ wayland-protocols.
%package devel %package devel
Summary: Wayland protocols that adds functionality not available in the core protocol Summary: Wayland protocols that adds functionality not available in the core protocol
Provides: %{name}-static = %{version}-%{release}
BuildArch: noarch
%description devel %description devel
wayland-protocols contains Wayland protocols that adds functionality not wayland-protocols contains Wayland protocols that adds functionality not
@ -46,8 +49,13 @@ wayland-protocols.
%doc README.md %doc README.md
%{_datadir}/pkgconfig/%{name}.pc %{_datadir}/pkgconfig/%{name}.pc
%{_datadir}/%{name}/ %{_datadir}/%{name}/
%{_includedir}/%{name}/
%changelog %changelog
* Wed Jan 08 2025 Olivier Fourdan <ofourdan@redhat.com> - 1.39-2
- Align with Fedora spec file to fix build failure.
Resolves: RHEL-72786
* Wed Jan 08 2025 Olivier Fourdan <ofourdan@redhat.com> - 1.39-1 * Wed Jan 08 2025 Olivier Fourdan <ofourdan@redhat.com> - 1.39-1
- Update to 1.39 - Update to 1.39
Resolves: RHEL-72786 Resolves: RHEL-72786