2007-01-22 14:03:50 +00:00
|
|
|
Name: perl-B-Keywords
|
2012-02-10 10:09:49 +00:00
|
|
|
Version: 1.12
|
2012-06-11 08:16:51 +00:00
|
|
|
Release: 2%{?dist}
|
2007-01-22 14:03:50 +00:00
|
|
|
Summary: Lists of reserved barewords and symbol names
|
|
|
|
Group: Development/Libraries
|
2008-01-11 19:23:21 +00:00
|
|
|
License: GPL+ or Artistic
|
2007-01-22 14:03:50 +00:00
|
|
|
URL: http://search.cpan.org/dist/B-Keywords/
|
2012-02-10 10:09:49 +00:00
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/B-Keywords-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
2007-01-22 14:03:50 +00:00
|
|
|
BuildArch: noarch
|
2012-01-11 11:45:53 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(Test::More)
|
2007-01-22 14:03:50 +00:00
|
|
|
BuildRequires: perl(YAML)
|
2012-02-10 10:09:49 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
2007-01-22 14:03:50 +00:00
|
|
|
|
2008-05-31 23:38:09 +00:00
|
|
|
|
2007-01-22 14:03:50 +00:00
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n B-Keywords-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
2012-02-10 10:09:49 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
2007-01-22 14:03:50 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2012-01-11 11:45:53 +00:00
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
2007-01-22 14:03:50 +00:00
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
2012-01-11 11:45:53 +00:00
|
|
|
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} ';' 2>/dev/null
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT
|
2007-01-22 14:03:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
%check
|
2008-03-15 17:42:38 +00:00
|
|
|
make test
|
2007-01-22 14:03:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc Changes LICENSE
|
|
|
|
%{perl_vendorlib}/B/
|
2010-11-30 20:46:51 +00:00
|
|
|
%{_mandir}/man3/B::Keywords.3pm*
|
2007-01-22 14:03:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2012-06-11 08:16:51 +00:00
|
|
|
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.12-2
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-02-10 10:09:49 +00:00
|
|
|
* Fri Feb 10 2012 Paul Howarth <paul@city-fan.org> - 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
|
|
|
|
|
2012-01-11 11:45:53 +00:00
|
|
|
* Wed Jan 11 2012 Paul Howarth <paul@city-fan.org> - 1.11-1
|
|
|
|
- Update to 1.11
|
|
|
|
- Add new keywords for 5.16: __SUB__ and evalbytes
|
|
|
|
- Use DESTDIR rather than PERL_INSTALL_ROOT
|
|
|
|
|
2011-06-29 09:54:28 +00:00
|
|
|
* Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.10-3
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-02-08 16:39:10 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-11-30 20:46:51 +00:00
|
|
|
* Sun Sep 5 2010 Paul Howarth <paul@city-fan.org> - 1.10-1
|
|
|
|
- Update to 1.10 (fix typo in SYNOPSIS)
|
|
|
|
- This release by FLORA -> update source URL
|
|
|
|
|
2010-04-29 20:46:14 +00:00
|
|
|
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.09-5
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2009-12-07 10:26:17 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.09-4
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-07-26 01:48:05 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-03-29 01:32:34 +00:00
|
|
|
* Sat Mar 28 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.09-2
|
|
|
|
- BR Test -> Test::More
|
|
|
|
|
2009-03-29 01:26:43 +00:00
|
|
|
* Sat Mar 28 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.09-1
|
|
|
|
- update to 1.09
|
|
|
|
|
2009-02-26 11:17:42 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-05-31 23:38:09 +00:00
|
|
|
* Sat May 31 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.08-2
|
|
|
|
- update buildrequires
|
|
|
|
|
2008-03-15 17:42:38 +00:00
|
|
|
* Sat Mar 15 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.08-1
|
|
|
|
- update to 1.08
|
|
|
|
|
2008-02-28 12:59:41 +00:00
|
|
|
* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-4
|
|
|
|
- Rebuild normally, second pass
|
|
|
|
|
2008-02-27 21:43:23 +00:00
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-3
|
|
|
|
- Rebuild for perl 5.10 (again), disable tests for first pass
|
|
|
|
|
2008-01-14 22:32:09 +00:00
|
|
|
* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-2
|
|
|
|
- rebuild normally, second pass
|
|
|
|
|
2008-01-11 19:23:21 +00:00
|
|
|
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-1.1
|
|
|
|
- rebuild for new perl
|
|
|
|
- disable Test-Pod-Coverage, tests for first pass
|
|
|
|
|
2007-02-15 17:01:42 +00:00
|
|
|
* Thu Feb 15 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-1
|
|
|
|
- Update to 1.06.
|
|
|
|
|
2007-01-22 14:03:50 +00:00
|
|
|
* Sat Jan 20 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-1
|
|
|
|
- First build.
|