Blame SPECS/perl-B-Keywords.spec

119d59
Name:           perl-B-Keywords
119d59
Version:        1.13
0c0c2d
Release:        2%{?dist}
119d59
Summary:        Lists of reserved barewords and symbol names
119d59
Group:          Development/Libraries
119d59
License:        GPL+ or Artistic
119d59
URL:            http://search.cpan.org/dist/B-Keywords/
119d59
Source0:        http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/B-Keywords-%{version}.tar.gz
119d59
BuildArch:      noarch
119d59
BuildRequires:  perl(ExtUtils::MakeMaker)
119d59
BuildRequires:  perl(Exporter)
119d59
BuildRequires:  perl(YAML)
119d59
# Tests
119d59
BuildRequires:  perl(File::Spec)
119d59
BuildRequires:  perl(lib)
119d59
BuildRequires:  perl(Test)
119d59
BuildRequires:  perl(Test::More)
119d59
BuildRequires:  perl(Test::Pod) >= 1.0
119d59
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
119d59
119d59
119d59
%description
119d59
%{summary}.
119d59
119d59
119d59
%prep
119d59
%setup -q -n B-Keywords-%{version}
119d59
119d59
119d59
%build
119d59
perl Makefile.PL INSTALLDIRS=vendor
119d59
make %{?_smp_mflags}
119d59
119d59
119d59
%install
119d59
make pure_install DESTDIR=$RPM_BUILD_ROOT
119d59
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
119d59
%{_fixperms} $RPM_BUILD_ROOT
119d59
119d59
119d59
%check
119d59
make test
119d59
119d59
119d59
%files
119d59
%doc Changes LICENSE
119d59
%{perl_vendorlib}/B/
119d59
%{_mandir}/man3/B::Keywords.3pm*
119d59
119d59
119d59
%changelog
0c0c2d
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.13-2
0c0c2d
- Mass rebuild 2013-12-27
0c0c2d
119d59
* Sat Apr  6 2013 Paul Howarth <paul@city-fan.org> - 1.13-1
119d59
- Update to 1.13
119d59
  - Removed diag before each big t/11keywords.t loop
119d59
  - Added lots of suggested keywords from CPAN RT#62382
119d59
  - Moved exp from @Barewords to @Functions
119d59
  - Added $^CHILD_ERROR_NATIVE $^GLOBAL_PHASE $^LAST_FH $^MATCH $^PREMATCH
119d59
    $^POSTMATCH $^UTF8CACHE $^WIN32_SLOPPY_STAT to @Scalars
119d59
  - Added English names for %%!, @F (perlrun) and @ARG for @_
119d59
  - Added %%+ %%- and $LAST_SUBMATCH_RESULT
119d59
- BR: perl(Test::Pod)
119d59
- Don't need to remove empty directories from the buildroot
119d59
119d59
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-5
119d59
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
119d59
119d59
* Wed Aug  1 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.12-4
119d59
- Add BR: perl(File::Spec), perl(lib), perl(Test), perl(Exporter)
119d59
- Clean up for modern rpmbuild
119d59
119d59
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-3
119d59
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
119d59
119d59
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.12-2
119d59
- Perl 5.16 rebuild
119d59
119d59
* Fri Feb 10 2012 Paul Howarth <paul@city-fan.org> - 1.12-1
119d59
- Update to 1.12
119d59
  - Add new keyword fc (Unicode casefolding) for 5.16
119d59
  - Added diag before each big t/11keywords.t loop
119d59
- This release by RURBAN -> update source URL
119d59
- Don't use macros for commands
119d59
119d59
* Wed Jan 11 2012 Paul Howarth <paul@city-fan.org> - 1.11-1
119d59
- Update to 1.11
119d59
  - Add new keywords for 5.16: __SUB__ and evalbytes
119d59
- Use DESTDIR rather than PERL_INSTALL_ROOT
119d59
119d59
* Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.10-3
119d59
- Perl mass rebuild
119d59
119d59
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
119d59
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
119d59
119d59
* Sun Sep  5 2010 Paul Howarth <paul@city-fan.org> - 1.10-1
119d59
- Update to 1.10 (fix typo in SYNOPSIS)
119d59
- This release by FLORA -> update source URL
119d59
119d59
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.09-5
119d59
- Mass rebuild with perl-5.12.0
119d59
119d59
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.09-4
119d59
- rebuild against perl 5.10.1
119d59
119d59
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-3
119d59
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
119d59
119d59
* Sat Mar 28 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.09-2
119d59
- BR Test -> Test::More
119d59
119d59
* Sat Mar 28 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.09-1
119d59
- update to 1.09
119d59
119d59
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-3
119d59
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
119d59
119d59
* Sat May 31 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.08-2
119d59
- update buildrequires
119d59
119d59
* Sat Mar 15 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.08-1
119d59
- update to 1.08
119d59
119d59
* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-4
119d59
- Rebuild normally, second pass
119d59
119d59
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-3
119d59
- Rebuild for perl 5.10 (again), disable tests for first pass
119d59
119d59
* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-2
119d59
- rebuild normally, second pass
119d59
119d59
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-1.1
119d59
- rebuild for new perl
119d59
- disable Test-Pod-Coverage, tests for first pass
119d59
119d59
* Thu Feb 15 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-1
119d59
- Update to 1.06.
119d59
119d59
* Sat Jan 20 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-1
119d59
- First build.