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

Revision 12120, 2.7 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

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