automatic version update by autodist [release 5.510-1mamba;Sat Mar 11 2023]
This commit is contained in:
parent
be48e64ecf
commit
e28b7a64f1
@ -1,26 +1,31 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-MIME-Tools
|
Name: perl-MIME-Tools
|
||||||
Version: 5.509
|
Version: 5.510
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: MIME-tools - A modules for parsing and creating MIME entities
|
Summary: MIME-tools - A modules for parsing and creating MIME entities
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: https://www.cpan.org/
|
||||||
Source: http://www.cpan.org/authors/id/D/DS/DSKOLL/MIME-tools-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/D/DS/DSKOLL/MIME-tools-%{version}.tar.gz
|
||||||
Patch0: MIME-tools-5.420-mimesend_add_from.patch
|
Patch0: MIME-tools-5.420-mimesend_add_from.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
Requires: perl >= %perl_major_ver
|
## AUTOBUILDREQ-BEGIN
|
||||||
Requires: perl(MIME::Base64) >= 3.03
|
BuildRequires: libperl
|
||||||
|
BuildRequires: perl-Convert-BinHex
|
||||||
|
BuildRequires: perl-Mail-Tools
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: perl-devel >= %perl_major_ver
|
BuildRequires: perl-devel >= %perl_major_ver
|
||||||
BuildRequires: perl-IO-stringy >= 1.211, perl-Mail-Tools >= 1.64
|
BuildRequires: perl-IO-stringy >= 1.211, perl-Mail-Tools >= 1.64
|
||||||
BuildRequires: perl-Convert-BinHex >= 1.119
|
BuildRequires: perl-Convert-BinHex >= 1.119
|
||||||
BuildRequires: perl(MIME::Base64) >= 3.03
|
BuildRequires: perl(MIME::Base64) >= 3.03
|
||||||
|
Requires: perl >= %perl_major_ver
|
||||||
|
Requires: perl(MIME::Base64) >= 3.03
|
||||||
Provides: perl-MIME-tools
|
Provides: perl-MIME-tools
|
||||||
Obsoletes: perl-MIME-tools
|
Obsoletes: perl-MIME-tools < 5.510
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A MIME tools module for Perl.
|
A MIME tools module for Perl.
|
||||||
@ -28,7 +33,7 @@ MIME-tools is a collection of Perl5 MIME:: modules for parsing, decoding, and ge
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n MIME-tools-%{version}
|
%setup -q -n MIME-tools-%{version}
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
@ -60,6 +65,9 @@ rm -f .packlist
|
|||||||
%{_bindir}/mime*
|
%{_bindir}/mime*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 11 2023 Automatic Build System <autodist@mambasoft.it> 5.510-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 5.509-1mamba
|
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 5.509-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user