update to 1.008
This commit is contained in:
parent
668d9a90d6
commit
9203527a83
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
MIME-Charset-1.006.2.tar.gz
|
||||
/MIME-Charset-1.008.tar.gz
|
||||
|
@ -1,14 +1,22 @@
|
||||
Name: perl-MIME-Charset
|
||||
Version: 1.006.2
|
||||
Release: 5%{?dist}
|
||||
Version: 1.008
|
||||
Release: 1%{?dist}
|
||||
Summary: Charset Informations for MIME
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/MIME-Charset/
|
||||
Source0: http://www.cpan.org/modules/by-module/MIME/MIME-Charset-%{version}.tar.gz
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/N/NE/NEZUMI/MIME-Charset-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Pod::Coverage)
|
||||
# Not packaged yet
|
||||
# BuildRequires: perl(Encode::EUCJPASCII)
|
||||
# BuildRequires: perl(Encode::JIS2K)
|
||||
# BuildRequires: perl(Encode::HanExtra)
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -50,11 +58,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc ARTISTIC Changes COPYING GPL README
|
||||
%doc ARTISTIC Changes GPL README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* 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.
|
||||
|
||||
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.006.2-5
|
||||
- Mass rebuild with perl-5.12.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user