On Mon, Oct 11, 2010 at 04:54:04PM +0400, Vladislav Zavjalov wrote: > Update of /people/slazav/packages/libx86.git > > Changes statistics since `1.1-alt8' follows: > libx86.spec | 9 +++++---- > 1 files changed, 5 insertions(+), 4 deletions(-) > > Changelog since `1.1-alt8' follows: > commit ded4bdefce3e590a880ac3527dee7c1ecbfdb874 > Author: Vladislav Zavjalov > Date: Mon Oct 11 20:52:14 2010 +0400 > > 1.1-alt9 > > - spec: don't use make_install_std macro > > Full diff since `1.1-alt8' follows: > diff --git a/libx86.spec b/libx86.spec > index 74daf94..fe890aa 100644 > --- a/libx86.spec > +++ b/libx86.spec > @@ -1,6 +1,6 @@ > Name: libx86 > Version: 1.1 > -Release: alt8 > +Release: alt9 > Summary: a hardware-independent library for executing real-mode x86 code > Url: http://www.codon.org.uk/~mjg59/libx86/ > License: BSD > @@ -11,8 +11,6 @@ > Source: http://www.codon.org.uk/~mjg59/%name/downloads/%name-%version.tar > #.gz > > -BuildPreReq: rpm-build-compat > - > %if_enabled static > BuildPreReq: glibc-devel-static > %endif > @@ -66,7 +64,7 @@ BACKEND=x86emu > %make_build BACKEND=$BACKEND > > %install > -%make_install_std LIBDIR=%_libdir > +%makeinstall DESTDIR=%buildroot LIBDIR=%_libdir Лучше было бы просто написать %makeinstall_std LIBDIR=%_libdir -- ldv