diff --git a/.perl-B-Keywords.metadata b/.perl-B-Keywords.metadata new file mode 100644 index 0000000..0476843 --- /dev/null +++ b/.perl-B-Keywords.metadata @@ -0,0 +1 @@ +ba7a062466c298d547ac71407e7b560bb9629b33 SOURCES/B-Keywords-1.13.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-B-Keywords.spec b/SPECS/perl-B-Keywords.spec new file mode 100644 index 0000000..dbead8d --- /dev/null +++ b/SPECS/perl-B-Keywords.spec @@ -0,0 +1,140 @@ +Name: perl-B-Keywords +Version: 1.13 +Release: 1%{?dist} +Summary: Lists of reserved barewords and symbol names +Group: Development/Libraries +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/B-Keywords/ +Source0: http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/B-Keywords-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Exporter) +BuildRequires: perl(YAML) +# Tests +BuildRequires: perl(File::Spec) +BuildRequires: perl(lib) +BuildRequires: perl(Test) +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod) >= 1.0 +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + + +%description +%{summary}. + + +%prep +%setup -q -n B-Keywords-%{version} + + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +%{_fixperms} $RPM_BUILD_ROOT + + +%check +make test + + +%files +%doc Changes LICENSE +%{perl_vendorlib}/B/ +%{_mandir}/man3/B::Keywords.3pm* + + +%changelog +* Sat Apr 6 2013 Paul Howarth - 1.13-1 +- Update to 1.13 + - Removed diag before each big t/11keywords.t loop + - Added lots of suggested keywords from CPAN RT#62382 + - Moved exp from @Barewords to @Functions + - Added $^CHILD_ERROR_NATIVE $^GLOBAL_PHASE $^LAST_FH $^MATCH $^PREMATCH + $^POSTMATCH $^UTF8CACHE $^WIN32_SLOPPY_STAT to @Scalars + - Added English names for %%!, @F (perlrun) and @ARG for @_ + - Added %%+ %%- and $LAST_SUBMATCH_RESULT +- BR: perl(Test::Pod) +- Don't need to remove empty directories from the buildroot + +* Thu Feb 14 2013 Fedora Release Engineering - 1.12-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Aug 1 2012 Jitka Plesnikova - 1.12-4 +- Add BR: perl(File::Spec), perl(lib), perl(Test), perl(Exporter) +- Clean up for modern rpmbuild + +* Fri Jul 20 2012 Fedora Release Engineering - 1.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jun 11 2012 Petr Pisar - 1.12-2 +- Perl 5.16 rebuild + +* Fri Feb 10 2012 Paul Howarth - 1.12-1 +- Update to 1.12 + - Add new keyword fc (Unicode casefolding) for 5.16 + - Added diag before each big t/11keywords.t loop +- This release by RURBAN -> update source URL +- Don't use macros for commands + +* Wed Jan 11 2012 Paul Howarth - 1.11-1 +- Update to 1.11 + - Add new keywords for 5.16: __SUB__ and evalbytes +- Use DESTDIR rather than PERL_INSTALL_ROOT + +* Wed Jun 29 2011 Marcela Mašláňová - 1.10-3 +- Perl mass rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 1.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sun Sep 5 2010 Paul Howarth - 1.10-1 +- Update to 1.10 (fix typo in SYNOPSIS) +- This release by FLORA -> update source URL + +* Thu Apr 29 2010 Marcela Maslanova - 1.09-5 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 1.09-4 +- rebuild against perl 5.10.1 + +* Sat Jul 25 2009 Fedora Release Engineering - 1.09-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Mar 28 2009 Chris Weyl 1.09-2 +- BR Test -> Test::More + +* Sat Mar 28 2009 Chris Weyl 1.09-1 +- update to 1.09 + +* Thu Feb 26 2009 Fedora Release Engineering - 1.08-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat May 31 2008 Chris Weyl 1.08-2 +- update buildrequires + +* Sat Mar 15 2008 Chris Weyl 1.08-1 +- update to 1.08 + +* Thu Feb 28 2008 Tom "spot" Callaway - 1.06-4 +- Rebuild normally, second pass + +* Wed Feb 27 2008 Tom "spot" Callaway - 1.06-3 +- Rebuild for perl 5.10 (again), disable tests for first pass + +* Mon Jan 14 2008 Tom "spot" Callaway - 1.06-2 +- rebuild normally, second pass + +* Fri Jan 11 2008 Tom "spot" Callaway - 1.06-1.1 +- rebuild for new perl +- disable Test-Pod-Coverage, tests for first pass + +* Thu Feb 15 2007 Jose Pedro Oliveira - 1.06-1 +- Update to 1.06. + +* Sat Jan 20 2007 Jose Pedro Oliveira - 1.05-1 +- First build.