From 9c3f4b7897c5d2b615f53aaf9933d758239a7780 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:16:54 +0100 Subject: [PATCH] automatic update by autodist [release 1.011.1-1mamba;Sat Dec 14 2013] --- README.md | 2 ++ perl-MIME-Charset.spec | 75 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 perl-MIME-Charset.spec diff --git a/README.md b/README.md index 239f39c..143bec7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-MIME-Charset +MIME::Charset - Charset Informations for MIME. + diff --git a/perl-MIME-Charset.spec b/perl-MIME-Charset.spec new file mode 100644 index 0000000..b57ebf4 --- /dev/null +++ b/perl-MIME-Charset.spec @@ -0,0 +1,75 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-MIME-Charset +Version: 1.011.1 +Release: 1mamba +Summary: MIME::Charset - Charset Informations for MIME +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.cpan.org +Source: http://search.cpan.org/CPAN/authors/id/N/NE/NEZUMI/MIME-Charset-%{version}.tar.gz +License: Artistic, GPL +Requires: perl >= %perl_major_ver +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-devel +## AUTOBUILDREQ-END +BuildRequires: perl-Encode-EUCJPASCII +BuildRequires: perl-Encode-HanExtra +BuildRequires: perl-Encode-JIS2K +BuildRequires: perl-devel >= %perl_major_ver +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +MIME::Charset - Charset Informations for MIME. + +%prep +%setup -q -n MIME-Charset-%{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 +* Sat Dec 14 2013 Automatic Build System 1.011.1-1mamba +- automatic update by autodist + +* Fri Aug 30 2013 Automatic Build System 1.010.1-1mamba +- automatic update by autodist + +* Sun Apr 14 2013 Automatic Build System 1.010-1mamba +- automatic version update by autodist + +* Mon Jan 14 2013 Automatic Build System 1.009.3-1mamba +- automatic version update by autodist + +* Mon Jun 04 2012 Automatic Build System 1.009.2-1mamba +- automatic version update by autodist + +* Tue Feb 22 2011 Automatic Build System 1.008.1-1mamba +- automatic update by autodist + +* Mon Jul 12 2010 Silvan Calarco 1.008-1mamba +- package created by autospec