]> git.pld-linux.org Git - packages/Razor.git/commitdiff
- check-files cleanup auto/ac/Razor-2_82-1
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 16 Jan 2007 19:49:57 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Razor.spec -> 1.31

Razor.spec

index ffca0c062d4441685198ed6f058ab19d07090ded..0b8f6f6a2b3d6fc7ae0a37bacf7e9bb7f7825b01 100644 (file)
@@ -15,10 +15,10 @@ Source0:    http://dl.sourceforge.net/razor/razor-agents-%{version}.tar.bz2
 # Source0-md5: a79a798e52426261c6a2c4089b33872f
 URL:           http://razor.sourceforge.net/
 %if %{with autodeps}
-BuildRequires: perl-Net-DNS
 BuildRequires: perl-Class-Fields
 BuildRequires: perl-Digest-Nilsimsa
 BuildRequires: perl-Digest-SHA1
+BuildRequires: perl-Net-DNS
 BuildRequires: perl-URI
 %endif
 BuildRequires: perl-Time-HiRes
@@ -29,10 +29,10 @@ Obsoletes:  perl-Vipuls-Razor-V1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Vipul's Razor is a distributed, collaborative, spam detection, reporting,
-and filtering network. The primary focus of the system is to identify
-and remove all email spam from the internet. Visit the website at
-<http://razor.sourceforge.net/>.
+Vipul's Razor is a distributed, collaborative, spam detection,
+reporting, and filtering network. The primary focus of the system is
+to identify and remove all email spam from the internet. Visit the
+website at <http://razor.sourceforge.net/>.
 
 %description -l pl
 Vipul's Razor jest dystrybuowaln±, tworzon± dziêki wspó³pracy sieci±,
@@ -64,14 +64,15 @@ Modu
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/razor
 
-%{__make} install \
+%{__make} pure_install \
        DESTDIR=$RPM_BUILD_ROOT \
        PERL5LIB=$RPM_BUILD_ROOT%{perl_vendorarch} \
        INSTALLMAN5DIR=%{_mandir}/man5
 
+rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/razor-agents/.packlist
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.090287 seconds and 4 git commands to generate.