perl-Devel-FindRef-vl.spec 3.0 KB

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