rpms/perl-Digest-MD2/devel perl-Digest-MD2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Tue Jan 10 08:14:35 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/perl-Digest-MD2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3983/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Digest-MD2.spec 
Log Message:
auto-import perl-Digest-MD2-2.03-1 on branch devel from perl-Digest-MD2-2.03-1.src.rpm


--- NEW FILE perl-Digest-MD2.spec ---
Summary:	Perl interface to the MD2 Algorithm
Name:		perl-Digest-MD2
Version:	2.03
Release:	1%{?dist}
License:	GPL or Artistic
Group:		Development/Libraries
Url:		http://search.cpan.org/dist/Digest-MD2/
Source0:	http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-MD2-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
The Digest::MD2 module allows you to use the RSA Data Security Inc. MD2 Message
Digest algorithm from within Perl programs. The algorithm takes as input a
message of arbitrary length and produces as output a 128-bit "fingerprint" or
"message digest" of the input.

The Digest::MD2 programming interface is identical to the interface of
Digest::MD5.

%prep
%setup -q -n Digest-MD2-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%{__rm} -rf %{buildroot}
%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
/usr/bin/find %{buildroot} -type f -name '*.bs' -a -size 0 -exec %{__rm} -f {} ';'
/usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';'
%{__chmod} -R u+w %{buildroot}/*

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc README Changes rfc1319.txt 
%{perl_vendorarch}/Digest/
%{perl_vendorarch}/auto/Digest/
%{_mandir}/man3/Digest::MD2.3pm*

%changelog
* Mon Dec  5 2005 Paul Howarth <paul at city-fan.org> 2.03-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Digest-MD2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Jan 2006 08:12:31 -0000	1.1
+++ .cvsignore	10 Jan 2006 08:14:34 -0000	1.2
@@ -0,0 +1 @@
+Digest-MD2-2.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Digest-MD2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Jan 2006 08:12:31 -0000	1.1
+++ sources	10 Jan 2006 08:14:34 -0000	1.2
@@ -0,0 +1 @@
+feecf9faa1b0a499a48fce214a309a78  Digest-MD2-2.03.tar.gz




More information about the fedora-extras-commits mailing list