rpms/perl-Sendmail-PMilter/F-11 Sendmail-PMilter-Context.pm_pod.patch, NONE, 1.1 import.log, NONE, 1.1 perl-Sendmail-PMilter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

John T. Guthrie III guthrie at fedoraproject.org
Tue May 19 16:49:56 UTC 2009


Author: guthrie

Update of /cvs/extras/rpms/perl-Sendmail-PMilter/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7822/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	Sendmail-PMilter-Context.pm_pod.patch import.log 
	perl-Sendmail-PMilter.spec 
Log Message:
Initial import from source RPM.


Sendmail-PMilter-Context.pm_pod.patch:

--- NEW FILE Sendmail-PMilter-Context.pm_pod.patch ---
*** Sendmail-PMilter-0.96/lib/Sendmail/PMilter/Context.pm.orig	2004-08-04 13:07:51.000000000 -0400
--- Sendmail-PMilter-0.96/lib/Sendmail/PMilter/Context.pm	2009-02-15 18:24:14.000000000 -0500
***************
*** 60,67 ****
  
  =head1 METHODS
  
- =over 4
- 
  =cut
  
  ##### Symbols exported to the caller
--- 60,65 ----
***************
*** 387,392 ****
--- 385,392 ----
  
  =pod
  
+ =over 4
+ 
  =item $ctx->getpriv
  
  Returns the private data object for this milter instance, set by


--- NEW FILE import.log ---
perl-Sendmail-PMilter-0_97-1_fc10:F-11:perl-Sendmail-PMilter-0.97-1.fc10.src.rpm:1242751438


--- NEW FILE perl-Sendmail-PMilter.spec ---
Name:           perl-Sendmail-PMilter
Version:        0.97
Release:        1%{?dist}
Summary:        Perl binding of Sendmail Milter protocol
License:        BSD
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Sendmail-PMilter/
Source0:        http://www.cpan.org/authors/id/A/AV/AVAR/Sendmail-PMilter-%{version}.tar.gz
Patch0:         Sendmail-PMilter-Context.pm_pod.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Sendmail::PMilter is a mail filtering API implementing the Sendmail milter
protocol in pure Perl. This allows Sendmail servers (and perhaps other MTAs
implementing milter) to filter and modify mail in transit during the SMTP
connection, all in Perl.

It should be noted that PMilter 0.90 and later is NOT compatible with
scripts written for PMilter 0.5 and earlier.  The API has been reworked
significantly, and the enhanced APIs and rule logic provided by PMilter
0.5 and earlier has been factored out for inclusion in a separate package
to be called Mail::Milter.

%prep
%setup -q -n Sendmail-PMilter-%{version}
%patch0 -p1 -b .POD

chmod -x examples/*.pl
sed -i -e 's@/usr/local/bin/perl@/usr/bin/perl@' examples/*.pl

%build
# Using "echo" to bypass the interactive 'yes/no' question in Makefile.PL
echo | %{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README examples doc
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Mar 16 2009 John Guthrie <guthrie at counterexample.org> 0.97-1
- Re-released with version 0.97.
- Added BuildRequirement for perl(Test::More)

* Sun Feb 15 2009 John Guthrie <guthrie at counterexample.org> 0.96-5
- Added small patch to fix an error in the POD documentation for Context.pm

* Fri Feb 06 2009 John Guthrie <guthrie at counterexample.org> 0.96-4
- Fixed rpmlint warnings caused by including the examples directory in the %%doc
  section.

* Fri Feb 06 2009 John Guthrie <guthrie at counterexample.org> 0.96-3
- Added files to %%doc list
- Corrected license

* Thu Feb 05 2009 John Guthrie <guthrie at counterexample.org> 0.96-2
- Expanded %%description section.
- Ran "perl Makefile.PL" as the receiving end of a pipe since there is an
  interactive part to that script.

* Thu Feb 05 2009 John Guthrie <guthrie at counterexample.org> 0.96-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Sendmail-PMilter/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	15 May 2009 23:43:24 -0000	1.1
+++ .cvsignore	19 May 2009 16:49:25 -0000	1.2
@@ -0,0 +1 @@
+Sendmail-PMilter-0.97.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Sendmail-PMilter/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	15 May 2009 23:43:24 -0000	1.1
+++ sources	19 May 2009 16:49:25 -0000	1.2
@@ -0,0 +1 @@
+dca1f18dacce0a7be855decd8682f973  Sendmail-PMilter-0.97.tar.gz




More information about the scm-commits mailing list