perl-Crypt-PasswdMD5-vl.spec 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Name: perl-Crypt-PasswdMD5
  2. Version: 1.41
  3. Release: 1%{?_dist_release}
  4. Summary: Provides interoperable MD5-based crypt() functions
  5. Group: programming
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: GPL+ or Artistic
  9. URL: https://metacpan.org/pod/Crypt::PasswdMD5
  10. Source0: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Crypt-PasswdMD5-%{version}.tgz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildArch: noarch
  13. BuildRequires: perl(ExtUtils::MakeMaker)
  14. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  15. %description
  16. This package provides MD5-based crypt() functions
  17. %prep
  18. %setup -q -n Crypt-PasswdMD5-%{version}
  19. %build
  20. %{__perl} Makefile.PL INSTALLDIRS=vendor
  21. make %{?_smp_mflags}
  22. %install
  23. rm -rf $RPM_BUILD_ROOT
  24. make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
  25. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
  26. find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
  27. chmod -R u+w $RPM_BUILD_ROOT/*
  28. %check
  29. make test
  30. %files
  31. %defattr(-,root,root,-)
  32. %doc README
  33. %{perl_vendorlib}/Crypt
  34. %{_mandir}/man3/*
  35. %changelog
  36. * Wed Mar 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.41-1
  37. - new upstream release.
  38. * Wed Nov 5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.3-7
  39. - rebuilt with perl 5.16.3
  40. * Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 1.3-6vl6
  41. - build with perl 5.12.3
  42. - add Vendor and Distribution tags
  43. * Tue Jul 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-5
  44. - do not require perl(:MODULE_COMPAT_x.y.z) on Vine Linux 4.x
  45. * Sat May 31 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.3-4
  46. - initial build for Vine Linux
  47. * Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.3-3.1
  48. - Rebuild for new perl
  49. * Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.3-2.1
  50. - correct license tag
  51. - add BR: perl(ExtUtils::MakeMaker)
  52. * Tue Feb 27 2007 Mike McGrath <mmcgrath@redhat.com> - 1.3-2
  53. - Basic fixes (BZ 230228)
  54. * Tue Feb 27 2007 Mike McGrath <mmcgrath@redhat.com> - 1.3-1
  55. - Initial Packaging