rpms/perl-Email-MIME/devel perl-Email-MIME.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Tue May 2 00:34:44 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-Email-MIME/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3753/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Email-MIME.spec 
Log Message:
auto-import perl-Email-MIME-1.82-2 on branch devel from perl-Email-MIME-1.82-2.src.rpm


--- NEW FILE perl-Email-MIME.spec ---
Name:           perl-Email-MIME
Version:        1.82
Release:        2%{?dist}
Summary:        Easy MIME message parsing

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Email-MIME/
Source0:        http://www.cpan.org/authors/id/C/CW/CWEST/Email-MIME-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(Email::MIME::ContentType) >= 1.0
BuildRequires:  perl(Email::MIME::Encodings) >= 1.3
BuildRequires:  perl(Email::Simple) >= 1.91
BuildRequires:  perl(MIME::Types) >= 1.13
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires:       perl(Email::Simple) >= 1.91
Requires:       perl(MIME::Types) >= 1.13

%description
This is an extension of the Email::Simple module, to handle MIME
encoded messages. It takes a message as a string, splits it up
into its constituent parts, and allows you access to various
parts of the message. Headers are decoded from MIME encoding.


%prep
%setup -q -n Email-MIME-%{version}


%build
%{__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 -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/Email/
%{_mandir}/man3/*.3pm*


%changelog
* Thu Sep  8 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.82-2
- Requires Email::Simple (rpm "use base" shortcoming).

* Thu Sep 08 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.82-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Email-MIME/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 May 2006 00:34:14 -0000	1.1
+++ .cvsignore	2 May 2006 00:34:44 -0000	1.2
@@ -0,0 +1 @@
+Email-MIME-1.82.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Email-MIME/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 May 2006 00:34:14 -0000	1.1
+++ sources	2 May 2006 00:34:44 -0000	1.2
@@ -0,0 +1 @@
+fe917f83f7ff5f6425e388857a7400eb  Email-MIME-1.82.tar.gz




More information about the fedora-extras-commits mailing list