import OpenEXR-2.2.0-12.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:36:13 -04:00 committed by Andrew Lukoshko
parent 46116fa510
commit b295842a82
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Name: OpenEXR
Summary: A high dynamic-range (HDR) image file format
Version: 2.2.0
Release: 11%{?dist}
Release: 12%{?dist}
License: BSD
URL: http://www.openexr.com/
@ -65,7 +65,7 @@ rm -rf %{buildroot}%{_docdir}/%{name}-%{version}
%check
export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:%{buildroot}%{_libdir}/pkgconfig
test "$(pkg-config --modversion OpenEXR)" = "%{version}"
make %{?_smp_mflags} check ||:
@ -91,6 +91,9 @@ make %{?_smp_mflags} check ||:
%changelog
* Tue Dec 15 2020 Owen Taylor <otaylor@redhat.com> - 2.2.0-12
- In check, don't override PKG_CONFIG_PATH from the environment (#1907528)
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild