libopenexr-devel: provide/obsolete libilmbase-devel [release 2.4.1-2mamba;Sat Apr 25 2020]
This commit is contained in:
parent
34dae499af
commit
67a042c760
30
openexr.spec
30
openexr.spec
@ -1,6 +1,6 @@
|
|||||||
Name: openexr
|
Name: openexr
|
||||||
Version: 2.4.1
|
Version: 2.4.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -8,20 +8,25 @@ 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/AcademySoftwareFoundation/openexr/archive/v%{version}.zip
|
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
|
|
||||||
#https://github.com/downloads/openexr/openexr/openexr-%{version}.tar.gz
|
|
||||||
Patch0: %{name}-1.6.1-gcc43.patch
|
Patch0: %{name}-1.6.1-gcc43.patch
|
||||||
Patch1: %{name}-1.7.0-gcc45.patch
|
Patch1: %{name}-1.7.0-gcc45.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: libGL-devel
|
||||||
|
BuildRequires: libICE-devel
|
||||||
|
BuildRequires: libSM-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libboost-devel
|
||||||
|
BuildRequires: libfltk-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libilmbase-devel
|
BuildRequires: libpython-devel
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libilmbase-devel >= 2.2.0
|
|
||||||
Provides: OpenEXR
|
Provides: OpenEXR
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -43,9 +48,10 @@ OpenEXR is used by ILM on all motion pictures currently in production. The first
|
|||||||
Group: Development/Libraries
|
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}
|
||||||
Requires: libilmbase-devel
|
Provides: libilmbase-devel
|
||||||
Obsoletes: libOpenEXR-devel
|
Obsoletes: libilmbase-devel
|
||||||
Provides: libOpenEXR-devel
|
Provides: libOpenEXR-devel
|
||||||
|
Obsoletes: libOpenEXR-devel
|
||||||
|
|
||||||
%description -n libopenexr-devel
|
%description -n libopenexr-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.
|
||||||
@ -57,8 +63,6 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n openexr-%{version}
|
%setup -q -n openexr-%{version}
|
||||||
#%patch0 -p1
|
|
||||||
#%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build
|
||||||
@ -68,9 +72,6 @@ This package contains static libraries and header files need for development.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
# compatibility symlinks with previous version with namespaceversioning enabled
|
|
||||||
#ln -s libIlmImf.so.20 %{buildroot}%{_libdir}/libIlmImf-Imf_2_0.so.20
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -135,6 +136,9 @@ This package contains static libraries and header files need for development.
|
|||||||
#%doc ChangeLog NEWS README.md
|
#%doc ChangeLog NEWS README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 25 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.1-2mamba
|
||||||
|
- libopenexr-devel: provide/obsolete libilmbase-devel
|
||||||
|
|
||||||
* Mon Mar 30 2020 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.4.1-1mamba
|
* Mon Mar 30 2020 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.4.1-1mamba
|
||||||
- update to 2.4.1
|
- update to 2.4.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user