automatic version update by autodist [release 3.0.1-1mamba;Sat Apr 03 2021]
This commit is contained in:
parent
df04d8ae85
commit
7a757a8a73
53
openexr.spec
53
openexr.spec
@ -1,5 +1,5 @@
|
|||||||
Name: openexr
|
Name: openexr
|
||||||
Version: 2.5.5
|
Version: 3.0.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
|
||||||
@ -28,7 +28,6 @@ BuildRequires: libstdc++6-devel
|
|||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Provides: OpenEXR
|
Provides: OpenEXR
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.
|
OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.
|
||||||
@ -37,7 +36,7 @@ OpenEXR is used by ILM on all motion pictures currently in production. The first
|
|||||||
%package -n lib%{name}
|
%package -n lib%{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Static libraries and headers for %{name}
|
Summary: Static libraries and headers for %{name}
|
||||||
Obsoletes: libOpenEXR
|
Obsoletes: libOpenEXR < 3.0.1
|
||||||
Provides: libOpenEXR
|
Provides: libOpenEXR
|
||||||
|
|
||||||
%description -n lib%{name}
|
%description -n lib%{name}
|
||||||
@ -49,9 +48,9 @@ Group: Development/Libraries
|
|||||||
Summary: Static libraries and headers for %{name}
|
Summary: Static libraries and headers for %{name}
|
||||||
Requires: libopenexr = %{version}-%{release}
|
Requires: libopenexr = %{version}-%{release}
|
||||||
Provides: libilmbase-devel
|
Provides: libilmbase-devel
|
||||||
Obsoletes: libilmbase-devel
|
Obsoletes: libilmbase-devel < 3.0.1
|
||||||
Provides: libOpenEXR-devel
|
Provides: libOpenEXR-devel
|
||||||
Obsoletes: libOpenEXR-devel
|
Obsoletes: libOpenEXR-devel < 3.0.1
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.
|
OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.
|
||||||
@ -83,57 +82,43 @@ This package contains static libraries and header files needed for development.
|
|||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libHalf-*.so.*
|
|
||||||
%{_libdir}/libIex-*.so.*
|
%{_libdir}/libIex-*.so.*
|
||||||
%{_libdir}/libIexMath-*.so.*
|
|
||||||
%{_libdir}/libIlmImf-*.so.*
|
|
||||||
%{_libdir}/libIlmImfUtil-*.so.*
|
|
||||||
%{_libdir}/libIlmThread-*.so.*
|
%{_libdir}/libIlmThread-*.so.*
|
||||||
%{_libdir}/libImath-*.so.*
|
%{_libdir}/libImath-*.so.*
|
||||||
%{_libdir}/libPyIex_Python3_7-*.so.*
|
%{_libdir}/libOpenEXR-3_0.so.*
|
||||||
%{_libdir}/libPyImath_Python3_7-*.so.*
|
%{_libdir}/libOpenEXRUtil-3_0.so.*
|
||||||
%{python3_sitearch}/iex.so
|
|
||||||
%{python3_sitearch}/imath.so
|
|
||||||
%doc LICENSE.md
|
%doc LICENSE.md
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/Imath
|
||||||
|
%{_includedir}/Imath/*.h
|
||||||
%dir %{_includedir}/OpenEXR
|
%dir %{_includedir}/OpenEXR
|
||||||
%{_includedir}/OpenEXR/*.h
|
%{_includedir}/OpenEXR/*.h
|
||||||
%{_libdir}/libIlmImf.so
|
|
||||||
%{_libdir}/libHalf-*.so
|
|
||||||
%{_libdir}/libHalf.so
|
|
||||||
%{_libdir}/libIex-*.so
|
%{_libdir}/libIex-*.so
|
||||||
%{_libdir}/libIex.so
|
%{_libdir}/libIex.so
|
||||||
%{_libdir}/libIexMath-*.so
|
|
||||||
%{_libdir}/libIexMath.so
|
|
||||||
%{_libdir}/libIlmImf-*.so
|
|
||||||
%{_libdir}/libIlmImfUtil-*.so
|
|
||||||
%{_libdir}/libIlmThread-*.so
|
%{_libdir}/libIlmThread-*.so
|
||||||
%{_libdir}/libIlmThread.so
|
%{_libdir}/libIlmThread.so
|
||||||
%{_libdir}/libImath-*.so
|
%{_libdir}/libImath-*.so
|
||||||
%{_libdir}/libImath.so
|
%{_libdir}/libImath.so
|
||||||
%{_libdir}/libPyIex_Python3_7-*.so
|
%{_libdir}/libOpenEXR-3_0.so
|
||||||
%{_libdir}/libPyImath_Python3_7-*.so
|
%{_libdir}/libOpenEXR.so
|
||||||
%{_libdir}/libIlmImfUtil.so
|
%{_libdir}/libOpenEXRUtil-3_0.so
|
||||||
%dir %{_libdir}/cmake/IlmBase
|
%{_libdir}/libOpenEXRUtil.so
|
||||||
%{_libdir}/cmake/IlmBase/IlmBaseConfig*.cmake
|
%dir %{_libdir}/cmake/Imath
|
||||||
|
%{_libdir}/cmake/Imath/Imath*.cmake
|
||||||
%dir %{_libdir}/cmake/OpenEXR
|
%dir %{_libdir}/cmake/OpenEXR
|
||||||
%{_libdir}/cmake/OpenEXR/OpenEXRConfig*.cmake
|
%{_libdir}/cmake/OpenEXR/OpenEXR*.cmake
|
||||||
%dir %{_libdir}/cmake/PyIlmBase
|
%{_libdir}/pkgconfig/Imath.pc
|
||||||
%{_libdir}/cmake/PyIlmBase/PyIlmBaseConfig*.cmake
|
|
||||||
%{_libdir}/pkgconfig/IlmBase.pc
|
|
||||||
%{_libdir}/pkgconfig/OpenEXR.pc
|
%{_libdir}/pkgconfig/OpenEXR.pc
|
||||||
%dir %{_datadir}/doc/OpenEXR
|
%dir %{_datadir}/doc/OpenEXR
|
||||||
%{_datadir}/doc/OpenEXR/*
|
%{_datadir}/doc/OpenEXR/*
|
||||||
%dir %{_libdir}/cmake/IlmBase
|
|
||||||
%{_libdir}/cmake/IlmBase/IlmBaseTargets*.cmake
|
|
||||||
%dir %{_libdir}/cmake/OpenEXR
|
|
||||||
%{_libdir}/cmake/OpenEXR/OpenEXRTargets*.cmake
|
|
||||||
%{_libdir}/pkgconfig/PyIlmBase.pc
|
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 03 2021 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 2.5.5-1mamba
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 2.5.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user