perl-Devel-Symdump-vl.spec 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. Summary: dump symbol names or the symbol table with Perl
  2. Name: perl-Devel-Symdump
  3. Version: 2.18
  4. Release: 1%{?_dist_release}
  5. Group: Development/Libraries
  6. License: GPL+ or Artistic
  7. Url: http://search.cpan.org/dist/Devel-Symdump/
  8. Source0: http://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildArch: noarch
  11. BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
  12. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  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. * Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.18-1
  40. - new upstream release.
  41. - rebuilt with perl-5.26.
  42. * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.08-2
  43. - build with Perl 5.16
  44. * Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 2.08-1
  45. - new upstream release
  46. - add Vendor and Distribution tag
  47. * Tue Jul 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.07-1
  48. - new upstream release
  49. - build on perl-5.10
  50. * Sat Feb 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.03-0vl2
  51. - changed Group to Development/Libraries
  52. * Sat May 10 2003 IWAI Masaharu <iwai@alib.jp> 2.03-0vl1
  53. - first build for Vine Linux