diff --git a/perl-YAML-Syck.spec b/perl-YAML-Syck.spec index 770dd66..d3e6585 100644 --- a/perl-YAML-Syck.spec +++ b/perl-YAML-Syck.spec @@ -2,12 +2,12 @@ Name: perl-YAML-Syck Version: 1.34 -Release: 1mamba +Release: 2mamba Summary: YAML::Syck - Fast, lightweight YAML loader and dumper Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Aleph0 +Packager: Silvan Calarco URL: https://www.cpan.org Source: http://www.cpan.org/modules/by-module/YAML/YAML-Syck-%{version}.tar.gz License: Artistic @@ -16,7 +16,7 @@ Requires: perl >= %perl_major_ver BuildRequires: glibc-devel BuildRequires: perl-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: perl >= 2:5.36.0 %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. @@ -46,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 @@ -54,6 +56,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Apr 16 2023 Sdk Build System 1.34-2mamba +- rebuilt with perl 5.36.0 + * Sun Feb 21 2021 Automatic Build System 1.34-1mamba - automatic version update by autodist