rebuilt [release 0.16-4mamba;Thu Dec 10 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 08:35:10 +01:00
parent 0054a92d09
commit df4a064cb5
2 changed files with 11 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# perl-Authen-PAM
Authen::PAM - Perl interface to PAM library
Authen::PAM - Perl interface to PAM library.

View File

@ -2,7 +2,7 @@
Name: perl-Authen-PAM
Version: 0.16
Release: 2mamba
Release: 4mamba
Summary: Authen::PAM - Perl interface to PAM library
Group: System/Libraries/Perl
Vendor: openmamba
@ -21,7 +21,7 @@ Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Authen::PAM - Perl interface to PAM library
Authen::PAM - Perl interface to PAM library.
%prep
%setup -q -n Authen-PAM-%{version}
@ -30,7 +30,8 @@ Authen::PAM - Perl interface to PAM library
%build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make
/usr/bin/tty && make test
/usr/bin/tty || exit 0
make test
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -53,6 +54,12 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Thu Dec 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16-4mamba
- rebuilt
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16-3mamba
- rebuilt with perl 5.24
* Fri Nov 16 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16-2mamba
- perl 5.16 mass rebuild