rpms/perl-Mail-SPF-Query/devel perl-Mail-SPF-Query.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Sep 5 15:13:08 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Mail-SPF-Query/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5368

Modified Files:
	perl-Mail-SPF-Query.spec 
Removed Files:
	needs.rebuild 
Log Message:
Minor spec cleanup.


Index: perl-Mail-SPF-Query.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-SPF-Query/devel/perl-Mail-SPF-Query.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Mail-SPF-Query.spec	10 Mar 2006 22:07:14 -0000	1.3
+++ perl-Mail-SPF-Query.spec	5 Sep 2006 15:13:08 -0000	1.4
@@ -1,21 +1,20 @@
 Name:           perl-Mail-SPF-Query
 Version:        1.999.1
-Release:        1%{?dist}
-Summary:        Mail::SPF::Query Perl module
+Release:        2%{?dist}
+Summary:        Query Sender Policy Framework
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Mail-SPF-Query/
-Source0:        http://www.cpan.org/modules/by-module/Mail/Mail-SPF-Query-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/J/JM/JMEHNLE/mail-spf-query/Mail-SPF-Query-%{version}.tar.gz
 # From Paul Howarth
 Patch1:         use-sys-hostname.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:       perl(Net::DNS) >= 0.46, perl(Net::CIDR::Lite) >= 0.15
-
 %{?_with_check:BuildRequires: perl(Test::Pod::Coverage)}
 %{?_with_check:BuildRequires: perl(Net::DNS) >= 0.46}
 %{?_with_check:BuildRequires: perl(Net::CIDR::Lite) >= 0.15}
+%{?_with_check:BuildRequires: perl(URI::Escape)}
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 The SPF protocol relies on sender domains to publish a DNS whitelist of
@@ -30,7 +29,6 @@
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile
 make %{?_smp_mflags}
 
 %install
@@ -39,13 +37,10 @@
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
-perldoc -t perlgpl > COPYING
-perldoc -t perlartistic > Artistic
-
 # Don't include the spfd and spfquery scripts in _bindir.
 rm -f $RPM_BUILD_ROOT%{_bindir}/spfd $RPM_BUILD_ROOT%{_bindir}/spfquery
 rm -rf $RPM_BUILD_ROOT%{_mandir}/man1
@@ -59,11 +54,14 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES README examples/ bin/ COPYING Artistic
+%doc CHANGES README examples/ bin/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 05 2006 Steven Pritchard <steve at kspei.com> 1.999.1-2
+- Minor spec cleanup.
+
 * Fri Mar 10 2006 Steven Pritchard <steve at kspei.com> 1.999.1-1
 - Update to 1.999.1
 - Drop MSQ-fallback.patch (upstream seems to have a similar fix)


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list