rebuilt with perl 5.36.0 [release 0.03-3mamba;Sun Apr 16 2023]
This commit is contained in:
parent
be9b5b0a9c
commit
7170779303
@ -2,23 +2,24 @@
|
||||
|
||||
Name: perl-Encode-JIS2K
|
||||
Version: 0.03
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: Encode::JIS2K - JIS X 0212 (aka JIS 2000) Encodings
|
||||
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/D/DA/DANKOGAI/Encode-JIS2K-%{version}.tar.gz
|
||||
Patch0: %{name}-0.02-fix_package_name.patch
|
||||
License: Artistic, GPL
|
||||
Requires: perl >= %perl_major_ver
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: perl-Encode
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Encode::JIS2K - JIS X 0212 (aka JIS 2000) Encodings.
|
||||
@ -45,6 +46,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
|
||||
@ -53,6 +56,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
|
||||
|
||||
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.03-2mamba
|
||||
- rebuilt with perl 5.24
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user