]> git.pld-linux.org Git - packages/Razor.git/blobdiff - Razor.spec
perl 5.38.0 rebuild
[packages/Razor.git] / Razor.spec
index fc046a635b9ad7828c906ef142d42f5cfa2876ee..af4d476721e0cec15594afa5253a4719746e4c2e 100644 (file)
@@ -3,17 +3,17 @@
 %bcond_without autodeps        # don't BR packages needed only for resolving deps
 %bcond_without tests           # don't perform "make test"
 #
-%include       /usr/lib/rpm/macros.perl
 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:       6
+Release:       23
 License:       Artistic
 Group:         Applications/Mail
 Source0:       http://dl.sourceforge.net/razor/razor-agents-%{version}.tar.bz2
 # Source0-md5: 014d08db40187cb1316482191566b012
 URL:           http://razor.sourceforge.net/
+Patch0:                man-build.patch
 %if %{with autodeps}
 BuildRequires: perl-Class-Fields
 BuildRequires: perl-Digest-Nilsimsa
@@ -51,11 +51,12 @@ Moduły Perla dla Razora, klasa Razor2::.
 
 %prep
 %setup -q -n razor-agents-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
-%{__make} \
+%{__make} -j1 \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.039342 seconds and 4 git commands to generate.