Small cleanup.
This commit is contained in:
parent
dd336ccce5
commit
3693e06cf4
@ -1,6 +1,6 @@
|
|||||||
Name: egl-wayland
|
Name: egl-wayland
|
||||||
Version: 1.1.9
|
Version: 1.1.9
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Wayland EGL External Platform library
|
Summary: Wayland EGL External Platform library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -15,13 +15,8 @@ Patch2: %url/commit/582b2d345abaa0e313cf16c902e602084ea59551.patch
|
|||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: eglexternalplatform-devel
|
BuildRequires: eglexternalplatform-devel
|
||||||
%if 0%{?fedora}
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: libglvnd-devel >= 1.3.4
|
BuildRequires: libglvnd-devel >= 1.3.4
|
||||||
%else
|
|
||||||
BuildRequires: cmake3
|
|
||||||
BuildRequires: mesa-libEGL-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: wayland-devel
|
BuildRequires: wayland-devel
|
||||||
BuildRequires: wayland-protocols-devel
|
BuildRequires: wayland-protocols-devel
|
||||||
|
|
||||||
@ -40,24 +35,18 @@ Wayland EGL External Platform library development package
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
%if 0%{?rhel}
|
|
||||||
sed -i -e 's@>= 0.50@>= 0.47@g' meson.build
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
||||||
install -pm 0644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
install -pm 0644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -name '*.la' -delete
|
||||||
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
|
||||||
|
|
||||||
|
%{?ldconfig_scriptlets}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
@ -73,6 +62,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_datadir}/wayland-eglstream/
|
%{_datadir}/wayland-eglstream/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 05 2022 Simone Caronni <negativo17@gmail.com> - 1.1.9-5
|
||||||
|
- Small cleanup.
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-4
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user