2013-02-15 08:16:55 +00:00
|
|
|
Name: perl-Encode
|
2013-07-12 08:57:55 +00:00
|
|
|
Epoch: 1
|
2014-06-02 05:50:57 +00:00
|
|
|
Version: 2.62
|
2014-08-26 12:06:58 +00:00
|
|
|
Release: 4%{?dist}
|
2013-02-15 08:16:55 +00:00
|
|
|
Summary: Character encodings in Perl
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/Encode/
|
|
|
|
Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-%{version}.tar.gz
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
2013-05-17 12:57:23 +00:00
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
2013-02-15 08:16:55 +00:00
|
|
|
# Run-time:
|
2013-05-17 12:57:23 +00:00
|
|
|
BuildRequires: perl(bytes)
|
2013-02-15 08:16:55 +00:00
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(constant)
|
2013-09-16 11:00:30 +00:00
|
|
|
BuildRequires: perl(Exporter) >= 5.57
|
2013-02-15 08:16:55 +00:00
|
|
|
# Filter::Util::Call is optional
|
|
|
|
BuildRequires: perl(Getopt::Long)
|
|
|
|
# I18N::Langinfo is optional
|
|
|
|
BuildRequires: perl(MIME::Base64)
|
2013-07-26 06:57:38 +00:00
|
|
|
BuildRequires: perl(overload)
|
2013-09-16 11:00:30 +00:00
|
|
|
BuildRequires: perl(parent) >= 0.221
|
2013-02-15 08:16:55 +00:00
|
|
|
# PerlIO::encoding is optional
|
2013-04-29 12:05:26 +00:00
|
|
|
BuildRequires: perl(re)
|
2013-02-15 08:16:55 +00:00
|
|
|
# Storable is optional
|
2013-05-17 12:57:23 +00:00
|
|
|
BuildRequires: perl(utf8)
|
2013-07-26 06:57:38 +00:00
|
|
|
BuildRequires: perl(vars)
|
2013-02-15 08:16:55 +00:00
|
|
|
BuildRequires: perl(XSLoader)
|
|
|
|
# Tests:
|
2013-09-02 08:43:40 +00:00
|
|
|
# Benchmark not used
|
2013-05-17 12:57:23 +00:00
|
|
|
BuildRequires: perl(charnames)
|
|
|
|
BuildRequires: perl(Config)
|
|
|
|
BuildRequires: perl(File::Basename)
|
2013-07-26 06:57:38 +00:00
|
|
|
BuildRequires: perl(File::Compare)
|
|
|
|
BuildRequires: perl(File::Copy)
|
|
|
|
BuildRequires: perl(FileHandle)
|
|
|
|
BuildRequires: perl(FindBin)
|
2013-02-15 08:16:55 +00:00
|
|
|
BuildRequires: perl(IO::Select)
|
|
|
|
BuildRequires: perl(IPC::Open3)
|
2013-09-02 08:43:40 +00:00
|
|
|
# IPC::Run not used
|
2013-02-15 08:16:55 +00:00
|
|
|
BuildRequires: perl(lib)
|
2013-05-17 12:57:23 +00:00
|
|
|
BuildRequires: perl(Scalar::Util)
|
2013-09-02 08:43:40 +00:00
|
|
|
BuildRequires: perl(Symbol)
|
2013-07-26 06:57:38 +00:00
|
|
|
BuildRequires: perl(Test)
|
2013-02-15 08:16:55 +00:00
|
|
|
BuildRequires: perl(Test::More)
|
2013-07-26 06:57:38 +00:00
|
|
|
BuildRequires: perl(Tie::Scalar)
|
2013-02-15 08:16:55 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
2013-09-16 11:00:30 +00:00
|
|
|
Requires: perl(parent) >= 0.221
|
2013-02-15 08:16:55 +00:00
|
|
|
|
|
|
|
%{?perl_default_filter}
|
2013-09-16 11:00:30 +00:00
|
|
|
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\((Encode::ConfigLocal|MY)\\)
|
|
|
|
|
|
|
|
# Filter under-specified dependencies
|
|
|
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((Exporter|parent)\\)$
|
2013-02-15 08:16:55 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The Encode module provides the interface between Perl strings and the rest
|
|
|
|
of the system. Perl strings are sequences of characters.
|
|
|
|
|
|
|
|
# To mirror files from perl-devel (bug #456534)
|
2013-02-15 10:03:58 +00:00
|
|
|
# Keep architecture specific because files go into vendorarch
|
2013-02-15 08:16:55 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Perl Encode Module Generator
|
|
|
|
Group: Development/Libraries
|
2013-07-18 11:37:30 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
2013-02-15 08:16:55 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
Requires: perl-devel
|
|
|
|
Requires: perl(Encode)
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
enc2xs builds a Perl extension for use by Encode from either Unicode Character
|
|
|
|
Mapping files (.ucm) or Tcl Encoding Files (.enc). You can use enc2xs to add
|
|
|
|
your own encoding to perl. No knowledge of XS is necessary.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Encode-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
# Additional scripts can be installed by appending MORE_SCRIPTS, UCM files by
|
|
|
|
# INSTALL_UCM.
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
|
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc AUTHORS Changes README
|
|
|
|
%{_bindir}/piconv
|
|
|
|
%{perl_vendorarch}/auto/*
|
|
|
|
%{perl_vendorarch}/Encode*
|
|
|
|
%exclude %{perl_vendorarch}/Encode/*.e2x
|
|
|
|
%exclude %{perl_vendorarch}/Encode/encode.h
|
|
|
|
%{perl_vendorarch}/encoding.pm
|
|
|
|
%{_mandir}/man1/piconv.*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_bindir}/enc2xs
|
|
|
|
%{_mandir}/man1/enc2xs.*
|
|
|
|
%{perl_vendorarch}/Encode/*.e2x
|
|
|
|
%{perl_vendorarch}/Encode/encode.h
|
|
|
|
|
|
|
|
%changelog
|
2014-08-26 12:06:58 +00:00
|
|
|
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.62-4
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-08-17 16:12:42 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.62-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 03:48:26 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.62-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-06-02 05:50:57 +00:00
|
|
|
* Mon Jun 02 2014 Petr Pisar <ppisar@redhat.com> - 1:2.62-1
|
|
|
|
- 2.62 bump
|
|
|
|
|
2014-04-30 06:56:22 +00:00
|
|
|
* Wed Apr 30 2014 Petr Pisar <ppisar@redhat.com> - 1:2.60-1
|
|
|
|
- 2.60 bump
|
|
|
|
|
2014-04-14 08:57:02 +00:00
|
|
|
* Mon Apr 14 2014 Petr Pisar <ppisar@redhat.com> - 1:2.59-1
|
|
|
|
- 2.59 bump
|
|
|
|
|
2014-03-31 08:39:55 +00:00
|
|
|
* Mon Mar 31 2014 Petr Pisar <ppisar@redhat.com> - 1:2.58-1
|
|
|
|
- 2.58 bump
|
|
|
|
|
2014-01-03 08:32:15 +00:00
|
|
|
* Fri Jan 03 2014 Petr Pisar <ppisar@redhat.com> - 1:2.57-1
|
|
|
|
- 2.57 bump
|
|
|
|
|
2013-09-16 11:00:30 +00:00
|
|
|
* Mon Sep 16 2013 Petr Pisar <ppisar@redhat.com> - 1:2.55-1
|
|
|
|
- 2.55 bump
|
|
|
|
|
2013-09-02 08:43:40 +00:00
|
|
|
* Mon Sep 02 2013 Petr Pisar <ppisar@redhat.com> - 1:2.54-1
|
|
|
|
- 2.54 bump
|
|
|
|
|
2013-08-21 15:33:05 +00:00
|
|
|
* Wed Aug 21 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.52-1
|
|
|
|
- 2.52 bump
|
|
|
|
|
2013-08-03 20:22:38 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.51-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-26 06:57:38 +00:00
|
|
|
* Fri Jul 26 2013 Petr Pisar <ppisar@redhat.com> - 1:2.51-6
|
|
|
|
- Specify more dependencies
|
|
|
|
|
2013-07-18 11:37:30 +00:00
|
|
|
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 1:2.51-5
|
|
|
|
- Put epoch into dependecny declaration
|
|
|
|
|
2013-07-12 11:23:54 +00:00
|
|
|
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1:2.51-4
|
|
|
|
- Link minimal build-root packages against libperl.so explicitly
|
|
|
|
|
2013-07-12 10:24:22 +00:00
|
|
|
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1:2.51-3
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-07-12 10:13:11 +00:00
|
|
|
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1:2.51-2
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-07-12 08:57:55 +00:00
|
|
|
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1:2.51-1
|
|
|
|
- Increase epoch to compete with perl.spec
|
|
|
|
|
2013-05-17 12:57:23 +00:00
|
|
|
* Fri May 17 2013 Petr Pisar <ppisar@redhat.com> - 2.51-2
|
|
|
|
- Specify all dependencies
|
|
|
|
|
2013-05-02 11:18:11 +00:00
|
|
|
* Thu May 02 2013 Petr Pisar <ppisar@redhat.com> - 2.51-1
|
|
|
|
- 2.51 bump
|
|
|
|
|
2013-04-29 12:05:26 +00:00
|
|
|
* Mon Apr 29 2013 Petr Pisar <ppisar@redhat.com> - 2.50-1
|
|
|
|
- 2.50 bump (recoding does not launders taintedness)
|
|
|
|
|
2013-03-05 13:23:44 +00:00
|
|
|
* Tue Mar 05 2013 Petr Pisar <ppisar@redhat.com> - 2.49-1
|
|
|
|
- 2.49 bump
|
|
|
|
|
2013-02-18 12:10:53 +00:00
|
|
|
* Mon Feb 18 2013 Petr Pisar <ppisar@redhat.com> - 2.48-1
|
|
|
|
- 2.48 bump
|
|
|
|
|
2013-02-15 08:16:55 +00:00
|
|
|
* Thu Sep 20 2012 Petr Pisar <ppisar@redhat.com> 2.47-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.78.
|
2013-02-15 10:03:58 +00:00
|
|
|
- Make devel sub-package architecture specific due to file location
|