rpms/perl-Razor-Agent/EL-5 .cvsignore, 1.7, 1.8 perl-Razor-Agent.spec, 1.13, 1.14 sources, 1.7, 1.8

Robert Scheck (robert) fedora-extras-commits at redhat.com
Sat Aug 11 16:20:11 UTC 2007


Author: robert

Update of /cvs/pkgs/rpms/perl-Razor-Agent/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7528

Modified Files:
	.cvsignore perl-Razor-Agent.spec sources 
Log Message:
- Upgrade to 2.84 (#250869)
- Added build requirement to perl(ExtUtils::MakeMaker)




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/EL-5/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	16 Sep 2006 15:15:28 -0000	1.7
+++ .cvsignore	11 Aug 2007 16:19:39 -0000	1.8
@@ -1 +1 @@
-razor-agents-2.82.tar.bz2
+razor-agents-2.84.tar.bz2


Index: perl-Razor-Agent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/EL-5/perl-Razor-Agent.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- perl-Razor-Agent.spec	16 Sep 2006 15:15:28 -0000	1.13
+++ perl-Razor-Agent.spec	11 Aug 2007 16:19:39 -0000	1.14
@@ -1,46 +1,33 @@
-%define         perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)
-%define         perl_vendorlib  %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
-
-Name:           perl-Razor-Agent
-Version:        2.82
-Release:        1%{?dist}
-Summary:        Use a Razor catalogue server to filter spam messages
-
-Group:          Applications/Internet
-License:        Artistic
-URL:            http://razor.sourceforge.net/
-Source0:        http://dl.sf.net/razor/razor-agents-2.82.tar.bz2
-#Patch0:         razor-agents-2.71-buildroot.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-# autodep misses this, razor-admin -register fails
-Requires: perl(Net::DNS)
-
-BuildRequires:  perl(Net::DNS), perl(Digest::SHA1)
-BuildRequires:  perl(Time::HiRes), perl(URI)
+Summary:	Use a Razor catalogue server to filter spam messages
+Name:		perl-Razor-Agent
+Version:	2.84
+Release:	1%{?dist}
+License:	Artistic
+Group:		Applications/Internet
+URL:		http://razor.sourceforge.net/
+Source:		http://dl.sourceforge.net/razor/razor-agents-%{version}.tar.bz2
+Requires:	perl(Net::DNS), perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:	perl(Net::DNS), perl(Digest::SHA1), perl(Time::HiRes), perl(URI), perl(ExtUtils::MakeMaker)
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 Vipul's Razor is a distributed, collaborative, spam detection and
-filtering network.  Razor establishes a distributed and constantly
-updating catalogue of spam in propagation.  This catalogue is used by
-clients to filter out known spam.  On receiving a spam, a Razor
+filtering network. Razor establishes a distributed and constantly
+updating catalogue of spam in propagation. This catalogue is used
+by clients to filter out known spam. On receiving a spam, a Razor
 Reporting Agent (run by an end-user or a troll box) calculates and
 submits a 20-character unique identification of the spam (a SHA
-Digest) to its closest Razor Catalogue Server.  The Catalogue Server
+Digest) to its closest Razor Catalogue Server. The Catalogue Server
 echos this signature to other trusted servers after storing it in its
-database.  Prior to manual processing or transport-level reception,
+database. Prior to manual processing or transport-level reception,
 Razor Filtering Agents (end-users and MTAs) check their incoming mail
 against a Catalogue Server and filter out or deny transport in case of
-a signature match.  Catalogued spam, once identified and reported by a
-Reporting Agent, can be blocked out by the rest of the Filtering
+a signature match. Catalogued spam, once identified and reported by
+a Reporting Agent, can be blocked out by the rest of the Filtering
 Agents on the network.
 
-
 %prep
 %setup -q -n razor-agents-%{version}
-# don't use -b for backup files, because these would be installed, too
-#%patch0 -p1
-
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -50,6 +37,8 @@
 cd ..
 make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
 
+# Package is lacking Artistic license
+perldoc -t perlartistic > COPYING
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -68,18 +57,15 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
-%check || :
+%check
 make test
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
-%defattr(-,root,root,-)
-%doc BUGS Changes CREDITS FAQ README SERVICE_POLICY
+%defattr(-,root,root)
+%doc BUGS Changes COPYING CREDITS FAQ README SERVICE_POLICY
 %{_bindir}/*
 %{perl_vendorlib}/Razor2
 %{perl_vendorlib}/auto/Razor2
@@ -87,8 +73,11 @@
 %{perl_vendorarch}/auto/Razor2
 %{_mandir}/man*/*
 
-
 %changelog
+* Sat Aug 11 2007 Robert Scheck <robert at fedoraproject.org> 2.84-1
+- Upgrade to 2.84 (#250869)
+- Added build requirement to perl(ExtUtils::MakeMaker)
+
 * Sat Sep 16 2006 Warren Togami <wtogami at redhat.com> - 2.82-1
 - 2.82
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/EL-5/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	16 Sep 2006 15:15:28 -0000	1.7
+++ sources	11 Aug 2007 16:19:39 -0000	1.8
@@ -1 +1 @@
-a79a798e52426261c6a2c4089b33872f  razor-agents-2.82.tar.bz2
+8b9a11a6ce020383c32c45d1530d77c2  razor-agents-2.84.tar.bz2




More information about the fedora-extras-commits mailing list