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

Yanko Kaneti yaneti at fedoraproject.org
Sun Jun 14 16:47:02 UTC 2009


Author: yaneti

Update of /cvs/pkgs/rpms/perl-POE-Component-Client-SMTP/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12804/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-POE-Component-Client-SMTP.spec 
Log Message:
Initial import on this branch



--- NEW FILE import.log ---
perl-POE-Component-Client-SMTP-0_21-4_fc11:F-10:perl-POE-Component-Client-SMTP-0.21-4.fc11.src.rpm:1244997908


--- NEW FILE perl-POE-Component-Client-SMTP.spec ---
Name:           perl-POE-Component-Client-SMTP
Version:        0.21
Release:        4%{?dist}
Summary:        Asynchronous mail sending with POE

Group:          Development/Libraries
License:        GPL+ or Artistic        
URL:            http://search.cpan.org/dist/POE-Component-Client-SMTP/
Source0:        http://search.cpan.org/CPAN/authors/id/U/UL/ULTRADM/POE-Component-Client-SMTP-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(POE) >= 0.31
BuildRequires:  perl(POE::Filter::Transparent::SMTP)

# tests...
BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
BuildRequires:  perl(Test::More)

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

%description
POE::Component::Client::SMTP allows you to send email messages 
in an asynchronous manner, using POE.


%prep
%setup -q -n POE-Component-Client-SMTP-%{version}
chmod -x LICENSE README Changes COPYING TODO eg/*

%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} -type d -depth -exec rmdir {} 2>/dev/null ';'
%{_fixperms} %{buildroot}/*


%check
make test


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc LICENSE README Changes COPYING TODO eg

%{perl_vendorlib}/POE/Component/Client/*
%{_mandir}/man3/*.3*


%changelog
* Sat Jun  6 2009 Yanko Kaneti <yaneti at declera.com> - 0.21-4
- Implement review feedback from Mamoru Tasaka
  https://bugzilla.redhat.com/show_bug.cgi?id=495885#c4
- Do not own %%{perl_vendorlib}/POE + Component + Client
- Drop explicit perl , sed BR
- Use perl instead of %%{__perl}

* Mon Apr 20 2009 Yanko Kaneti <yaneti at declera.com> 0.21-3
- Add eg/ to the installed documentation

* Sun Apr 19 2009 Yanko Kaneti <yaneti at declera.com> 0.21-2
- Remove executable bits from doc files

* Wed Apr 15 2009 Yanko Kaneti <yaneti at declera.com> 0.21-1
- First attempt at packaging. based on perl-POE-Component-Client-HTTP spec


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-POE-Component-Client-SMTP/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	8 Jun 2009 16:18:47 -0000	1.1
+++ .cvsignore	14 Jun 2009 16:46:30 -0000	1.2
@@ -0,0 +1 @@
+POE-Component-Client-SMTP-0.21.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-POE-Component-Client-SMTP/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	8 Jun 2009 16:18:47 -0000	1.1
+++ sources	14 Jun 2009 16:46:30 -0000	1.2
@@ -0,0 +1 @@
+442d3be44eb6c4417759eb419b003a73  POE-Component-Client-SMTP-0.21.tar.gz




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