diff --git a/perl-GSSAPI.spec b/perl-GSSAPI.spec index 1bc1acd..6eca5c8 100644 --- a/perl-GSSAPI.spec +++ b/perl-GSSAPI.spec @@ -2,13 +2,13 @@ Name: perl-GSSAPI Version: 0.28 -Release: 3mamba +Release: 4mamba Summary: GSSAPI - Perl extension providing access to the GSSAPIv2 library Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Automatic Build System -URL: http://www.cpan.org +Packager: Silvan Calarco +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/A/AG/AGROLMS/GSSAPI-%{version}.tar.gz License: Artistic, GPL Requires: perl >= %perl_major_ver @@ -16,9 +16,9 @@ Requires: perl >= %perl_major_ver BuildRequires: glibc-devel BuildRequires: libe2fs-devel BuildRequires: libkrb5-devel -BuildRequires: perl-devel >= %perl_major_ver +BuildRequires: perl-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: perl >= 2:5.36.0 %description This module gives access to the routines of the GSSAPI library, @@ -38,7 +38,6 @@ All users of this module are therefore strongly advised to localize all usage of if and when the API changes. %prep - %setup -q -n GSSAPI-%{version} %build @@ -59,6 +58,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 @@ -67,6 +68,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Apr 16 2023 Sdk Build System 0.28-4mamba +- rebuilt with perl 5.36.0 + * Wed Nov 09 2016 Silvan Calarco 0.28-3mamba - rebuilt with perl 5.24