perl-Devel-FindRef-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. Name: perl-Devel-FindRef
  2. Version: 1.46
  3. Release: 1%{?_dist_release}
  4. Summary: Where is that reference to my variable hiding?
  5. License: GPL+ or Artistic
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/dist/Devel-FindRef/
  8. Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Devel-FindRef-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. BuildRequires: perl(Canary::Stability)
  11. BuildRequires: perl(ExtUtils::MakeMaker)
  12. BuildRequires: perl(common::sense)
  13. BuildRequires: libxcrypt-devel
  14. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. %description
  18. Tracking down reference problems (e.g. you expect some object to be
  19. destroyed, but there are still references to it that keep it alive) can be
  20. very hard. Fortunately, perl keeps track of all its values, so tracking
  21. references "backwards" is usually possible.
  22. %prep
  23. %setup -q -n Devel-FindRef-%{version}
  24. %build
  25. echo "y" | %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
  26. make %{?_smp_mflags}
  27. %install
  28. rm -rf %{buildroot}
  29. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  30. find %{buildroot} -type f -name .packlist -exec rm -f {} \;
  31. find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
  32. find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
  33. %{_fixperms} %{buildroot}/*
  34. %check
  35. make test
  36. %clean
  37. rm -rf %{buildroot}
  38. %files
  39. %defattr(-,root,root,-)
  40. %license COPYING
  41. %doc Changes README
  42. %{perl_vendorarch}/auto/Devel
  43. %{perl_vendorarch}/Devel
  44. %{_mandir}/man3/Devel*.3*
  45. %changelog
  46. * Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.46-1
  47. - new upstream release.
  48. - rebuilt with perl-5.26.
  49. * Mon Jun 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.42-2
  50. - build with Perl 5.16
  51. * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.42-1
  52. - initial build for Vine Linux
  53. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42-14
  54. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  55. * Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.42-13
  56. - Perl mass rebuild
  57. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42-12
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  59. * Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.42-11
  60. - 661697 rebuild for fixing problems with vendorach/lib
  61. * Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.42-10
  62. - Mass rebuild with perl-5.12.0
  63. * Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.42-9
  64. - Mass rebuild with perl-5.12.0
  65. * Sun Dec 20 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.42-8
  66. - Add BR perl(common::sense)
  67. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.42-7
  68. - rebuild against perl 5.10.1
  69. * Mon Aug 31 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.42-5
  70. - Update internal version to 1.422
  71. * Tue Aug 4 2009 Stepan Kasal <skasal@redhat.com> 1.42-3
  72. - back out the previous rebuild
  73. * Fri Jul 31 2009 Stepan Kasal <skasal@redhat.com> 1.42-2
  74. - rebuild against perl build without -DDEBUGGING
  75. * Mon Jul 27 2009 Nicolas Chauvet (kwizart) 1.42-1
  76. - Specfile autogenerated by cpanspec 1.78.