Blame SPECS/perl-Devel-Symdump.spec

Packit 521647
Name:           perl-Devel-Symdump
Packit 521647
Epoch:          1
Packit 521647
Version:        2.18
Packit 521647
Release:        5%{?dist}
Packit 521647
Summary:        A Perl module for inspecting Perl's symbol table
Packit 521647
Group:          Development/Libraries
Packit 521647
License:        GPL+ or Artistic
Packit 521647
Url:            http://search.cpan.org/dist/Devel-Symdump/
Packit 521647
Source0:        http://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-%{version}.tar.gz
Packit 521647
BuildArch:      noarch
Packit 521647
# Module Build
Packit 521647
BuildRequires:  coreutils
Packit 521647
BuildRequires:  findutils
Packit 521647
BuildRequires:  make
Packit 521647
BuildRequires:  perl-interpreter
Packit 521647
BuildRequires:  perl-generators
Packit 521647
BuildRequires:  perl(ExtUtils::MakeMaker)
Packit 521647
# Module Runtime
Packit 521647
BuildRequires:  perl(B)
Packit 521647
BuildRequires:  perl(Carp)
Packit 521647
BuildRequires:  perl(Config)
Packit 521647
BuildRequires:  perl(constant)
Packit 521647
BuildRequires:  perl(Exporter)
Packit 521647
BuildRequires:  perl(strict)
Packit 521647
BuildRequires:  perl(vars)
Packit 521647
# Test Suite
Packit 521647
BuildRequires:  perl(English)
Packit 521647
BuildRequires:  perl(lib)
Packit 521647
BuildRequires:  perl(Test::Harness) >= 3.04
Packit 521647
BuildRequires:  perl(Test::More)
Packit 521647
BuildRequires:  perl(warnings)
Packit 521647
# Author Tests
Packit 521647
%if 0%{!?perl_bootstrap:1}
Packit 521647
# Compress::Zlib (IO-Compress) ⇒ Test::NoWarnings ⇒ Devel::StackTrace ⇒
Packit 521647
#   Test::NoTabs ⇒ Test::Pod::Coverage ⇒ Pod::Coverage ⇒ Devel::Symdump
Packit 521647
BuildRequires:  perl(Compress::Zlib)
Packit 521647
BuildRequires:  perl(Test::Pod) >= 1.00
Packit 521647
# Test::Pod::Coverage ⇒ Pod::Coverage ⇒ Devel::Symdump
Packit 521647
BuildRequires:  perl(Test::Pod::Coverage)
Packit 521647
%endif
Packit 521647
# Runtime
Packit 521647
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Packit 521647
Requires:       perl(B)
Packit 521647
Packit 521647
%description
Packit 521647
The perl module Devel::Symdump provides a convenient way to inspect
Packit 521647
perl's symbol table and the class hierarchy within a running program.
Packit 521647
Packit 521647
%prep
Packit 521647
%setup -q -n Devel-Symdump-%{version}
Packit 521647
Packit 521647
%build
Packit 521647
perl Makefile.PL INSTALLDIRS=vendor
Packit 521647
make %{?_smp_mflags}
Packit 521647
Packit 521647
%install
Packit 521647
make pure_install DESTDIR=%{buildroot}
Packit 521647
find %{buildroot} -type f -name .packlist -delete
Packit 521647
%{_fixperms} -c %{buildroot}
Packit 521647
Packit 521647
%check
Packit 521647
make test %{!?perl_bootstrap:AUTHOR_TEST=1}
Packit 521647
Packit 521647
%files
Packit 521647
%doc Changes README
Packit 521647
%{perl_vendorlib}/Devel/
Packit 521647
%{_mandir}/man3/Devel::Symdump.3*
Packit 521647
Packit 521647
%changelog
Packit 521647
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.18-5
Packit 521647
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Packit 521647
Packit 521647
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.18-4
Packit 521647
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Packit 521647
Packit 521647
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.18-3
Packit 521647
- Perl 5.26 re-rebuild of bootstrapped packages
Packit 521647
Packit 521647
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.18-2
Packit 521647
- Perl 5.26 rebuild
Packit 521647
Packit 521647
* Tue Feb  7 2017 Paul Howarth <paul@city-fan.org> - 1:2.18-1
Packit 521647
- Update to 2.18
Packit 521647
  - Makefile.PL changes to support perls without "." in @INC; no functional
