rpms/perl-Mail-IMAPClient/F-10 perl-Mail-IMAPClient.spec, 1.6, 1.7 sources, 1.4, 1.5

Tom Callaway spot at fedoraproject.org
Sat Sep 5 13:32:29 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/perl-Mail-IMAPClient/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16306/F-10

Modified Files:
	perl-Mail-IMAPClient.spec sources 
Log Message:
bump to 3.20


Index: perl-Mail-IMAPClient.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/F-10/perl-Mail-IMAPClient.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- perl-Mail-IMAPClient.spec	21 Jul 2008 19:10:01 -0000	1.6
+++ perl-Mail-IMAPClient.spec	5 Sep 2009 13:32:29 -0000	1.7
@@ -1,11 +1,11 @@
 Name:           perl-Mail-IMAPClient
-Version:        3.08
+Version:        3.20
 Release:        1%{?dist}
 Summary:        An IMAP Client API
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Mail-IMAPClient/
-Source0:        http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/Mail-IMAPClient-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/P/PL/PLOBBES/Mail-IMAPClient-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker), perl(IO::Socket), perl(constant), perl(Socket)
 BuildRequires:  perl(IO::File), perl(IO::Select), perl(Fcntl), perl(Errno), perl(Carp)
@@ -19,20 +19,18 @@ to and an IMAP conversation with an IMAP
 
 %prep
 %setup -q -n Mail-IMAPClient-%{version}
+sed -i 's#/usr/local/bin/perl#/usr/bin/perl#' examples/*.pl
 
 %build
+# the extended tests cannot be run without an IMAP server
 yes n | %{__perl} Makefile.PL INSTALLDIRS=vendor
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find examples -type f -exec chmod -x {} 2>/dev/null ';'
-find examples -type f -exec sed -i 's#/usr/local/bin/perl#/usr/bin/perl#' {} 2>/dev/null ';'
 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+w $RPM_BUILD_ROOT/*
-chmod -x $RPM_BUILD_ROOT%{perl_vendorlib}/Mail/IMAPClient/BodyStructure.pm
 
 %check
 make test
@@ -47,6 +45,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Sep  5 2009 Stepan Kasal <skasal at redhat.com> - 3.20-1
+- new upstream source
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.14-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 3.14-1
+- update to 3.14
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.08-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Mon Jul 21 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 3.08-1
 - 3.08
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/F-10/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	21 Jul 2008 19:10:01 -0000	1.4
+++ sources	5 Sep 2009 13:32:29 -0000	1.5
@@ -1 +1 @@
-688f219e676b0c9da0ce2892449c7c1f  Mail-IMAPClient-3.08.tar.gz
+bc5220b5540e4103f2111c94dcb1c938  Mail-IMAPClient-3.20.tar.gz




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