Name: openexr1 Version: 1.7.0 Release: 2mamba Summary: A high dynamic-range (HDR) image file format for use in computer imaging applications. Group: Applications/Graphics Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.openexr.org Source: http://savannah.nongnu.org/download/openexr/openexr-%{version}.tar.gz Patch0: openexr-1.6.1-gcc43.patch Patch1: openexr-1.7.0-gcc45.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc BuildRequires: libilmbase-devel BuildRequires: libstdc++6-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. OpenEXR is used by ILM on all motion pictures currently in production. The first movies to employ OpenEXR were Harry Potter and the Sorcerers Stone, Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become ILM's main image file format. %package -n libopenexr1 Group: Development/Libraries Summary: Static libraries and headers for %{name} %description -n libopenexr1 OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. OpenEXR is used by ILM on all motion pictures currently in production. The first movies to employ OpenEXR were Harry Potter and the Sorcerers Stone, Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become ILM's main image file format. %package -n libopenexr1-devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: libopenexr1 = %{version}-%{release} Requires: libilmbase-devel %description -n libopenexr1-devel OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. OpenEXR is used by ILM on all motion pictures currently in production. The first movies to employ OpenEXR were Harry Potter and the Sorcerers Stone, Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become ILM's main image file format. This package contains static libraries and header files need for development. %prep %setup -q -n openexr-%{version} %patch0 -p1 %patch1 -p1 %build %configure \ --disable-ilmbasetest %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -n libopenexr1 -p /sbin/ldconfig %postun -n libopenexr1 -p /sbin/ldconfig %files %defattr(-,root,root) %{_bindir}/* %files -n libopenexr1 %defattr(-,root,root) %{_libdir}/*.so.* %files -n libopenexr1-devel %defattr(-,root,root) %dir %{_includedir}/OpenEXR %{_includedir}/OpenEXR/*.h %{_libdir}/pkgconfig/OpenEXR.pc %{_datadir}/aclocal/openexr.m4 %{_libdir}/*.a %{_libdir}/*.la %{_libdir}/*.so %dir %{_datadir}/doc/OpenEXR-%{version} %{_datadir}/doc/OpenEXR-%{version}/* %doc AUTHORS COPYING ChangeLog NEWS README %changelog * Tue May 14 2013 Silvan Calarco 1.7.0-2mamba - rebuilt as legacy package * Thu May 12 2011 Automatic Build System 1.7.0-1mamba - automatic update by autodist * Thu Sep 10 2009 Silvan Calarco 1.6.1-2mamba - libOpenEXR-devel: added requirement for libilmbase-devel * Wed Jun 03 2009 Silvan Calarco 1.6.1-1mamba - update to 1.6.1 * Sat Nov 17 2007 Silvan Calarco 1.4.0-2mamba - obsolete libOpenEXR * Tue Jan 30 2007 Silvan Calarco 1.4.0a-1qilnx - update to version 1.4.0a by autospec * Mon Apr 03 2006 Stefano Cotta Ramusino 1.2.2-2qilnx - specfile fixed and updated * Tue Feb 21 2006 Silvan Calarco 1.2.2-1qilnx - update to version 1.2.2 by autospec * Sun Sep 26 2004 Silvan Calarco 1.2.1-1qilnx - package created by autospec