]> git.pld-linux.org Git - packages/Razor.git/commitdiff
- pass -j1 to make, fixes occasional build errors auto/th/Razor-2.85-19
authorMarcin Krol <hawk@tld-linux.org>
Sun, 3 May 2020 19:26:49 +0000 (21:26 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sun, 3 May 2020 19:26:49 +0000 (21:26 +0200)
Razor.spec

index c4be321b9b2e1a08be5d3124919538613450a0fc..f1e73d46ae768f237d2fc0b5fde1a066617e461f 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Collection of files for checking, reporting, and revoking spam
 Summary(pl.UTF-8):     Zbiór plików do sprawdzania, raportowania i odrzucania spamu
 Name:          Razor
 Version:       2.85
-Release:       18
+Release:       19
 License:       Artistic
 Group:         Applications/Mail
 Source0:       http://dl.sourceforge.net/razor/razor-agents-%{version}.tar.bz2
@@ -56,7 +56,7 @@ Moduły Perla dla Razora, klasa Razor2::.
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
-%{__make} \
+%{__make} -j1 \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.122304 seconds and 4 git commands to generate.