perl-Devel-Symdump-vl.spec 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Summary: dump symbol names or the symbol table with Perl
  2. Name: perl-Devel-Symdump
  3. Version: 2.18
  4. Release: 2%{?_dist_release}
  5. Group: programming
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: GPL+ or Artistic
  9. Url: http://search.cpan.org/dist/Devel-Symdump/
  10. Source0: http://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildArch: noarch
  13. BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
  14. Requires: perl
  15. %description
  16. The perl module Devel::Symdump provides a convenient way to inspect
  17. perl's symbol table and the class hierarchy within a running program.
  18. %prep
  19. %setup -q -n Devel-Symdump-%{version}
  20. %build
  21. %{__perl} Makefile.PL INSTALLDIRS=vendor
  22. make %{?_smp_mflags}
  23. %install
  24. rm -rf $RPM_BUILD_ROOT
  25. make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
  26. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
  27. find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
  28. chmod -R u+w $RPM_BUILD_ROOT/*
  29. %check
  30. make test
  31. %clean
  32. rm -rf $RPM_BUILD_ROOT
  33. %files
  34. %defattr(-,root,root,-)
  35. %doc ChangeLog README
  36. %{perl_vendorlib}/Devel/
  37. %{_mandir}/man3/*.3pm*
  38. %changelog
  39. * Tue Nov 16 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.18-2
  40. - rebuilt with perl-5.34.0.
  41. * Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.18-1
  42. - new upstream release.
  43. - rebuilt with perl-5.26.
  44. * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.08-2
  45. - build with Perl 5.16
  46. * Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 2.08-1
  47. - new upstream release
  48. - add Vendor and Distribution tag
  49. * Tue Jul 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.07-1
  50. - new upstream release
  51. - build on perl-5.10
  52. * Sat Feb 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.03-0vl2
  53. - changed Group to Development/Libraries
  54. * Sat May 10 2003 IWAI Masaharu <iwai@alib.jp> 2.03-0vl1
  55. - first build for Vine Linux