perl 5.16 mass rebuild [release 0.06-3mamba;Tue Nov 13 2012]

This commit is contained in:
Silvan Calarco 2024-01-06 08:45:13 +01:00
parent f1e22c74b6
commit 2f73015794
2 changed files with 65 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# perl-Crypt-DH # perl-Crypt-DH
This is Crypt::DH, a module implementing the Diffie-Hellman key exchange system.

63
perl-Crypt-DH.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-DH
Version: 0.06
Release: 3mamba
Summary: Crypt::DH - A module implementing the Diffie-Hellman key exchange system
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/authors/id/B/BT/BTROTT/Crypt-DH-%{version}.tar.gz
License: GPL
BuildRequires: perl-devel >= %perl_major_ver
BuildRequires: perl-Crypt-Random
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/perl-root
%description
This is Crypt::DH, a module implementing the Diffie-Hellman key exchange system.
%prep
%setup -q -n Crypt-DH-%{version}
%build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make
#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.06-3mamba
- perl 5.16 mass rebuild
* Tue Nov 04 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.06-2mamba
- automatic rebuild by autodist
* Wed Sep 12 2007 Aleph0 <aleph0@openmamba.org> 0.06-1mamba
- update to 0.06
- spec file fixed and updated
* Thu May 06 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 0.03-1qilnx
- first build