2024-01-06 09:17:01 +01:00
|
|
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
|
|
|
|
|
|
|
Name: perl-MIME-EncWords
|
2024-02-13 10:14:31 +01:00
|
|
|
Version: 1.015.0
|
|
|
|
Release: 1mamba
|
2024-01-06 09:17:01 +01:00
|
|
|
Summary: MIME::EncWords - Deal with RFC 2047 encoded words (improved)
|
|
|
|
Group: System/Libraries/Perl
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 09:17:02 +01:00
|
|
|
URL: https://www.cpan.org/
|
2024-01-06 09:17:01 +01:00
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/N/NE/NEZUMI/MIME-EncWords-%{version}.tar.gz
|
|
|
|
License: Artistic, GPL
|
|
|
|
Requires: perl >= %perl_major_ver
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 09:17:02 +01:00
|
|
|
BuildRequires: libperl
|
|
|
|
BuildRequires: perl-Encode
|
|
|
|
BuildRequires: perl-MIME-Charset
|
2024-01-06 09:17:01 +01:00
|
|
|
BuildRequires: perl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 09:17:02 +01:00
|
|
|
BuildRequires: perl >= 2:5.36.0
|
2024-01-06 09:17:01 +01:00
|
|
|
BuildRequires: perl-devel >= %perl_major_ver
|
|
|
|
BuildRequires: perl-MIME-Charset
|
|
|
|
|
|
|
|
%description
|
|
|
|
MIME::EncWords - Deal with RFC 2047 encoded words (improved).
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n MIME-EncWords-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
|
|
|
%make
|
|
|
|
%make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall_perl
|
|
|
|
packlist=`find %{buildroot} -name .packlist`
|
|
|
|
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
|
|
|
sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \
|
|
|
|
sort -u > .packlist && rm $packlist
|
|
|
|
|
|
|
|
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
|
|
|
|
for dir in `find %{buildroot} -type d | grep $strid`; do
|
|
|
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
|
|
|
done
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
rm -f .packlist
|
|
|
|
|
|
|
|
%files -f .packlist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|
2024-02-13 10:14:31 +01:00
|
|
|
* Tue Feb 13 2024 Automatic Build System <autodist@openmamba.org> 1.015.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:17:02 +01:00
|
|
|
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 1.014.3-2mamba
|
|
|
|
- rebuilt with perl 5.36.0
|
|
|
|
|
2024-01-06 09:17:02 +01:00
|
|
|
* Sat Oct 04 2014 Automatic Build System <autodist@mambasoft.it> 1.014.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:17:01 +01:00
|
|
|
* Sun Sep 01 2013 Automatic Build System <autodist@mambasoft.it> 1.014.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Aug 25 2013 Automatic Build System <autodist@mambasoft.it> 1.014.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat May 18 2013 Automatic Build System <autodist@mambasoft.it> 1.014-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Mar 21 2013 Automatic Build System <autodist@mambasoft.it> 1.012.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Jul 12 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.012-1mamba
|
|
|
|
- package created by autospec
|