import perl-MIME-Base64-3.15-1001.module+el8.3.0+6718+7f269185
This commit is contained in:
commit
b63f7240dc
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/MIME-Base64-3.15.tar.gz
|
1
.perl-MIME-Base64.metadata
Normal file
1
.perl-MIME-Base64.metadata
Normal file
@ -0,0 +1 @@
|
||||
07dd64adbec0e8952954664cbf8fa6b20915f95c SOURCES/MIME-Base64-3.15.tar.gz
|
94
SPECS/perl-MIME-Base64.spec
Normal file
94
SPECS/perl-MIME-Base64.spec
Normal file
@ -0,0 +1,94 @@
|
||||
Name: perl-MIME-Base64
|
||||
Version: 3.15
|
||||
Release: 1001%{?dist}
|
||||
Summary: Encoding and decoding of Base64 and quoted-printable strings
|
||||
# Base.xs: (GPL+ or Artistic) and MIT (Bellcore's part)
|
||||
# Other files: GPL+ or Artistic
|
||||
License: (GPL+ or Artistic) and MIT
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/MIME-Base64/
|
||||
Source0: http://www.cpan.org/authors/id/G/GA/GAAS/MIME-Base64-%{version}.tar.gz
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Tests:
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(Test)
|
||||
# Optional tests:
|
||||
# Perl::API not yet packaged and does not work since perl 5.8.8
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Conflicts: perl < 4:5.22.0-347
|
||||
|
||||
%description
|
||||
This package contains a Base64 encoder/decoder and a quoted-printable
|
||||
encoder/decoder. These encoding methods are specified in RFC 2045 - MIME
|
||||
(Multipurpose Internet Mail Extensions).
|
||||
|
||||
%prep
|
||||
%setup -q -n MIME-Base64-%{version}
|
||||
|
||||
%build
|
||||
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 Changes README
|
||||
%{perl_vendorarch}/auto/*
|
||||
%{perl_vendorarch}/MIME*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 3.15-1001
|
||||
- Rebuild with enable hardening (bug #1636329)
|
||||
|
||||
* Thu Aug 23 2018 Petr Pisar <ppisar@redhat.com> - 3.15-1000
|
||||
- Increase release not to clash with perl-bootstrap:5.24 subpackages
|
||||
(bug #1620197)
|
||||
|
||||
* Fri Apr 27 2018 Petr Pisar <ppisar@redhat.com> - 3.15-398
|
||||
- Increase release not to clash with perl-bootstrap:5.24 subpackages
|
||||
|
||||
* Wed Mar 28 2018 Petr Pisar <ppisar@redhat.com> - 3.15-397
|
||||
- Increase release not to clash with perl-bootstrap:5.24 subpackages
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.15-396
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.15-395
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.15-394
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 3.15-393
|
||||
- Perl 5.26 rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.15-366
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.15-365
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.15-349
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jul 01 2015 Petr Pisar <ppisar@redhat.com> 3.15-348
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
Loading…
Reference in New Issue
Block a user