8f84733
Name:           perl-MIME-Charset
8f84733
Version:        1.006.2
8f84733
Release:        2%{?dist}
8f84733
Summary:        Charset Informations for MIME
8f84733
License:        GPL+ or Artistic
8f84733
Group:          Development/Libraries
8f84733
URL:            http://search.cpan.org/dist/MIME-Charset/
8f84733
Source0:        http://www.cpan.org/modules/by-module/MIME/MIME-Charset-%{version}.tar.gz
8f84733
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
8f84733
BuildArch:      noarch
8f84733
BuildRequires:  perl(ExtUtils::MakeMaker)
8f84733
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
8f84733
8f84733
%description
8f84733
MIME::Charset provides informations about character sets used for MIME
8f84733
messages on Internet.
8f84733
8f84733
%prep
8f84733
%setup -q -n MIME-Charset-%{version}
8f84733
8f84733
cat << \EOF > %{name}-prov
8f84733
#!/bin/sh
8f84733
%{__perl_provides} $* |\
8f84733
sed -e '/perl(MIME::Charset)$/d'
8f84733
EOF
8f84733
8f84733
%global __perl_provides %{_builddir}/MIME-Charset-%{version}/%{name}-prov
8f84733
chmod +x %{__perl_provides}
8f84733
8f84733
8f84733
%build
8f84733
%{__perl} Makefile.PL INSTALLDIRS=vendor
8f84733
make %{?_smp_mflags}
8f84733
8f84733
%install
8f84733
rm -rf $RPM_BUILD_ROOT
8f84733
8f84733
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
8f84733
8f84733
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
8f84733
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
8f84733
8f84733
%{_fixperms} $RPM_BUILD_ROOT/*
8f84733
8f84733
%check
8f84733
make test
8f84733
8f84733
%clean
8f84733
rm -rf $RPM_BUILD_ROOT
8f84733
8f84733
%files
8f84733
%defattr(-,root,root,-)
8f84733
%doc ARTISTIC Changes COPYING GPL README
8f84733
%{perl_vendorlib}/*
8f84733
%{_mandir}/man3/*
8f84733
8f84733
%changelog
8f84733
* Tue Apr 28 2009 Xavier Bachelot <xavier@bachelot.org> 1.006.2-2
8f84733
- Filter duplicate Provides:.
8f84733
8f84733
* Fri Apr 24 2009 Xavier Bachelot <xavier@bachelot.org> 1.006.2-1
8f84733
- Specfile autogenerated by cpanspec 1.77.
8f84733
- Fix license.