- run spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=72
This commit is contained in:
parent
cc0ba60af5
commit
8d5a7785a9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 10:26:55 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
- run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 10:23:25 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
|
||||
|
||||
%define prjname openexr
|
||||
|
||||
# perhaps you want to build against corresponding Imath build
|
||||
%define debug_build 0
|
||||
%define sonum 30
|
||||
@ -28,7 +27,7 @@ Release: 0
|
||||
Summary: Utilities for working with HDR images in OpenEXR format
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://www.openexr.com/
|
||||
URL: https://www.openexr.com/
|
||||
Source0: https://github.com/openexr/openexr/archive/v%{version}.tar.gz
|
||||
Source2: baselibs.conf
|
||||
BuildRequires: cmake >= 3.12
|
||||
@ -144,7 +143,7 @@ Industrial Light & Magic for use in computer imaging applications.
|
||||
This package contains documentation.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
export PTHREAD_LIBS="-lpthread"
|
||||
@ -173,16 +172,12 @@ export LD_LIBRARY_PATH="%{buildroot}/%{_libdir}"
|
||||
|
||||
%post -n libIex%{so_suffix}-%{sonum} -p /sbin/ldconfig
|
||||
%postun -n libIex%{so_suffix}-%{sonum} -p /sbin/ldconfig
|
||||
|
||||
%post -n libIlmThread%{so_suffix}-%{sonum} -p /sbin/ldconfig
|
||||
%postun -n libIlmThread%{so_suffix}-%{sonum} -p /sbin/ldconfig
|
||||
|
||||
%post -n libOpenEXR%{so_suffix}-%{sonum} -p /sbin/ldconfig
|
||||
%postun -n libOpenEXR%{so_suffix}-%{sonum} -p /sbin/ldconfig
|
||||
|
||||
%post -n libOpenEXRCore%{so_suffix}-%{sonum} -p /sbin/ldconfig
|
||||
%postun -n libOpenEXRCore%{so_suffix}-%{sonum} -p /sbin/ldconfig
|
||||
|
||||
%post -n libOpenEXRUtil%{so_suffix}-%{sonum} -p /sbin/ldconfig
|
||||
%postun -n libOpenEXRUtil%{so_suffix}-%{sonum} -p /sbin/ldconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user