rebuilt with perl 5.36.0 [release 0.03-3mamba;Sun Apr 16 2023]
This commit is contained in:
parent
08950d96b6
commit
3abcf0e4c9
@ -2,21 +2,22 @@
|
||||
|
||||
Name: perl-Encode-EUCJPASCII
|
||||
Version: 0.03
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: Encode::EUCJPASCII - eucJP-ascii - An eucJP-open mapping
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.cpan.org
|
||||
URL: https://www.cpan.org/
|
||||
Source: http://search.cpan.org/CPAN/authors/id/N/NE/NEZUMI/Encode-EUCJPASCII-%{version}.tar.gz
|
||||
License: Artistic, GPL
|
||||
Requires: perl >= %perl_major_ver
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-Encode
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
|
||||
%description
|
||||
@ -43,6 +44,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||
done
|
||||
|
||||
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
rm -f .packlist
|
||||
@ -51,6 +54,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 0.03-3mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.03-2mamba
|
||||
- perl 5.16 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user