source: projects/specs/branches/6/p/perl-MD5/perl-MD5-vl.spec @ 3114

Revision 3114, 2.5 KB checked in by iwaim, 13 years ago (diff)

perl-MD5-2.03-9

Line 
1Name:           perl-MD5
2Version:        2.03
3Release:        9%{?_dist_release}
4Summary:        Perl interface to the MD5 Message-Digest Algorithm
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/MD5/
8Source0:        http://www.cpan.org/modules/by-module/MD5/MD5-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
10BuildArch:      noarch
11BuildRequires:  perl(ExtUtils::MakeMaker)
12Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
13
14Vendor:         Project Vine
15Distribution:   Vine Linux
16
17%description
18This module (MD5.pm) is just a thin wrapper around the Digest::MD5
19module.  It is provided so that legacy code that rely on the old
20interface continue to work with the speed benefit of the new module.
21
22%prep
23%setup -q -n MD5-%{version}
24
25%build
26%{__perl} Makefile.PL INSTALLDIRS=vendor
27make %{?_smp_mflags}
28
29%install
30rm -rf %{buildroot}
31
32make pure_install PERL_INSTALL_ROOT=%{buildroot}
33
34find %{buildroot} -type f -name .packlist -exec rm -f {} \;
35find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
36
37%{_fixperms} %{buildroot}/*
38
39%check
40make test
41
42%clean
43rm -rf %{buildroot}
44
45%files
46%defattr(-,root,root,-)
47%doc Changes README
48%{perl_vendorlib}/*
49%{_mandir}/man3/*
50
51%changelog
52* Sat Mar 26 2011 IWAI, Masaharu <iwai@alib.jp> 2.03-9
53- build for Vine Linux
54
55* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.03-8
56- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
57
58* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.03-7
59- 661697 rebuild for fixing problems with vendorach/lib
60
61* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.03-6
62- Mass rebuild with perl-5.12.0
63
64* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 2.03-5
65- rebuild against perl 5.10.1
66
67* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.03-4
68- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
69
70* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.03-3
71- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
72
73* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.03-2.1
74Rebuild for new perl
75
76* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2.03-1.1
77- correct license tag
78- add BR: perl(ExtUtils::MakeMaker)
79
80* Wed Oct 25 2006 Andreas Thienemann <andreas@bawue.net> 2.03-1
81- Specfile autogenerated by cpanspec 1.69.
Note: See TracBrowser for help on using the repository browser.