update to 2.4.1 [release 2.4.1-1mamba;Mon Mar 30 2020]
This commit is contained in:
parent
b936238e8a
commit
34dae499af
75
openexr.spec
75
openexr.spec
@ -1,5 +1,5 @@
|
|||||||
Name: openexr
|
Name: openexr
|
||||||
Version: 2.3.0
|
Version: 2.4.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A high dynamic-range (HDR) image file format for use in computer imaging applications.
|
Summary: A high dynamic-range (HDR) image file format for use in computer imaging applications.
|
||||||
Group: Applications/Graphics
|
Group: Applications/Graphics
|
||||||
@ -7,7 +7,8 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.openexr.org
|
URL: http://www.openexr.org
|
||||||
Source: https://github.com/openexr/openexr/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/AcademySoftwareFoundation/openexr/archive/v%{version}.zip
|
||||||
|
#Source: https://github.com/openexr/openexr/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
#Source: http://download.savannah.nongnu.org/releases/openexr/openexr-%{version}.tar.gz
|
#Source: http://download.savannah.nongnu.org/releases/openexr/openexr-%{version}.tar.gz
|
||||||
#https://github.com/downloads/openexr/openexr/openexr-%{version}.tar.gz
|
#https://github.com/downloads/openexr/openexr/openexr-%{version}.tar.gz
|
||||||
Patch0: %{name}-1.6.1-gcc43.patch
|
Patch0: %{name}-1.6.1-gcc43.patch
|
||||||
@ -52,21 +53,20 @@ OpenEXR is used by ILM on all motion pictures currently in production. The first
|
|||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n openexr-%{version}
|
%setup -q -n openexr-%{version}
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%cmake -d build
|
||||||
--disable-ilmbasetest \
|
%make
|
||||||
--enable-namespaceversioning=no
|
|
||||||
|
|
||||||
%make DEFAULT_INCLUDES="-I. -I../config -I../IlmImf -I../IlmImfUtil"
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C build
|
||||||
|
|
||||||
# compatibility symlinks with previous version with namespaceversioning enabled
|
# compatibility symlinks with previous version with namespaceversioning enabled
|
||||||
#ln -s libIlmImf.so.20 %{buildroot}%{_libdir}/libIlmImf-Imf_2_0.so.20
|
#ln -s libIlmImf.so.20 %{buildroot}%{_libdir}/libIlmImf-Imf_2_0.so.20
|
||||||
@ -83,28 +83,61 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files -n libopenexr
|
%files -n libopenexr
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libIlmImf.so.*
|
%{_libdir}/libHalf-2_4.so.*
|
||||||
%{_libdir}/libIlmImfUtil.so.*
|
%{_libdir}/libIex-2_4.so.*
|
||||||
#%{_libdir}/libIlmImf-Imf_2_0.so.*
|
%{_libdir}/libIexMath-2_4.so.*
|
||||||
%doc AUTHORS LICENSE
|
%{_libdir}/libIlmImf-2_4.so.*
|
||||||
|
%{_libdir}/libIlmImfUtil-2_4.so.*
|
||||||
|
%{_libdir}/libIlmThread-2_4.so.*
|
||||||
|
%{_libdir}/libImath-2_4.so.*
|
||||||
|
%{_libdir}/libPyIex_Python2_7-2_4.so.*
|
||||||
|
%{_libdir}/libPyIex_Python3_7-2_4.so.*
|
||||||
|
%{_libdir}/libPyImath_Python2_7-2_4.so.*
|
||||||
|
%{_libdir}/libPyImath_Python3_7-2_4.so.*
|
||||||
|
%{python3_sitearch}/iex.so
|
||||||
|
%{python3_sitearch}/imath.so
|
||||||
|
%{python27_sitearch}/iex.so
|
||||||
|
%{python27_sitearch}/imath.so
|
||||||
|
%doc LICENSE.md
|
||||||
|
|
||||||
%files -n libopenexr-devel
|
%files -n libopenexr-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/OpenEXR
|
%dir %{_includedir}/OpenEXR
|
||||||
%{_includedir}/OpenEXR/*.h
|
%{_includedir}/OpenEXR/*.h
|
||||||
%{_libdir}/pkgconfig/OpenEXR.pc
|
|
||||||
%{_datadir}/aclocal/openexr.m4
|
|
||||||
%{_libdir}/libIlmImf.a
|
|
||||||
%{_libdir}/libIlmImf.la
|
|
||||||
%{_libdir}/libIlmImf.so
|
%{_libdir}/libIlmImf.so
|
||||||
%{_libdir}/libIlmImfUtil.a
|
%{_libdir}/libHalf-2_4.so
|
||||||
%{_libdir}/libIlmImfUtil.la
|
%{_libdir}/libHalf.so
|
||||||
|
%{_libdir}/libIex-2_4.so
|
||||||
|
%{_libdir}/libIex.so
|
||||||
|
%{_libdir}/libIexMath-2_4.so
|
||||||
|
%{_libdir}/libIexMath.so
|
||||||
|
%{_libdir}/libIlmImf-2_4.so
|
||||||
|
%{_libdir}/libIlmImfUtil-2_4.so
|
||||||
|
%{_libdir}/libIlmThread-2_4.so
|
||||||
|
%{_libdir}/libIlmThread.so
|
||||||
|
%{_libdir}/libImath-2_4.so
|
||||||
|
%{_libdir}/libImath.so
|
||||||
|
%{_libdir}/libPyIex_Python2_7-2_4.so
|
||||||
|
%{_libdir}/libPyIex_Python3_7-2_4.so
|
||||||
|
%{_libdir}/libPyImath_Python2_7-2_4.so
|
||||||
|
%{_libdir}/libPyImath_Python3_7-2_4.so
|
||||||
%{_libdir}/libIlmImfUtil.so
|
%{_libdir}/libIlmImfUtil.so
|
||||||
%dir %{_datadir}/doc/openexr
|
%dir %{_libdir}/cmake/IlmBase
|
||||||
%{_datadir}/doc/openexr/*
|
%{_libdir}/cmake/IlmBase/IlmBaseConfig*.cmake
|
||||||
%doc ChangeLog NEWS README.md
|
%dir %{_libdir}/cmake/OpenEXR
|
||||||
|
%{_libdir}/cmake/OpenEXR/OpenEXRConfig*.cmake
|
||||||
|
%dir %{_libdir}/cmake/PyIlmBase
|
||||||
|
%{_libdir}/cmake/PyIlmBase/PyIlmBaseConfig*.cmake
|
||||||
|
%{_libdir}/pkgconfig/IlmBase.pc
|
||||||
|
%{_libdir}/pkgconfig/OpenEXR.pc
|
||||||
|
%dir %{_datadir}/doc/OpenEXR
|
||||||
|
%{_datadir}/doc/OpenEXR/*
|
||||||
|
#%doc ChangeLog NEWS README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 30 2020 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.4.1-1mamba
|
||||||
|
- update to 2.4.1
|
||||||
|
|
||||||
* Tue Sep 04 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0-1mamba
|
* Tue Sep 04 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0-1mamba
|
||||||
- update to 2.3.0
|
- update to 2.3.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user