Align with Fedora spec file to fix build failure
Resolves: https://issues.redhat.com/browse/RHEL-72786
This commit is contained in:
parent
3f9c3ae471
commit
3188dbb274
@ -1,14 +1,15 @@
|
||||
# Header-only library
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: wayland-protocols
|
||||
Version: 1.39
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Wayland protocols that adds functionality not available in the core protocol
|
||||
|
||||
License: MIT
|
||||
URL: https://wayland.freedesktop.org/
|
||||
Source0: https://gitlab.freedesktop.org/wayland/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-g++
|
||||
BuildRequires: meson
|
||||
@ -23,6 +24,8 @@ wayland-protocols.
|
||||
|
||||
%package devel
|
||||
Summary: Wayland protocols that adds functionality not available in the core protocol
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
%description devel
|
||||
wayland-protocols contains Wayland protocols that adds functionality not
|
||||
@ -46,8 +49,13 @@ wayland-protocols.
|
||||
%doc README.md
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
%{_datadir}/%{name}/
|
||||
%{_includedir}/%{name}/
|
||||
|
||||
%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
|
||||
- Update to 1.39
|
||||
Resolves: RHEL-72786
|
||||
|
Loading…
Reference in New Issue
Block a user