rpms/perl-Mail-SPF-Query/EL-5 perl-Mail-SPF-Query.spec,1.4,1.5

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Aug 14 00:00:57 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-Mail-SPF-Query/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22445

Modified Files:
	perl-Mail-SPF-Query.spec 
Log Message:
Sync with devel.


Index: perl-Mail-SPF-Query.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mail-SPF-Query/EL-5/perl-Mail-SPF-Query.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Mail-SPF-Query.spec	5 Sep 2006 15:13:08 -0000	1.4
+++ perl-Mail-SPF-Query.spec	14 Aug 2007 00:00:25 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           perl-Mail-SPF-Query
 Version:        1.999.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Query Sender Policy Framework
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -10,6 +10,7 @@
 Patch1:         use-sys-hostname.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
 %{?_with_check:BuildRequires: perl(Test::Pod::Coverage)}
 %{?_with_check:BuildRequires: perl(Net::DNS) >= 0.46}
 %{?_with_check:BuildRequires: perl(Net::CIDR::Lite) >= 0.15}
@@ -39,7 +40,7 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 # Don't include the spfd and spfquery scripts in _bindir.
 rm -f $RPM_BUILD_ROOT%{_bindir}/spfd $RPM_BUILD_ROOT%{_bindir}/spfquery
@@ -59,6 +60,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 18 2007 Steven Pritchard <steve at kspei.com> 1.999.1-3
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Tue Sep 05 2006 Steven Pritchard <steve at kspei.com> 1.999.1-2
 - Minor spec cleanup.
 




More information about the fedora-extras-commits mailing list