- drop multilib hacks (no longer needed)

This commit is contained in:
Rex Dieter 2010-11-28 17:04:03 -06:00
parent 19aa5d3e77
commit 1dca6799ad

View File

@ -1,10 +1,10 @@
%define multilib_arches %{ix86} x86_64 ppc ppc64 s390 s390x sparcv9 sparc64
#define multilib_arches %{ix86} x86_64 ppc ppc64 s390 s390x sparcv9 sparc64
Summary: Library for handling page faults in user mode
Name: libsigsegv
Version: 2.9
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
URL: http://libsigsegv.sourceforge.net/
@ -61,7 +61,7 @@ rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
%ifarch %{multilib_arches}
%ifarch %{?multilib_arches}
# hack to allow parallel installation on 32-bit and 64-bit
mv %{buildroot}%{_includedir}/sigsegv.h \
%{buildroot}%{_includedir}/sigsegv-%{_arch}.h
@ -110,6 +110,9 @@ rm -rf %{buildroot}
%changelog
* Sun Nov 28 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.9-3
- drop multilib hacks (no longer needed)
* Sun Nov 28 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.9-2
- multilib wrapper header not installed on i686 (#657941)