|
|
@ -1,7 +1,7 @@
|
|
|
|
Name: perl-SQL-Translator
|
|
|
|
Name: perl-SQL-Translator
|
|
|
|
Summary: Manipulate structured data definitions (SQL and more)
|
|
|
|
Summary: Manipulate structured data definitions (SQL and more)
|
|
|
|
Version: 0.11021
|
|
|
|
Version: 0.11021
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/SQL-Translator-%{version}.tar.gz
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/SQL-Translator-%{version}.tar.gz
|
|
|
@ -127,6 +127,12 @@ producers, or to manipulate the parsed data via the built-in object model.
|
|
|
|
Presently only the definition parts of SQL are handled (CREATE, ALTER),
|
|
|
|
Presently only the definition parts of SQL are handled (CREATE, ALTER),
|
|
|
|
not the manipulation of data (INSERT, UPDATE, DELETE).
|
|
|
|
not the manipulation of data (INSERT, UPDATE, DELETE).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package Producer-Diagram
|
|
|
|
|
|
|
|
Summary: ER diagram producer for SQL::Translator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description Producer-Diagram
|
|
|
|
|
|
|
|
ER diagram producer for SQL::Translator.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n SQL-Translator-%{version}
|
|
|
|
%setup -q -n SQL-Translator-%{version}
|
|
|
|
# Remove bundled modules
|
|
|
|
# Remove bundled modules
|
|
|
@ -154,8 +160,17 @@ make test
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_bindir}/*
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man[13]/*
|
|
|
|
%{_mandir}/man[13]/*
|
|
|
|
|
|
|
|
%exclude %{perl_vendorlib}/SQL/Translator/Producer/Diagram.pm
|
|
|
|
|
|
|
|
%exclude %{_mandir}/man3/SQL::Translator::Producer::Diagram.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files Producer-Diagram
|
|
|
|
|
|
|
|
%{perl_vendorlib}/SQL/Translator/Producer/Diagram.pm
|
|
|
|
|
|
|
|
%{_mandir}/man3/SQL::Translator::Producer::Diagram.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Mar 02 2015 Petr Šabata <contyk@redhat.com> - 0.11021-2
|
|
|
|
|
|
|
|
- Avoid X11 dependency by Subpackaging SQL::Translator::Producer::Diagram
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 03 2015 Petr Šabata <contyk@redhat.com> - 0.11021-1
|
|
|
|
* Tue Feb 03 2015 Petr Šabata <contyk@redhat.com> - 0.11021-1
|
|
|
|
- 0.11021 bump
|
|
|
|
- 0.11021 bump
|
|
|
|
|
|
|
|
|
|
|
|