perl 5.16 mass rebuild [release 0.12-5mamba;Tue Nov 13 2012]

This commit is contained in:
Silvan Calarco 2024-01-06 08:47:07 +01:00
parent 3cfe7f4f03
commit 580c9c0b18
2 changed files with 66 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# perl-Crypt-SmbHash # perl-Crypt-SmbHash
This module generates Lanman and NT MD4 style password hashes, using perl-only code for portability.
The module aids in the administration of Samba style systems.

63
perl-Crypt-SmbHash.spec Normal file
View File

@ -0,0 +1,63 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Crypt-SmbHash
Version: 0.12
Release: 5mamba
Summary: Crypt::SmbHash - Perl-only implementation of lanman and nt md4 hash functions
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://www.cpan.org/modules/by-module/Crypt/Crypt-SmbHash-%{version}.tar.gz
License: GPL
BuildRequires: perl-devel >= %perl_major_ver
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This module generates Lanman and NT MD4 style password hashes, using perl-only code for portability.
The module aids in the administration of Samba style systems.
%prep
%setup -q -n Crypt-SmbHash-%{version}
%build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make test
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall_perl
packlist=`find %{buildroot} -name .packlist`
[ -z "$packlist" ] && exit 1 || cat $packlist | \
sed "s,%{buildroot},,g;s,.*/man/.*,&.gz,g" | \
sort -u > .packlist && rm $packlist
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
for dir in `find %{buildroot} -type d | grep $strid`; do
echo "%dir ${dir#%buildroot}" >> .packlist
done
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -f .packlist
%files -f .packlist
%defattr(-,root,root)
%changelog
* Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12-5mamba
- perl 5.16 mass rebuild
* Tue Nov 04 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12-4mamba
- automatic rebuild by autodist
* Tue Nov 13 2007 Aleph0 <aleph0@openmamba.org> 0.12-3mamba
- rebuilt
* Tue Jun 06 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 0.12-2qilnx
- specfile fixed and updated
* Tue Feb 15 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12-1qilnx
- package created by autospec