rebuilt [release 0.16-4mamba;Thu Dec 10 2020]
This commit is contained in:
parent
0054a92d09
commit
df4a064cb5
@ -1,4 +1,4 @@
|
|||||||
# perl-Authen-PAM
|
# perl-Authen-PAM
|
||||||
|
|
||||||
Authen::PAM - Perl interface to PAM library
|
Authen::PAM - Perl interface to PAM library.
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: perl-Authen-PAM
|
Name: perl-Authen-PAM
|
||||||
Version: 0.16
|
Version: 0.16
|
||||||
Release: 2mamba
|
Release: 4mamba
|
||||||
Summary: Authen::PAM - Perl interface to PAM library
|
Summary: Authen::PAM - Perl interface to PAM library
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -21,7 +21,7 @@ Requires: perl >= %perl_major_ver
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Authen::PAM - Perl interface to PAM library
|
Authen::PAM - Perl interface to PAM library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Authen-PAM-%{version}
|
%setup -q -n Authen-PAM-%{version}
|
||||||
@ -30,7 +30,8 @@ Authen::PAM - Perl interface to PAM library
|
|||||||
%build
|
%build
|
||||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||||
%make
|
%make
|
||||||
/usr/bin/tty && make test
|
/usr/bin/tty || exit 0
|
||||||
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -53,6 +54,12 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Nov 16 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16-2mamba
|
||||||
- perl 5.16 mass rebuild
|
- perl 5.16 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user