perl-Mail-AuthenticationResults-vl.spec 1.7 KB

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