automatic update by autodist [release 1.315-1mamba;Wed Aug 21 2013]
This commit is contained in:
parent
4584ec8471
commit
d43dbd958f
@ -1,2 +1,4 @@
|
||||
# perl-Email-MIME-Encodings
|
||||
|
||||
This module simply wraps MIME::Base64 and MIME::QuotedPrint so that you can throw the contents of a Content-Transfer-Encoding header at some text and have the right thing happen.
|
||||
|
||||
|
67
perl-Email-MIME-Encodings.spec
Normal file
67
perl-Email-MIME-Encodings.spec
Normal file
@ -0,0 +1,67 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Email-MIME-Encodings
|
||||
Version: 1.315
|
||||
Release: 1mamba
|
||||
Summary: Email::MIME::Encodings - A unified interface to MIME encoding and decoding
|
||||
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-MIME-Encodings-%{version}.tar.gz
|
||||
License: GPL, Artistic
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
This module simply wraps MIME::Base64 and MIME::QuotedPrint so that you can throw the contents of a Content-Transfer-Encoding header at some text and have the right thing happen.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q -n Email-MIME-Encodings-%{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
|
||||
* Wed Aug 21 2013 Automatic Build System <autodist@mambasoft.it> 1.315-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Jun 22 2013 Automatic Build System <autodist@mambasoft.it> 1.314-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.313-2mamba
|
||||
- perl 5.16 mass rebuild
|
||||
|
||||
* Thu May 07 2009 Automatic Build System <autodist@mambasoft.it> 1.313-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Mar 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.312-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Jan 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.311-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user