From c04fff5abb096c86e870069d77d12034cb7839b1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Jul 27 2006 17:36:17 +0000 Subject: disable asm on !i386 --- diff --git a/libpng.spec b/libpng.spec index 8c7fa8d..1077a7f 100644 --- a/libpng.spec +++ b/libpng.spec @@ -1,11 +1,12 @@ Summary: A library of functions for manipulating PNG image format files Name: libpng Version: 1.2.10 -Release: 5.1 +Release: 6 License: OSI certified Group: System Environment/Libraries Source: ftp://swrinde.nde.swri.edu/pub/png/src/libpng-%{version}.tar.bz2 Patch0: libpng-1.2.10-multilib.patch +Patch1: libpng-1.2.10-pngconf.patch Buildroot: %{_tmppath}/%{name}-%{version}-root BuildPrereq: zlib-devel Provides: libpng.so.3 @@ -41,6 +42,7 @@ the libpng package. %prep %setup -q %patch0 -p1 -b .multilib +%patch1 -p1 -b .pngconf %build %configure @@ -77,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/libpng12.la rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 27 2006 Matthias Clasen - 2:1.2.10-6 +- Disable asm on arches other than i386 (#196580) + * Wed Jul 12 2006 Jesse Keating - 2:1.2.10-5.1 - rebuild