automatic update by autodist [release 2.199-1mamba;Mon Aug 26 2013]

This commit is contained in:
Automatic Build System 2024-01-06 08:55:09 +01:00
parent b07c7a0681
commit 7d87fc1fa0
2 changed files with 71 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# perl-Email-Send # perl-Email-Send
Email::Send - Simply Sending Email

69
perl-Email-Send.spec Normal file
View File

@ -0,0 +1,69 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Email-Send
Version: 2.199
Release: 1mamba
Summary: Email::Send - Simply Sending Email
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Send-%{version}.tar.gz
License: GPL, Artistic
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel
BuildRequires: perl-Email-Address
BuildRequires: perl-Email-Simple
BuildRequires: perl-Return-Value
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Email::Send - Simply Sending Email
%prep
%setup -q -n Email-Send-%{version}
%build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make
%make test
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall_perl
packlist=`find %{buildroot} -name .packlist`
[ -z "$packlist" ] && exit 1 || cat $packlist | \
sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \
sort -u > .packlist && rm $packlist
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
for dir in `find %{buildroot} -type d | grep $strid`; do
echo "%dir ${dir#%buildroot}" >> .packlist
done
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -f .packlist
%files -f .packlist
%defattr(-,root,root)
%changelog
* Mon Aug 26 2013 Automatic Build System <autodist@mambasoft.it> 2.199-1mamba
- automatic update by autodist
* Mon Jul 29 2013 Automatic Build System <autodist@mambasoft.it> 2.198-2mamba
- automatic rebuild by autodist
* Sun Jul 12 2009 Automatic Build System <autodist@mambasoft.it> 2.198-1mamba
- automatic update by autodist
* Sun Jun 21 2009 Automatic Build System <autodist@mambasoft.it> 2.197-1mamba
- automatic update by autodist
* Sat Jan 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.194-1mamba
- package created by autospec