rpms/perl-Mail-IMAPClient/devel .cvsignore, 1.5, 1.6 perl-Mail-IMAPClient.spec, 1.9, 1.10 sources, 1.5, 1.6

Štěpán Kasal kasal at fedoraproject.org
Sat Sep 5 13:13:02 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/perl-Mail-IMAPClient/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10150

Modified Files:
	.cvsignore perl-Mail-IMAPClient.spec sources 
Log Message:
new upstream version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-IMAPClient/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	13 Mar 2009 20:44:53 -0000	1.5
+++ .cvsignore	5 Sep 2009 13:13:01 -0000	1.6
@@ -1 +1 @@
-Mail-IMAPClient-3.14.tar.gz
+Mail-IMAPClient-3.20.tar.gz


Index: perl-Mail-IMAPClient.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-IMAPClient/devel/perl-Mail-IMAPClient.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Mail-IMAPClient.spec	26 Jul 2009 09:07:40 -0000	1.9
+++ perl-Mail-IMAPClient.spec	5 Sep 2009 13:13:01 -0000	1.10
@@ -1,11 +1,11 @@
 Name:           perl-Mail-IMAPClient
-Version:        3.14
-Release:        2%{?dist}
+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,9 @@ 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
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-IMAPClient/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	13 Mar 2009 20:44:53 -0000	1.5
+++ sources	5 Sep 2009 13:13:01 -0000	1.6
@@ -1 +1 @@
-bd099eda25cc0cc44e1cecf3f7f22a79  Mail-IMAPClient-3.14.tar.gz
+bc5220b5540e4103f2111c94dcb1c938  Mail-IMAPClient-3.20.tar.gz




More information about the fedora-extras-commits mailing list