|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-SQL-Translator
|
|
|
|
|
Version: 0.09000
|
|
|
|
|
Version: 0.09001
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Manipulate structured data definitions (SQL and more)
|
|
|
|
|
# see, e.g., lib/SQL/Translator.pm
|
|
|
|
@ -25,6 +25,7 @@ BuildRequires: perl(Class::Base)
|
|
|
|
|
BuildRequires: perl(Class::Data::Inheritable) >= 0.02
|
|
|
|
|
BuildRequires: perl(Class::MakeMethods)
|
|
|
|
|
BuildRequires: perl(DBI)
|
|
|
|
|
BuildRequires: perl(Digest::SHA1) >= 2.00
|
|
|
|
|
BuildRequires: perl(GD)
|
|
|
|
|
BuildRequires: perl(Graph::Directed)
|
|
|
|
|
BuildRequires: perl(GraphViz)
|
|
|
|
@ -109,6 +110,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man[13]/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Sep 07 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.9001-1
|
|
|
|
|
- update to 0.9001
|
|
|
|
|
- add new BR: perl(Digest::SHA1) >= 2.00
|
|
|
|
|
|
|
|
|
|
* Wed Mar 19 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.09000-1
|
|
|
|
|
- update to 0.09000
|
|
|
|
|
- expose more core BR's
|
|
|
|
|