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
|
Name: openexr
|
||||||
Version: 2.1.0
|
Version: 2.2.0
|
||||||
Release: 3mamba
|
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -19,7 +19,7 @@ BuildRequires: libilmbase-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libilmbase-devel >= 2.1.0
|
BuildRequires: libilmbase-devel >= 2.2.0
|
||||||
Provides: OpenEXR
|
Provides: OpenEXR
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -32,11 +32,6 @@ Group: Development/Libraries
|
|||||||
Summary: Static libraries and headers for %{name}
|
Summary: Static libraries and headers for %{name}
|
||||||
Obsoletes: libOpenEXR
|
Obsoletes: libOpenEXR
|
||||||
Provides: 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
|
%description -n libopenexr
|
||||||
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.
|
||||||
@ -45,7 +40,7 @@ OpenEXR is used by ILM on all motion pictures currently in production. The first
|
|||||||
%package -n libopenexr-devel
|
%package -n libopenexr-devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Static libraries and headers for %{name}
|
Summary: Static libraries and headers for %{name}
|
||||||
Requires: libopenexr = %{version}
|
Requires: libopenexr = %{version}-%{release}
|
||||||
Requires: libilmbase-devel
|
Requires: libilmbase-devel
|
||||||
Obsoletes: libOpenEXR-devel
|
Obsoletes: libOpenEXR-devel
|
||||||
Provides: libOpenEXR-devel
|
Provides: libOpenEXR-devel
|
||||||
@ -66,14 +61,14 @@ This package contains static libraries and header files need for development.
|
|||||||
--disable-ilmbasetest \
|
--disable-ilmbasetest \
|
||||||
--enable-namespaceversioning=no
|
--enable-namespaceversioning=no
|
||||||
|
|
||||||
%make
|
%make DEFAULT_INCLUDES="-I. -I../config -I../IlmImf -I../IlmImfUtil"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -88,7 +83,8 @@ ln -s libIlmImf.so.20 %{buildroot}%{_libdir}/libIlmImf-Imf_2_0.so.20
|
|||||||
%files -n libopenexr
|
%files -n libopenexr
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libIlmImf.so.*
|
%{_libdir}/libIlmImf.so.*
|
||||||
%{_libdir}/libIlmImf-Imf_2_0.so.*
|
%{_libdir}/libIlmImfUtil.so.*
|
||||||
|
#%{_libdir}/libIlmImf-Imf_2_0.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n libopenexr-devel
|
%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.a
|
||||||
%{_libdir}/libIlmImf.la
|
%{_libdir}/libIlmImf.la
|
||||||
%{_libdir}/libIlmImf.so
|
%{_libdir}/libIlmImf.so
|
||||||
|
%{_libdir}/libIlmImfUtil.a
|
||||||
|
%{_libdir}/libIlmImfUtil.la
|
||||||
|
%{_libdir}/libIlmImfUtil.so
|
||||||
%dir %{_datadir}/doc/OpenEXR-%{version}
|
%dir %{_datadir}/doc/OpenEXR-%{version}
|
||||||
%{_datadir}/doc/OpenEXR-%{version}/*
|
%{_datadir}/doc/OpenEXR-%{version}/*
|
||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Dec 27 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-3mamba
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user