diff --git a/openexr.changes b/openexr.changes index 3dab34e..fb652f6 100644 --- a/openexr.changes +++ b/openexr.changes @@ -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 diff --git a/openexr.spec b/openexr.spec index e461a7b..5818e43 100644 --- a/openexr.spec +++ b/openexr.spec @@ -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