From b95bf43edfb506e19521bbc5c39c14c93c3e51b6 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:53:17 +0100 Subject: [PATCH] automatic update by autodist [release 2.04-1mamba;Sat May 03 2014] --- README.md | 2 ++ perl-Digest-MD2.spec | 64 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 perl-Digest-MD2.spec diff --git a/README.md b/README.md index 1ddf9d9..076551d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-Digest-MD2 +RSA Data Security Inc. MD2 Message Digest algorithm perl module. + diff --git a/perl-Digest-MD2.spec b/perl-Digest-MD2.spec new file mode 100644 index 0000000..32a5b83 --- /dev/null +++ b/perl-Digest-MD2.spec @@ -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 +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 2.04-1mamba +- automatic update by autodist + +* Tue Nov 13 2012 Silvan Calarco 2.03-4mamba +- perl 5.16 mass rebuild + +* Tue Nov 04 2008 Silvan Calarco 2.03-3mamba +- automatic rebuild by autodist + +* Fri Sep 14 2007 Aleph0 2.03-2mamba +- spec file fixed and updated + +* Thu May 06 2004 Silvan Calarco 2.03-1qilnx +- first build