automatic update by autodist [release 2.04-1mamba;Sat May 03 2014]

This commit is contained in:
Automatic Build System 2024-01-06 08:53:17 +01:00
parent e91f0dbf0c
commit b95bf43edf
2 changed files with 66 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# perl-Digest-MD2
RSA Data Security Inc. MD2 Message Digest algorithm perl module.

64
perl-Digest-MD2.spec Normal file
View File

@ -0,0 +1,64 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Digest-MD2
Version: 2.04
Release: 1mamba
Summary: Digest::MD2 - MD2 Message Digest algorithm
Group: Development/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/G/GA/GAAS/Digest-MD2-%{version}.tar.gz
License: GPL
BuildRequires: perl-devel >= %perl_major_ver
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/perl-root
%description
RSA Data Security Inc. MD2 Message Digest algorithm perl module.
%prep
%setup -q -n Digest-MD2-%{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
* Sat May 03 2014 Automatic Build System <autodist@mambasoft.it> 2.04-1mamba
- automatic update by autodist
* Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.03-4mamba
- perl 5.16 mass rebuild
* Tue Nov 04 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.03-3mamba
- automatic rebuild by autodist
* Fri Sep 14 2007 Aleph0 <aleph0@openmamba.org> 2.03-2mamba
- spec file fixed and updated
* Thu May 06 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.03-1qilnx
- first build