rpms/perl-POE-Filter-Transparent-SMTP/F-10 import.log, NONE, 1.1 perl-POE-Filter-Transparent-SMTP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Yanko Kaneti yaneti at fedoraproject.org
Thu Jun 4 16:52:36 UTC 2009


Author: yaneti

Update of /cvs/pkgs/rpms/perl-POE-Filter-Transparent-SMTP/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16500/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-POE-Filter-Transparent-SMTP.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
perl-POE-Filter-Transparent-SMTP-0_2-3_fc11:F-10:perl-POE-Filter-Transparent-SMTP-0.2-3.fc11.src.rpm:1244134369


--- NEW FILE perl-POE-Filter-Transparent-SMTP.spec ---
Name:           perl-POE-Filter-Transparent-SMTP
Version:        0.2
Release:        3%{?dist}
Summary:        A POE filter for SMTP

# note license definition in Makefile.PL
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/POE-Filter-Transparent-SMTP/
Source0:        http://search.cpan.org/CPAN/authors/id/U/UL/ULTRADM/POE-Filter-Transparent-SMTP-%{version}.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(POE)
BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
POE data filter which aims to make SMTP data transparent 
just before going onto the wire as per RFC 821 Section 4.5.2.

%prep
%setup -q -n POE-Filter-Transparent-SMTP-%{version}
chmod -x LICENSE

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

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

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

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

%changelog
* Wed Jun  1 2009 Yanko Kaneti <yaneti at declera.com> - 0.2-3
- Don't own %%{perl_vendorlib}/POE + Filter
- Initial import

* Thu Apr 16 2009 Yanko Kaneti <yaneti at declera.com> - 0.2-2
- fix LICENSE permissions

* Wed Apr 15 2009 Yanko Kaneti <yaneti at declera.com> - 0.2-1
- First attempt on packaging. Based on perl-POE-Filter-Zlib


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-POE-Filter-Transparent-SMTP/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Jun 2009 15:40:15 -0000	1.1
+++ .cvsignore	4 Jun 2009 16:52:06 -0000	1.2
@@ -0,0 +1 @@
+POE-Filter-Transparent-SMTP-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-POE-Filter-Transparent-SMTP/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Jun 2009 15:40:15 -0000	1.1
+++ sources	4 Jun 2009 16:52:06 -0000	1.2
@@ -0,0 +1 @@
+2763998d0713d3e9736009378296886d  POE-Filter-Transparent-SMTP-0.2.tar.gz




More information about the Fedora-perl-devel-list mailing list