2009-04-30 17:22:06 +00:00
|
|
|
Name: perl-MIME-Charset
|
2017-04-14 14:39:46 +00:00
|
|
|
Version: 1.012.2
|
2020-06-23 10:11:44 +00:00
|
|
|
Release: 11%{?dist}
|
2009-04-30 17:22:06 +00:00
|
|
|
Summary: Charset Informations for MIME
|
|
|
|
License: GPL+ or Artistic
|
2018-06-04 12:35:01 +00:00
|
|
|
URL: https://metacpan.org/release/MIME-Charset
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/MIME-Charset-%{version}.tar.gz
|
2015-06-25 12:26:40 +00:00
|
|
|
# Disable Module::AutoInstall
|
|
|
|
Patch0: MIME-Charset-1.012-Do-not-install-modules-from-the-Internet.patch
|
2009-04-30 17:22:06 +00:00
|
|
|
BuildArch: noarch
|
2015-06-25 12:26:40 +00:00
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: findutils
|
|
|
|
BuildRequires: make
|
2017-07-12 13:14:38 +00:00
|
|
|
BuildRequires: perl-interpreter
|
2016-06-24 07:57:40 +00:00
|
|
|
BuildRequires: perl-generators
|
2015-06-25 12:26:40 +00:00
|
|
|
BuildRequires: perl(inc::Module::Install)
|
|
|
|
BuildRequires: perl(Module::Install::Metadata)
|
|
|
|
BuildRequires: perl(Module::Install::Win32)
|
|
|
|
BuildRequires: perl(Module::Install::WriteAll)
|
|
|
|
# Run-time:
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
BuildRequires: perl(Encode::Encoding)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
# Optional run-time:
|
|
|
|
# Encode::JISX0213 0.03 not yet packaged
|
|
|
|
# Encode::HanExtra 0.20 not needed at tests
|
|
|
|
BuildRequires: perl(Encode::EUCJPASCII) >= 0.02
|
|
|
|
# Tests:
|
|
|
|
# Encode::CN not used
|
|
|
|
# Encode::JP not used
|
|
|
|
BuildRequires: perl(Test)
|
2010-12-14 23:28:12 +00:00
|
|
|
BuildRequires: perl(Test::More)
|
2015-06-25 12:26:40 +00:00
|
|
|
# Optional tests:
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
BuildRequires: sed
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
2010-12-14 23:28:12 +00:00
|
|
|
|
2015-06-25 12:26:40 +00:00
|
|
|
# Filter under-specified symbols
|
|
|
|
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(MIME::Charset\\)$
|
2009-04-30 17:22:06 +00:00
|
|
|
|
|
|
|
%description
|
2013-08-28 17:27:18 +00:00
|
|
|
MIME::Charset provides information about character sets used for MIME
|
2009-04-30 17:22:06 +00:00
|
|
|
messages on Internet.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n MIME-Charset-%{version}
|
2015-06-25 12:26:40 +00:00
|
|
|
%patch0 -p1
|
|
|
|
# Remove bundled modules
|
|
|
|
rm -rf ./inc
|
|
|
|
sed -i -e '/^inc\//d' MANIFEST
|
2009-04-30 17:22:06 +00:00
|
|
|
|
|
|
|
%build
|
2015-06-25 12:26:40 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
2009-04-30 17:22:06 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2015-06-25 12:26:40 +00:00
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
2009-04-30 17:22:06 +00:00
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
|
|
|
|
%files
|
2015-06-25 12:26:40 +00:00
|
|
|
%license ARTISTIC COPYING
|
|
|
|
%doc Changes README
|
2009-04-30 17:22:06 +00:00
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
%changelog
|
2020-06-23 10:11:44 +00:00
|
|
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.012.2-11
|
|
|
|
- Perl 5.32 rebuild
|
|
|
|
|
2020-01-30 01:51:10 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.012.2-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-26 04:23:48 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.012.2-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-05-31 17:40:14 +00:00
|
|
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.012.2-8
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
2019-02-01 21:59:40 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.012.2-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 18:19:15 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.012.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-28 17:52:39 +00:00
|
|
|
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.012.2-5
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
2018-02-08 22:34:02 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.012.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-27 04:47:02 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.012.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-05 10:01:20 +00:00
|
|
|
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.012.2-2
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
2017-04-14 14:39:46 +00:00
|
|
|
* Fri Apr 14 2017 Xavier Bachelot <xavier@bachelot.org> - 1.012.2-1
|
|
|
|
- Update to 1.012.2.
|
|
|
|
|
2017-02-11 03:57:52 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.012-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-05-15 21:10:55 +00:00
|
|
|
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.012-3
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
2016-02-04 14:28:14 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.012-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-25 12:26:40 +00:00
|
|
|
* Thu Jun 25 2015 Petr Pisar <ppisar@redhat.com> - 1.012-1
|
|
|
|
- 1.012 bump
|
|
|
|
|
2015-06-18 04:14:50 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.011.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-06 16:13:33 +00:00
|
|
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.011.1-4
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2014-08-28 19:08:38 +00:00
|
|
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.011.1-3
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-06-07 06:34:58 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.011.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-10-15 22:22:46 +00:00
|
|
|
* Wed Oct 16 2013 Xavier Bachelot <xavier@bachelot.org> 1.011.1-1
|
|
|
|
- Update to 1.011.1.
|
|
|
|
|
2013-08-28 17:27:18 +00:00
|
|
|
* Wed Aug 28 2013 Xavier Bachelot <xavier@bachelot.org> 1.010.1-1
|
|
|
|
- Update to 1.010.1.
|
|
|
|
|
2013-08-03 22:58:05 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.010-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-21 02:28:10 +00:00
|
|
|
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 1.010-2
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-04-10 20:34:42 +00:00
|
|
|
* Wed Apr 10 2013 Xavier Bachelot <xavier@bachelot.org> 1.010-1
|
|
|
|
- Update to 1.010.
|
|
|
|
|
2013-02-14 13:24:27 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.009.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-20 16:46:13 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.009.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-12 15:44:07 +00:00
|
|
|
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 1.009.2-2
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-06-04 19:25:17 +00:00
|
|
|
* Mon Jun 04 2012 Xavier Bachelot <xavier@bachelot.org> 1.009.2-1
|
|
|
|
- Update to 1.009.2.
|
|
|
|
|
2012-01-06 17:25:59 +00:00
|
|
|
* Fri Jan 06 2012 Xavier Bachelot <xavier@bachelot.org> 1.009.1-5
|
2012-01-06 17:24:55 +00:00
|
|
|
- Add BR: for perl(Encode::EUCJPASCII) for better test coverage.
|
|
|
|
|
2011-12-22 19:10:47 +00:00
|
|
|
* Wed Dec 21 2011 Xavier Bachelot <xavier@bachelot.org> 1.009.1-4
|
|
|
|
- Add BR: for perl(Encode::JIS2K) and perl(Encode::HanExtra) for better test
|
|
|
|
coverage.
|
|
|
|
|
2011-07-21 16:21:23 +00:00
|
|
|
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.009.1-3
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-07-20 09:27:40 +00:00
|
|
|
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 1.009.1-2
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-07-08 14:16:14 +00:00
|
|
|
* Fri Jul 08 2011 Xavier Bachelot <xavier@bachelot.org> 1.009.1-1
|
|
|
|
- Update to 1.009.1.
|
|
|
|
|
2011-06-20 18:36:36 +00:00
|
|
|
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.008.2-2
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-05-30 19:16:17 +00:00
|
|
|
* Mon May 30 2011 Xavier Bachelot <xavier@bachelot.org> 1.008.2-1
|
|
|
|
- Update to 1.008.2.
|
|
|
|
|
2011-05-12 18:21:44 +00:00
|
|
|
* Thu May 12 2011 Xavier Bachelot <xavier@bachelot.org> 1.008.1-1
|
2011-05-30 19:16:17 +00:00
|
|
|
- Update to 1.008.1.
|
2011-05-12 18:21:44 +00:00
|
|
|
|
2011-02-09 02:36:49 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.008-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-20 19:35:21 +00:00
|
|
|
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.008-2
|
|
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
|
2010-12-14 23:28:12 +00:00
|
|
|
* Tue Dec 14 2010 Xavier Bachelot <xavier@bachelot.org> 1.008-1
|
|
|
|
- Update to 1.008.
|
|
|
|
- Update Source0 URL.
|
|
|
|
- More BRs for better tests coverage.
|
|
|
|
|
2010-05-03 06:06:28 +00:00
|
|
|
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.006.2-5
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2009-12-07 02:39:26 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.006.2-4
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-07-26 09:04:00 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.006.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-04-30 17:22:06 +00:00
|
|
|
* Tue Apr 28 2009 Xavier Bachelot <xavier@bachelot.org> 1.006.2-2
|
|
|
|
- Filter duplicate Provides:.
|
|
|
|
|
|
|
|
* Fri Apr 24 2009 Xavier Bachelot <xavier@bachelot.org> 1.006.2-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.77.
|
|
|
|
- Fix license.
|