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
|
||||
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 <autodist@mambasoft.it>
|
||||
URL: http://www.cpan.org
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
||||
- rebuilt with perl 5.24
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user