]> git.pld-linux.org Git - packages/Razor.git/blobdiff - Razor.spec
perl 5.38.0 rebuild
[packages/Razor.git] / Razor.spec
index e7cbc161e033a87b1da1e9cf29b96370f2bc9c43..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:       4
+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}
@@ -87,7 +88,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{perl_vendorarch}/auto/Razor2/Preproc
 %dir %{perl_vendorarch}/auto/Razor2/Preproc/deHTMLxs
 %attr(755,root,root) %{perl_vendorarch}/auto/Razor2/Preproc/deHTMLxs/deHTMLxs.so
-%{perl_vendorarch}/auto/Razor2/Preproc/deHTMLxs/deHTMLxs.bs
 %{perl_vendorarch}/auto/Razor2/Preproc/deHTMLxs/autosplit.ix
 %{perl_vendorarch}/auto/Razor2/Syslog
 %{_mandir}/man3/*
This page took 0.078772 seconds and 4 git commands to generate.