Packit 521647
    change
Packit 521647
Packit 521647
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.17-3
Packit 521647
- Perl 5.24 re-rebuild of bootstrapped packages
Packit 521647
Packit 521647
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.17-2
Packit 521647
- Perl 5.24 rebuild
Packit 521647
Packit 521647
* Wed Apr 20 2016 Paul Howarth <paul@city-fan.org> - 1:2.17-1
Packit 521647
- Update to 2.17
Packit 521647
  - Unlist Compress::Zlib as a prereq; it was and still is only used by a test
Packit 521647
    that won't run for normal user installs (CPAN RT#113886)
Packit 521647
- Author tests now require AUTHOR_TEST variable rather than --doit parameter
Packit 521647
Packit 521647
* Tue Apr 12 2016 Paul Howarth <paul@city-fan.org> - 1:2.16-1
Packit 521647
- Update to 2.16
Packit 521647
  - docs only change: create a real link to perlref.pod
Packit 521647
- Simplify find command using -delete
Packit 521647
Packit 521647
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.15-3
Packit 521647
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Packit 521647
Packit 521647
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.15-2
Packit 521647
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Packit 521647
Packit 521647
* Sat Jun 13 2015 Paul Howarth <paul@city-fan.org> - 1:2.15-1
Packit 521647
- Update to 2.15
Packit 521647
  - In the tests, always check for exists before checking for definedness
Packit 521647
- Classify buildreqs by usage
Packit 521647
- Run the release tests unless we're bootstrapping
Packit 521647
Packit 521647
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.14-3
Packit 521647
- Perl 5.22 re-rebuild of bootstrapped packages
Packit 521647
Packit 521647
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.14-2
Packit 521647
- Perl 5.22 rebuild
Packit 521647
Packit 521647
* Thu Dec 18 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.14-1
Packit 521647
- 2.14 bump
Packit 521647
Packit 521647
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.12-3
Packit 521647
- Perl 5.20 re-rebuild of bootstrapped packages
Packit 521647
Packit 521647
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.12-2
Packit 521647
- Perl 5.20 rebuild
Packit 521647
Packit 521647
* Sun Jun 22 2014 Paul Howarth <paul@city-fan.org> - 1:2.12-1
Packit 521647
- Update to 2.12
Packit 521647
  - v5.21.0-424-ge35475d stopped supporting defined(@$ref), which was used in
Packit 521647
    t/symdump.t
Packit 521647
Packit 521647
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.11-2
Packit 521647
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Packit 521647
Packit 521647
* Fri Nov 01 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.11-1
Packit 521647
- 2.11 bump
Packit 521647
Packit 521647
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.10-4
Packit 521647
- Perl 5.18 re-rebuild of bootstrapped packages
Packit 521647
Packit 521647
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.10-3
Packit 521647
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Packit 521647
Packit 521647
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1:2.10-2
Packit 521647
- Perl 5.18 rebuild
Packit 521647
Packit 521647
* Wed Mar 27 2013 Petr Šabata <contyk@redhat.com> - 1:2.10-1
Packit 521647
- 2.10 bump
Packit 521647
- Minor cleanup
Packit 521647
Packit 521647
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.08-14
Packit 521647
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Packit 521647
Packit 521647
* Mon Nov 19 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1:2.08-13
Packit 521647
- Change Exporter to BR, add lib dependency.
Packit 521647
Packit 521647
* Mon Nov  5 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1:2.08-12
Packit 521647
- Add missing requirement - Exporter
Packit 521647
Packit 521647
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.08-11
Packit 521647
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Packit 521647
Packit 521647
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 1:2.08-10
Packit 521647
- Perl 5.16 re-rebuild of bootstrapped packages
Packit 521647
Packit 521647
* Sun Jun 10 2012 Petr Pisar <ppisar@redhat.com> - 1:2.08-9
Packit 521647
- Perl 5.16 rebuild
Packit 521647
Packit 521647
* Wed Jan 11 2012 Paul Howarth <paul@city-fan.org> - 1:2.08-8
Packit 521647
- Spec clean-up:
Packit 521647
  - Use DESTDIR rather than PERL_INSTALL_ROOT
Packit 521647
  - BR: perl(Carp)
Packit 521647
  - BR: perl(Test::Pod) and perl(Test::Pod::Coverage) if not bootstrapping
