update to 0.924
This commit is contained in:
parent
97860cc024
commit
3cdddf34b5
@ -1 +1 @@
|
||||
Sub-Install-0.922.tar.gz
|
||||
Sub-Install-0.924.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Sub-Install
|
||||
Version: 0.922
|
||||
Release: 2%{?dist}
|
||||
Version: 0.924
|
||||
Release: 1%{?dist}
|
||||
Summary: Install subroutines into packages easily
|
||||
License: GPL or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -10,7 +10,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
# testing
|
||||
BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage)
|
||||
BuildRequires: perl(Test::Perl::Critic)
|
||||
|
||||
%description
|
||||
This module makes it easy to install subroutines into packages without the
|
||||
@ -50,6 +52,10 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 22 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.924-1
|
||||
- update to 0.924
|
||||
- add perl(Test::Perl::Critic) to BR's
|
||||
|
||||
* Wed Sep 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.922-2
|
||||
- bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user