rebuilt with perl 5.36.0 [release 1.34-2mamba;Sun Apr 16 2023]
This commit is contained in:
parent
b8431abd7e
commit
918ce0e0be
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
Name: perl-YAML-Syck
|
Name: perl-YAML-Syck
|
||||||
Version: 1.34
|
Version: 1.34
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: YAML::Syck - Fast, lightweight YAML loader and dumper
|
Summary: YAML::Syck - Fast, lightweight YAML loader and dumper
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.cpan.org
|
URL: https://www.cpan.org
|
||||||
Source: http://www.cpan.org/modules/by-module/YAML/YAML-Syck-%{version}.tar.gz
|
Source: http://www.cpan.org/modules/by-module/YAML/YAML-Syck-%{version}.tar.gz
|
||||||
License: Artistic
|
License: Artistic
|
||||||
@ -16,7 +16,7 @@ Requires: perl >= %perl_major_ver
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRequires: perl >= 2:5.36.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module provides a Perl interface to the libsyck data serialization library. It exports the Dump and Load functions for converting Perl data structures to YAML strings, and the other way around.
|
This module provides a Perl interface to the libsyck data serialization library. It exports the Dump and Load functions for converting Perl data structures to YAML strings, and the other way around.
|
||||||
@ -46,6 +46,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
|||||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||||
done
|
done
|
||||||
|
|
||||||
|
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
rm -f .packlist
|
rm -f .packlist
|
||||||
@ -54,6 +56,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 1.34-2mamba
|
||||||
|
- rebuilt with perl 5.36.0
|
||||||
|
|
||||||
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 1.34-1mamba
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 1.34-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user