2.1700 bump (rhbz#2231059)
This commit is contained in:
parent
d8c5f37de7
commit
77ec4dd261
@ -1,22 +1,17 @@
|
||||
Name: perl-Authen-SASL
|
||||
Version: 2.16
|
||||
Release: 30%{?dist}
|
||||
Version: 2.1700
|
||||
Release: 1%{?dist}
|
||||
Summary: SASL Authentication framework for Perl
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/Authen-SASL
|
||||
Source0: https://cpan.metacpan.org/authors/id/G/GB/GBARR/Authen-SASL-%{version}.tar.gz
|
||||
# Update the function WRITE to properly handle string which is shorter than
|
||||
# provided length
|
||||
Patch0: Authen-SASL-RT85294-Fix-WRITE.patch
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/EH/EHUELS/Authen-SASL-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(inc::Module::Install)
|
||||
BuildRequires: perl(Module::Install::Makefile)
|
||||
BuildRequires: perl(Module::Install::Metadata)
|
||||
BuildRequires: perl(Module::Install::WriteAll)
|
||||
BuildRequires: perl(:VERSION) >= 5.6
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time
|
||||
@ -38,12 +33,7 @@ protocols. Authen::SASL provides an implementation framework that all
|
||||
protocols should be able to share.
|
||||
|
||||
%prep
|
||||
%setup -q -n Authen-SASL-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
# Remove bundled libraries
|
||||
rm -r inc
|
||||
perl -i -ne 'print $_ unless m{^inc/}' MANIFEST
|
||||
%autosetup -p1 -n Authen-SASL-%{version}
|
||||
|
||||
# Fix permissions
|
||||
chmod -c a-x example_pl
|
||||
@ -57,14 +47,18 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{_fixperms} $RPM_BUILD_ROOT
|
||||
|
||||
%check
|
||||
unset AUTHOR_TESTING
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc api.txt Changes example_pl
|
||||
%doc api.txt Changes example_pl README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 21 2023 Jitka Plesnikova <jplesnik@redhat.com> - 2.1700-1
|
||||
- 2.1700 bump (rhbz#2231059)
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.16-30
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user