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

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

perl-5.26 and friends

Line 
1Name:           perl-Mail-AuthenticationResults
2Version:        1.20180923
3Release:        3%{?_dist_release}
4Summary:        Object Oriented Authentication-Results Headers
5License:        GPL+ or Artistic
6URL:            http://search.cpan.org/dist/Mail-AuthenticationResults/
7Source0:        http://www.cpan.org/modules/by-module/Mail/Mail-AuthenticationResults-%{version}.tar.gz
8BuildArch:      noarch
9
10Vendor:        Project Vine
11Distribution:  Vine Linux
12
13BuildRequires:  perl >= 2:5.26.2
14BuildRequires:  perl(base)
15BuildRequires:  perl(Carp)
16BuildRequires:  perl(ExtUtils::MakeMaker)
17BuildRequires:  perl(lib)
18BuildRequires:  perl(Scalar::Util)
19BuildRequires:  perl(strict)
20BuildRequires:  perl(Test::Exception)
21BuildRequires:  perl(Test::More)
22BuildRequires:  perl(warnings)
23Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
24
25
26%description
27Object Oriented Authentication-Results email headers.
28
29
30%prep
31%setup -q -n Mail-AuthenticationResults-%{version}
32
33
34%build
35perl Makefile.PL INSTALLDIRS=vendor
36%make_build
37
38
39%install
40make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
41
42find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
43find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
44
45%{_fixperms} $RPM_BUILD_ROOT/*
46
47
48%check
49make test
50
51
52%files
53%license LICENSE
54%doc Changes dist.ini README README.md
55%{perl_vendorlib}/*
56%{_mandir}/man3/*
57
58%changelog
59* Sun May 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.20180923-3
60- initial build for Vine Linux.
61
62* Mon Apr 15 2019 Xavier Bachelot <xavier@bachelot.org> 1.20180923-2
63- Review fixes.
64
65* Thu Apr 11 2019 Xavier Bachelot <xavier@bachelot.org> 1.20180923-1
66- Initial package.
Note: See TracBrowser for help on using the repository browser.