rpms/perl-MD5/FC-6 perl-MD5.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Fri Mar 23 14:17:48 UTC 2007


Author: ixs

Update of /cvs/extras/rpms/perl-MD5/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21908/FC-6

Modified Files:
	.cvsignore sources 
Added Files:
	perl-MD5.spec 
Log Message:
auto-import perl-MD5-2.03-1 on branch FC-6 from perl-MD5-2.03-1.src.rpm


--- NEW FILE perl-MD5.spec ---
Name:           perl-MD5
Version:        2.03
Release:        1%{?dist}
Summary:        Perl interface to the MD5 Message-Digest Algorithm
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/MD5/
Source0:        http://www.cpan.org/modules/by-module/MD5/MD5-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module (MD5.pm) is just a thin wrapper around the Digest::MD5
module.  It is provided so that legacy code that rely on the old
interface continue to work with the speed benefit of the new module.

%prep
%setup -q -n MD5-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Oct 25 2006 Andreas Thienemann <andreas at bawue.net> 2.03-1
- Specfile autogenerated by cpanspec 1.69.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-MD5/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Mar 2007 10:55:59 -0000	1.1
+++ .cvsignore	23 Mar 2007 14:17:15 -0000	1.2
@@ -0,0 +1 @@
+MD5-2.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MD5/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Mar 2007 10:55:59 -0000	1.1
+++ sources	23 Mar 2007 14:17:15 -0000	1.2
@@ -0,0 +1 @@
+0957f02fc30bc2106b3286ba854917bc  MD5-2.03.tar.gz




More information about the scm-commits mailing list