rpms/perl-Mail-Sender/devel perl-Mail-Sender.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Mon Sep 12 15:12:42 UTC 2005


Author: jpo

Update of /cvs/extras/rpms/perl-Mail-Sender/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29859/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Mail-Sender.spec 
Log Message:
auto-import perl-Mail-Sender-0.8.10-2 on branch devel from perl-Mail-Sender-0.8.10-2.src.rpm


--- NEW FILE perl-Mail-Sender.spec ---
Name:           perl-Mail-Sender
Version:        0.8.10
Release:        2%{?dist}
Summary:        Module for sending mails with attachments through an SMTP server

Group:          Development/Libraries
License:        Distributable
URL:            http://search.cpan.org/dist/Mail-Sender/
Source0:        http://www.cpan.org/authors/id/J/JE/JENDA/Mail-Sender-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
%{summary}.


%prep
%setup -q -n Mail-Sender-%{version}
%{__perl} -pi -e 's/\r\n/\n/' README


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} < /dev/null


%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/*

# Remove the Win32 module in order to avoid requiring perl(Win32API::Registry)
find $RPM_BUILD_ROOT -type f -name Win32.pm -exec rm -f {} ';'


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
# License: perl + spam exception.
# See the main POD page for the copyright information.
# For the Artistic and GPL license text(s), see the perl package.
%doc Changes README
%{perl_vendorlib}/Mail/
%{_mandir}/man3/*.3*


%changelog
* Mon Sep 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.8.10-2
- License clarification.

* Sat Sep 10 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.8.10-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-Sender/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Sep 2005 15:12:11 -0000	1.1
+++ .cvsignore	12 Sep 2005 15:12:40 -0000	1.2
@@ -0,0 +1 @@
+Mail-Sender-0.8.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-Sender/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Sep 2005 15:12:11 -0000	1.1
+++ sources	12 Sep 2005 15:12:40 -0000	1.2
@@ -0,0 +1 @@
+4dac1115bacca2ed0b8403c3874975da  Mail-Sender-0.8.10.tar.gz




More information about the fedora-extras-commits mailing list