- drop multilib hacks (no longer needed)
This commit is contained in:
parent
19aa5d3e77
commit
1dca6799ad
@ -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
|
Summary: Library for handling page faults in user mode
|
||||||
Name: libsigsegv
|
Name: libsigsegv
|
||||||
Version: 2.9
|
Version: 2.9
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://libsigsegv.sourceforge.net/
|
URL: http://libsigsegv.sourceforge.net/
|
||||||
@ -61,7 +61,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
%ifarch %{multilib_arches}
|
%ifarch %{?multilib_arches}
|
||||||
# hack to allow parallel installation on 32-bit and 64-bit
|
# hack to allow parallel installation on 32-bit and 64-bit
|
||||||
mv %{buildroot}%{_includedir}/sigsegv.h \
|
mv %{buildroot}%{_includedir}/sigsegv.h \
|
||||||
%{buildroot}%{_includedir}/sigsegv-%{_arch}.h
|
%{buildroot}%{_includedir}/sigsegv-%{_arch}.h
|
||||||
@ -110,6 +110,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Nov 28 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.9-2
|
||||||
- multilib wrapper header not installed on i686 (#657941)
|
- multilib wrapper header not installed on i686 (#657941)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user