rebuilt with perl 5.36.0 [release 0.28-4mamba;Sun Apr 16 2023]
This commit is contained in:
parent
b32de185e3
commit
254e536670
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
Name: perl-GSSAPI
|
Name: perl-GSSAPI
|
||||||
Version: 0.28
|
Version: 0.28
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: GSSAPI - Perl extension providing access to the GSSAPIv2 library
|
Summary: GSSAPI - Perl extension providing access to the GSSAPIv2 library
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
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/A/AG/AGROLMS/GSSAPI-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/A/AG/AGROLMS/GSSAPI-%{version}.tar.gz
|
||||||
License: Artistic, GPL
|
License: Artistic, GPL
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
@ -16,9 +16,9 @@ Requires: perl >= %perl_major_ver
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libe2fs-devel
|
BuildRequires: libe2fs-devel
|
||||||
BuildRequires: libkrb5-devel
|
BuildRequires: libkrb5-devel
|
||||||
BuildRequires: perl-devel >= %perl_major_ver
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRequires: perl >= 2:5.36.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module gives access to the routines of the GSSAPI library,
|
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.
|
if and when the API changes.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q -n GSSAPI-%{version}
|
%setup -q -n GSSAPI-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -59,6 +58,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
|
||||||
@ -67,6 +68,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 0.28-4mamba
|
||||||
|
- rebuilt with perl 5.36.0
|
||||||
|
|
||||||
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.28-3mamba
|
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.28-3mamba
|
||||||
- rebuilt with perl 5.24
|
- rebuilt with perl 5.24
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user