]> git.pld-linux.org Git - packages/Razor.git/commitdiff
- updated for perl-5.8; release 3
authorradek <radek@pld-linux.org>
Sun, 2 Mar 2003 22:53:06 +0000 (22:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Razor.spec -> 1.7

Razor.spec

index ba290952fa967c8afed89d2643f01b0c96326f01..15214cf9e4a9b2e26ad966ef0f34b374106ea4fa 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Collection of files for checking, reporting, and revoking spam
 Summary(pl):   Zbiór plików do sprawdzania, raportowania i odrzucania spamu
 Name:          Razor
 Version:       2.12
-Release:       3
+Release:       4
 License:       Artistic
 Group:         Applications/Mail
 Source0:       http://unc.dl.sourceforge.net/sourceforge/razor/razor-agents-%{version}.tar.gz
@@ -44,8 +44,10 @@ Modu
 %patch -p0
 
 %build
-perl Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
 %{__make}
+
 #%%{__make} test
 
 %install
@@ -67,5 +69,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n perl-Razor
 %defattr(644,root,root,755)
-%{perl_sitelib}/Razor2
+%{perl_vendorlib}/Razor2
 %{_mandir}/man3/*
This page took 0.048546 seconds and 4 git commands to generate.