--- cauldron/ilmbase/current/SPECS/ilmbase.spec 2013/09/12 06:02:32 477825 +++ cauldron/ilmbase/current/SPECS/ilmbase.spec 2013/09/12 06:06:18 477826 @@ -1,20 +1,19 @@ -%define major 7 +%define major 10 %define libname %mklibname %{name} %{major} %define develname %mklibname %{name} -d Summary: Abraction/convenience libraries for OpenEXR Name: ilmbase -Version: 1.0.3 -Release: %mkrel 3 +Version: 2.0.1 +Release: %mkrel 1 Group: System/Libraries License: BSD URL: http://www.openexr.com -Source0: https://github.com/downloads/openexr/openexr/%{name}-%{version}.tar.gz +Source0: http://download.savannah.nongnu.org/releases/openexr/%{name}-%{version}.tar.gz Patch0: %{name}-1.0.0-pthread.patch Patch1: ilmbase-1.0.3-secondary.patch Patch2: ilmbase-1.0.3-pkgconfig.patch Patch3: ilmbase-1.0.3-ucontext.patch -Patch4: ilmbase-1.0.3-automake-1.13.patch %description Half is a class that encapsulates the ilm 16-bit floating-point format. @@ -63,7 +62,6 @@ %if %{__isa_bits} == 32 %patch3 -p1 %endif -%patch4 -p1 -b .automake-1_13 %build ./bootstrap @@ -73,26 +71,15 @@ %make %install -rm -rf %{buildroot} - %makeinstall_std rm -f %{buildroot}%{_libdir}/lib*.la -%clean -rm -rf %{buildroot} - - - %files -n %{libname} -%defattr(-,root,root,-) %{_libdir}/lib*.so.%{major}* %files -n %{develname} -%defattr(-,root,root,-) %doc AUTHORS ChangeLog NEWS README %{_includedir}/OpenEXR/ %{_libdir}/lib*.so %{_libdir}/pkgconfig/* - -