- add missing requires Class::Accessor::Fast and Class::Data::Inheritable

epel9
Iain Arnell 16 years ago
parent a3dc33c15e
commit 30280ba2c0

@ -1,6 +1,6 @@
Name: perl-SQL-Translator
Version: 0.09004
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Manipulate structured data definitions (SQL and more)
# see, e.g., lib/SQL/Translator.pm
License: GPLv2
@ -10,6 +10,9 @@ Source0: http://www.cpan.org/authors/id/J/JR/JROBINSON/SQL-Translator-%{v
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# not automatically detected
Requires: perl(Class::Accessor::Fast)
Requires: perl(Class::Data::Inheritable)
# core
BuildRequires: perl(File::Basename)
@ -110,6 +113,9 @@ rm -rf %{buildroot}
%{_mandir}/man[13]/*
%changelog
* Wed May 27 2009 Iain Arnell <iarnell@gmail.com> 0.09004-2
- add missing requires Class::Accessor::Fast and Class::Data::Inheritable
* Sun Mar 08 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.09004-1
- update to 0.09004

Loading…
Cancel
Save