import OpenEXR-2.2.0-12.el8
This commit is contained in:
parent
46116fa510
commit
b295842a82
@ -1,7 +1,7 @@
|
|||||||
Name: OpenEXR
|
Name: OpenEXR
|
||||||
Summary: A high dynamic-range (HDR) image file format
|
Summary: A high dynamic-range (HDR) image file format
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.openexr.com/
|
URL: http://www.openexr.com/
|
||||||
@ -65,7 +65,7 @@ rm -rf %{buildroot}%{_docdir}/%{name}-%{version}
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig
|
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:%{buildroot}%{_libdir}/pkgconfig
|
||||||
test "$(pkg-config --modversion OpenEXR)" = "%{version}"
|
test "$(pkg-config --modversion OpenEXR)" = "%{version}"
|
||||||
make %{?_smp_mflags} check ||:
|
make %{?_smp_mflags} check ||:
|
||||||
|
|
||||||
@ -91,6 +91,9 @@ make %{?_smp_mflags} check ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user