Accepting request 646423 from home:jengelh:branches:graphics
Remove useless trailing whitespace from changelog - Remove useless --with-pic. - Adjust RPM groups and repair sentence structure. OBS-URL: https://build.opensuse.org/request/show/646423 OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=13
This commit is contained in:
parent
15a504cac2
commit
3a209879db
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 5 13:22:33 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Remove useless --with-pic.
|
||||
- Adjust RPM groups and repair sentence structure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 5 11:19:12 UTC 2018 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
|
15
openexr.spec
15
openexr.spec
@ -23,7 +23,7 @@
|
||||
Name: openexr
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: Utilities for work with HDR images in OpenEXR format
|
||||
Summary: Utilities for working with HDR images in OpenEXR format
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Graphics/Other
|
||||
Url: http://www.openexr.com/
|
||||
@ -56,7 +56,7 @@ contains a set of utilities to work with this format.
|
||||
|
||||
%package -n libIlmImf%{so_suffix}
|
||||
Summary: Library to Handle EXR Pictures in 16-Bit Floating-Point Format
|
||||
Group: Development/Libraries/C and C++
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libIlmImf%{so_suffix}
|
||||
OpenEXR is a high dynamic-range (HDR) image file format developed by
|
||||
@ -73,7 +73,7 @@ This package contains shared library libIlmImf
|
||||
|
||||
%package -n libIlmImfUtil%{so_suffix}
|
||||
Summary: Library to simplify development of OpenEXR utilities
|
||||
Group: Development/Libraries/C and C++
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libIlmImfUtil%{so_suffix}
|
||||
OpenEXR is a high dynamic-range (HDR) image file format developed by
|
||||
@ -89,7 +89,7 @@ This package contains shared library libIlmImfUtil
|
||||
%{_libdir}/libIlmImfUtil-*.so.*
|
||||
|
||||
%package devel
|
||||
Summary: Library to Handle EXR Pictures (16-bit floating-point format)
|
||||
Summary: Development files for the 16-bit FP EXR picture handling library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libIlmImf%{so_suffix} = %{version}
|
||||
Requires: libIlmImfUtil%{so_suffix} = %{version}
|
||||
@ -108,8 +108,8 @@ Industrial Light & Magic for use in computer imaging applications.
|
||||
This package contains header files.
|
||||
|
||||
%package doc
|
||||
Summary: Library to Handle EXR Pictures in 16-Bit Floating-Point Format
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Documentatino for the 16-bit FP EXR picture handling library
|
||||
Group: Documentation/PDF
|
||||
Obsoletes: OpenEXR-doc <= 1.6.1
|
||||
Provides: OpenEXR-doc = %{version}
|
||||
|
||||
@ -117,7 +117,7 @@ Provides: OpenEXR-doc = %{version}
|
||||
OpenEXR is a high dynamic-range (HDR) image file format developed by
|
||||
Industrial Light & Magic for use in computer imaging applications.
|
||||
|
||||
This package contains a documentation
|
||||
This package contains documentation.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -127,7 +127,6 @@ export PTHREAD_LIBS="-lpthread"
|
||||
%configure \
|
||||
--docdir=%{_docdir}/%{name} \
|
||||
--disable-static \
|
||||
--with-pic \
|
||||
--enable-large-stack \
|
||||
--enable-imfexamples \
|
||||
--enable-imffuzztest \
|
||||
|
Loading…
Reference in New Issue
Block a user