automatic update by autodist [release 1.017-1mamba;Sun Aug 11 2013]

This commit is contained in:
Automatic Build System 2024-01-06 08:54:44 +01:00
parent 7e708b0b3d
commit 4a94d238dc
2 changed files with 65 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# perl-Email-MIME-ContentType
Email::MIME::ContentType - Parse a MIME Content-Type Header

View File

@ -0,0 +1,63 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Email-MIME-ContentType
Version: 1.017
Release: 1mamba
Summary: Email::MIME::ContentType - Parse a MIME Content-Type Header
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-ContentType-%{version}.tar.gz
License: GPL, Artistic
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Email::MIME::ContentType - Parse a MIME Content-Type Header
%prep
%setup -q -n Email-MIME-ContentType-%{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
* Sun Aug 11 2013 Automatic Build System <autodist@mambasoft.it> 1.017-1mamba
- automatic update by autodist
* Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.015-2mamba
- perl 5.16 mass rebuild
* Mon Mar 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.015-1mamba
- automatic update by autodist
* Sat Jan 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.014-1mamba
- package created by autospec