disable asm on !i386
This commit is contained in:
parent
e1e58ce178
commit
c04fff5abb
@ -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 <mclasen@redhat.com> - 2:1.2.10-6
|
||||
- Disable asm on arches other than i386 (#196580)
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:1.2.10-5.1
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user