|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-B-Keywords
|
|
|
|
|
Version: 1.08
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Lists of reserved barewords and symbol names
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -13,6 +13,9 @@ BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(YAML)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Test)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
@ -50,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat May 31 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.08-2
|
|
|
|
|
- update buildrequires
|
|
|
|
|
|
|
|
|
|
* Sat Mar 15 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.08-1
|
|
|
|
|
- update to 1.08
|
|
|
|
|
|
|
|
|
|