ALT Linux Bugzilla
– Attachment 8073 Details for
Bug 36501
[FR] параллельная сборка
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
%make_build || make
chicken.spec.diff (text/plain), 2.08 KB, created by
Michael Shigorin
on 2019-04-04 01:27:56 MSK
(
hide
)
Description:
%make_build || make
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2019-04-04 01:27:56 MSK
Size:
2.08 KB
patch
obsolete
>diff --git a/chicken.spec b/chicken.spec >index 6d03398..3de33af 100644 >--- a/chicken.spec >+++ b/chicken.spec >@@ -1,18 +1,18 @@ > Name: chicken > Version: 4.1.0 >-Release: alt2.1 >+Release: alt2.2 >+ >+Summary: CHICKEN is a simple Scheme-to-C compiler > License: BSD style (see LICENSE) > Group: Development/Scheme >+ > Url: http://www.call-with-current-continuation.org/ > Source: %name-%version.tar >-Requires: libchicken-devel = %version-%release >-Summary: CHICKEN is a simple Scheme-to-C compiler > Packager: Alexey Voinov <voins@altlinux.ru> > >+Requires: libchicken-devel = %version-%release > BuildPreReq: chrpath > >-# Automatically added by buildreq on Sat Nov 01 2003 >- > %description > CHICKEN is a simple Scheme-to-C compiler supporting the language features as > defined in the 'Revised^5 Report on Scheme'. CHICKEN generates quite >@@ -61,18 +61,20 @@ BuildArch: noarch > Manual for Chicken scheme-to-c compiler > > %prep >-%setup -q >+%setup > > %build > %remove_optflags -Wall >-make PLATFORM=linux PREFIX=%_prefix LIBDIR=%_libdir \ >- C_COMPILER_OPTIMIZATION_OPTIONS="$RPM_OPT_FLAGS" >- >+# slightly broken parallel build >+%make_build PLATFORM=linux PREFIX=%_prefix LIBDIR=%_libdir \ >+ C_COMPILER_OPTIMIZATION_OPTIONS="%optflags" || >+%make PLATFORM=linux PREFIX=%_prefix LIBDIR=%_libdir \ >+ C_COMPILER_OPTIMIZATION_OPTIONS="%optflags" > > %install >-make PLATFORM=linux PREFIX=%_prefix LIBDIR=%_libdir \ >- DESTDIR=$RPM_BUILD_ROOT install >-rm -rf $RPM_BUILD_ROOT%_datadir/%name/doc >+%make PLATFORM=linux PREFIX=%_prefix LIBDIR=%_libdir \ >+ DESTDIR=%buildroot install >+rm -rf %buildroot%_datadir/%name/doc > > for i in %buildroot%_bindir/* %buildroot%_libdir/%name/4/*.so > do >@@ -101,6 +103,10 @@ done > %_libdir/lib*.a > > %changelog >+* Thu Apr 04 2019 Michael Shigorin <mike@altlinux.org> 4.1.0-alt2.2 >+- parallelize build >+- minor spec cleanup >+ > * Thu Feb 02 2012 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 4.1.0-alt2.1 > - Removed bad RPATH > >@@ -116,7 +122,6 @@ done > - new version (2.5) > - alt-makefile patch removed (obsolete) > >- > * Sun Oct 02 2005 Alexey Voinov <voins@altlinux.ru> 2.2-alt1 > - new version (2.2) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 36501
: 8073