Update to latest upstream release.

- Add opencv optional dependency.
- Use new license rpmbuild macro.
- Fix broken conditional which prevented Field3D from being required.
This commit is contained in:
Richard M. Shaw 2015-02-12 14:28:57 -06:00
parent fd7f923d09
commit 49aa456302
1 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Name: OpenImageIO
Version: 1.5.12
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library for reading and writing images
Group: Development/Libraries
@ -22,7 +22,7 @@ BuildRequires: glew-devel
BuildRequires: OpenEXR-devel ilmbase-devel
BuildRequires: python2-devel
BuildRequires: libpng-devel libtiff-devel openjpeg-devel giflib-devel
%if 0%{?!rhel}
%if ! 0%{?rhel}
BuildRequires: libwebp-devel
BuildRequires: Field3D-devel
%endif
@ -161,10 +161,11 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
%changelog
* Thu Feb 12 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.12-1
* Thu Feb 12 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.12-2
- Update to latest upstream release.
- Add opencv optional dependency.
- Use new license rpmbuild macro.
- Fix broken conditional which prevented Field3D from being required.
* Wed Feb 11 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.11-3
- Rebuild for Field3D.