rpms/perl-Mail-SPF-Query/devel perl-Mail-SPF-Query.spec,1.1,1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Sep 6 00:49:54 UTC 2005


Author: steve

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

Modified Files:
	perl-Mail-SPF-Query.spec 
Log Message:
- Spec cleanup
- Include COPYING and Artistic



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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Mail-SPF-Query.spec	4 Aug 2005 15:59:58 -0000	1.1
+++ perl-Mail-SPF-Query.spec	6 Sep 2005 00:49:52 -0000	1.2
@@ -1,13 +1,11 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-Mail-SPF-Query
 Version:        1.997
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Mail::SPF::Query Perl module
 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-1.997.tar.gz
+Source0:        http://www.cpan.org/modules/by-module/Mail/Mail-SPF-Query-%{version}.tar.gz
 # From Paul Howarth
 Patch0:         MSQ-fallback.patch
 Patch1:         use-sys-hostname.patch
@@ -45,11 +43,14 @@
 
 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
 
 # Does a lot of external DNS lookups.
-%check || :
+%check
 %{?_with_check:make test}
 
 %clean
@@ -57,11 +58,15 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README sample spfd spfquery
+%doc Changes README sample spfd spfquery COPYING Artistic
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 05 2005 Steven Pritchard <steve at kspei.com> 1.997-5
+- Spec cleanup
+- Include COPYING and Artistic
+
 * Mon Aug 01 2005 Steven Pritchard <steve at kspei.com> 1.997-4
 - Add some BuildRequires (suggested by Paul Howarth)
 




More information about the fedora-extras-commits mailing list