Packit 521647
  - Use %%{_fixperms} macro instead of our own chmod incantation
Packit 521647
  - Make %%files list more explicit
Packit 521647
Packit 521647
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:2.08-7
Packit 521647
- Perl mass rebuild
Packit 521647
Packit 521647
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.08-6
Packit 521647
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Packit 521647
Packit 521647
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:2.08-5
Packit 521647
- Rebuild to fix problems with vendorarch/lib (#661697)
Packit 521647
Packit 521647
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:2.08-4
Packit 521647
- Mass rebuild with perl-5.12.0
Packit 521647
Packit 521647
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:2.08-3
Packit 521647
- Mass rebuild with perl-5.12.0
Packit 521647
Packit 521647
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1:2.08-2
Packit 521647
- rebuild against perl 5.10.1
Packit 521647
Packit 521647
* Mon Oct  5 2009 Stepan Kasal <skasal@redhat.com> - 1:2.08-1
Packit 521647
- new upstream version
Packit 521647
Packit 521647
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.07-7
Packit 521647
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Packit 521647
Packit 521647
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.07-6
Packit 521647
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Packit 521647
Packit 521647
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:2.07-5
Packit 521647
- Rebuild for perl 5.10 (again)
Packit 521647
Packit 521647
* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:2.07-4
Packit 521647
- rebuild for new perl
Packit 521647
Packit 521647
* Wed Aug 29 2007 Robin Norwood <rnorwood@redhat.com> - 1:2.07-3
Packit 521647
- Add missing BuildRequires
Packit 521647
Packit 521647
* Mon Aug 27 2007 Robin Norwood <rnorwood@redhat.com> - 1:2.07-2
Packit 521647
- Fix license tag
Packit 521647
- Fix broken changelog entry
Packit 521647
Packit 521647
* Sat Feb  3 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1:2.07-1
Packit 521647
- Update to 2.07.
Packit 521647
- Minor corrections/cleanings.
Packit 521647
Packit 521647
* Sat Dec 02 2006 Robin Norwood <rnorwood@redhat.com> - 2.0604-1
Packit 521647
- Upgrade to latest CPAN version: 2.0604
Packit 521647
Packit 521647
* Mon Jun 05 2006 Jason Vas Dias <jvdias@redhat.com> - 2.0601-1
Packit 521647
- Upgrade to 2.0601
Packit 521647
Packit 521647
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 2.06-1
Packit 521647
- Upgrade to 2.0.6
Packit 521647
- rebuild for new perl-5.8.8
Packit 521647
Packit 521647
* Tue Jan 10 2006 Jason Vas Dias <jvdias@redhat.com> - 2.05-1
Packit 521647
- fix bug 176718: Upgrade to 2.05
Packit 521647
Packit 521647
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
Packit 521647
- rebuilt for new gcc
Packit 521647
Packit 521647
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
Packit 521647
- rebuilt for new gcj
Packit 521647
Packit 521647
* Wed Apr 20 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.03-20
Packit 521647
- (#155463)
Packit 521647
- BuildArch correction (noarch).
Packit 521647
- Bring up to date with current Fedora.Extras perl spec template.
Packit 521647
Packit 521647
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
Packit 521647
- rebuilt
Packit 521647
Packit 521647
* Tue May 11 2004 Chip Turner <cturner@redhat.com> 2.03-18
Packit 521647
- fix typo, bugzilla 122905
Packit 521647
Packit 521647
* Thu Jun 05 2003 Elliot Lee <sopwith@redhat.com>
Packit 521647
- rebuilt
Packit 521647
Packit 521647
* Tue Aug  6 2002 Chip Turner <cturner@redhat.com>
Packit 521647
- automated release bump and build
Packit 521647
Packit 521647
* Tue Jun  4 2002 Chip Turner <cturner@redhat.com>
Packit 521647
- properly claim directories owned by package so they are removed when package is removed
Packit 521647
Packit 521647
* Sat Jan 26 2002 Tim Powers <timp@redhat.com>
Packit 521647
- added provides
Packit 521647
Packit 521647
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
Packit 521647
- automated rebuild
Packit 521647
Packit 521647
* Mon Apr 30 2001 Chip Turner <cturner@redhat.com>
Packit 521647
- Spec file was autogenerated.