Accepting request 183063 from devel:libraries:c_c++

- update to 2.0.1
  This is a maintenance push that predominantly addresses edge case
  failures in the optimisation code paths by temporarily disabling the
  feature. For more details, please refer to the
  /usr/share/doc/packages/openexr/ChangeLog
- add gpg-offline based verification

OBS-URL: https://build.opensuse.org/request/show/183063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=18
This commit is contained in:
Stephan Kulow
2013-07-16 14:45:24 +00:00
committed by Git OBS Bridge
parent c82031a4f0
commit d14ef2239f
6 changed files with 50 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
%global so_suffix -Imf_2_0-20
Name: openexr
Version: 2.0.0
Version: 2.0.1
Release: 0
Summary: Utilities for work with HDR images in OpenEXR format
License: BSD-3-Clause
@@ -27,6 +27,9 @@ Group: Productivity/Graphics/Other
Url: http://www.openexr.com/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: automake
%if 0%{suse_version} >= 1220
BuildRequires: gpg-offline
%endif
BuildRequires: fltk-devel
BuildRequires: freeglut-devel
BuildRequires: gcc-c++
@@ -36,7 +39,9 @@ BuildRequires: zlib-devel
Obsoletes: OpenEXR <= 1.6.1
Provides: OpenEXR = %{version}
Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
Source1: baselibs.conf
Source1: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig
Source2: baselibs.conf
Source3: openexr.keyring
%description
OpenEXR is a high dynamic-range (HDR) image file format developed by
@@ -101,6 +106,7 @@ Industrial Light & Magic for use in computer imaging applications.
This package contains a documentation
%prep
%{?gpg_verify: %gpg_verify %{S:1}}
%setup -q
# remove a non-linux file
@@ -123,7 +129,7 @@ export PTHREAD_LIBS="-lpthread"
%{__rm} -f %{buildroot}%{_libdir}/*.la
install -d -m 0755 %{buildroot}%{_defaultdocdir}/
mv %{buildroot}%{_datadir}/doc/OpenEXR-2.0.0 %{buildroot}%{_defaultdocdir}/%{name}-%{version}
mv %{buildroot}%{_datadir}/doc/OpenEXR-2* %{buildroot}%{_defaultdocdir}/%{name}-%{version}
%check
#XXX: it seems running tests in BS is not very reliable, so