Fix spec file conditionals
This commit is contained in:
parent
54d2021aa0
commit
8af2213207
@ -1,4 +1,4 @@
|
||||
%if 0%{?fedora}
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
%global with_wayland 1
|
||||
%endif
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Name: cogl
|
||||
Version: 1.22.2
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: A library for using 3D graphics hardware to draw pretty pictures
|
||||
|
||||
License: LGPLv2+
|
||||
@ -167,6 +167,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcogl-pango.so
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Nov 22 2017 Troy Dawson <tdawson@redhat.com> - 1.22.2-8
|
||||
- Fix spec file conditionals
|
||||
|
||||
* Thu Sep 28 2017 mosquito <sensor.wen@gmail.com> - 1.22.2-7
|
||||
- Add GL_ARB_shader_texture_lod and copy_sub_image support (#1421055)
|
||||
- Add pkgconfig(egl) BReq for rawhide
|
||||
|
Loading…
Reference in New Issue
Block a user