[packages/perl-Coro] serialize build and install; rel 8

atler atler at pld-linux.org
Mon Jul 28 15:17:02 CEST 2025


commit 210e2a32defd58221588025d9d3325a044a30c37
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Jul 28 15:16:36 2025 +0200

    serialize build and install; rel 8

 perl-Coro.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/perl-Coro.spec b/perl-Coro.spec
index f2bbe86..fac19be 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -8,7 +8,7 @@ Summary:	Coro - do events the coro-way
 Summary(pl.UTF-8):	Coro - obsługa zdarzeń na sposób coro
 Name:		perl-Coro
 Version:	6.57
-Release:	7
+Release:	8
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
@@ -64,7 +64,7 @@ echo "y" | \
 %endif
 %{__perl} Makefile.PL \
 	INSTALLDIRS=vendor
-%{__make} \
+%{__make} -j1 \
 	CC="%{__cc}" \
 	OPTIMIZE="%{rpmcflags}"
 
@@ -73,7 +73,7 @@ echo "y" | \
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Coro.git/commitdiff/210e2a32defd58221588025d9d3325a044a30c37



More information about the pld-cvs-commit mailing list