source: projects/specs/trunk/p/perl-MD5/perl-MD5-vl.spec @ 8650

Revision 8650, 2.6 KB checked in by iwaim, 10 years ago (diff)

perl-MD5 2.03-10

Line 
1Name:           perl-MD5
2Version:        2.03
3Release:        10%{?_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* Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.03-10
53- build with Perl 5.16
54
55* Sat Mar 26 2011 IWAI, Masaharu <iwai@alib.jp> 2.03-9
56- build for Vine Linux
57
58* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.03-8
59- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
60
61* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.03-7
62- 661697 rebuild for fixing problems with vendorach/lib
63
64* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.03-6
65- Mass rebuild with perl-5.12.0
66
67* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 2.03-5
68- rebuild against perl 5.10.1
69
70* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.03-4
71- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
72
73* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.03-3
74- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
75
76* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.03-2.1
77Rebuild for new perl
78
79* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2.03-1.1
80- correct license tag
81- add BR: perl(ExtUtils::MakeMaker)
82
83* Wed Oct 25 2006 Andreas Thienemann <andreas@bawue.net> 2.03-1
84- Specfile autogenerated by cpanspec 1.69.
Note: See TracBrowser for help on using the repository browser.