update to 2.2.0 [release 2.2.0-1mamba;Wed Oct 12 2016]
This commit is contained in:
parent
a8b9a3c365
commit
8c45727cdf
26
openexr.spec
26
openexr.spec
@ -1,6 +1,6 @@
|
||||
Name: openexr
|
||||
Version: 2.1.0
|
||||
Release: 3mamba
|
||||
Version: 2.2.0
|
||||
Release: 1mamba
|
||||
Summary: A high dynamic-range (HDR) image file format for use in computer imaging applications.
|
||||
Group: Applications/Graphics
|
||||
Vendor: openmamba
|
||||
@ -19,7 +19,7 @@ BuildRequires: libilmbase-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libilmbase-devel >= 2.1.0
|
||||
BuildRequires: libilmbase-devel >= 2.2.0
|
||||
Provides: OpenEXR
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -32,11 +32,6 @@ Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Obsoletes: libOpenEXR
|
||||
Provides: libOpenEXR
|
||||
%ifarch x86_64
|
||||
Provides: libIlmImf-Imf_2_0.so.20()(64bit)
|
||||
%else
|
||||
Provides: libIlmImf-Imf_2_0.so.20
|
||||
%endif
|
||||
|
||||
%description -n libopenexr
|
||||
OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.
|
||||
@ -45,7 +40,7 @@ OpenEXR is used by ILM on all motion pictures currently in production. The first
|
||||
%package -n libopenexr-devel
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Requires: libopenexr = %{version}
|
||||
Requires: libopenexr = %{version}-%{release}
|
||||
Requires: libilmbase-devel
|
||||
Obsoletes: libOpenEXR-devel
|
||||
Provides: libOpenEXR-devel
|
||||
@ -66,14 +61,14 @@ This package contains static libraries and header files need for development.
|
||||
--disable-ilmbasetest \
|
||||
--enable-namespaceversioning=no
|
||||
|
||||
%make
|
||||
%make DEFAULT_INCLUDES="-I. -I../config -I../IlmImf -I../IlmImfUtil"
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
# 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
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -88,7 +83,8 @@ ln -s libIlmImf.so.20 %{buildroot}%{_libdir}/libIlmImf-Imf_2_0.so.20
|
||||
%files -n libopenexr
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libIlmImf.so.*
|
||||
%{_libdir}/libIlmImf-Imf_2_0.so.*
|
||||
%{_libdir}/libIlmImfUtil.so.*
|
||||
#%{_libdir}/libIlmImf-Imf_2_0.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n libopenexr-devel
|
||||
@ -100,11 +96,17 @@ ln -s libIlmImf.so.20 %{buildroot}%{_libdir}/libIlmImf-Imf_2_0.so.20
|
||||
%{_libdir}/libIlmImf.a
|
||||
%{_libdir}/libIlmImf.la
|
||||
%{_libdir}/libIlmImf.so
|
||||
%{_libdir}/libIlmImfUtil.a
|
||||
%{_libdir}/libIlmImfUtil.la
|
||||
%{_libdir}/libIlmImfUtil.so
|
||||
%dir %{_datadir}/doc/OpenEXR-%{version}
|
||||
%{_datadir}/doc/OpenEXR-%{version}/*
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Wed Oct 12 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0-1mamba
|
||||
- update to 2.2.0
|
||||
|
||||
* Sun Dec 27 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-3mamba
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user