|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
Name: perl-SQL-Translator
|
|
|
|
|
Summary: Manipulate structured data definitions (SQL and more)
|
|
|
|
|
Version: 1.62
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/I/IL/ILMARI/SQL-Translator-%{version}.tar.gz
|
|
|
|
|
URL: https://metacpan.org/release/SQL-Translator
|
|
|
|
@ -176,6 +176,7 @@ make test
|
|
|
|
|
%{_mandir}/man[13]/*
|
|
|
|
|
%exclude %{perl_vendorlib}/SQL/Translator/Producer/Diagram.pm
|
|
|
|
|
%exclude %{perl_vendorlib}/SQL/Translator/Producer/GraphViz.pm
|
|
|
|
|
%exclude %{_mandir}/man1/sqlt-graph.*
|
|
|
|
|
%exclude %{_mandir}/man3/SQL::Translator::Producer::Diagram.*
|
|
|
|
|
%exclude %{_mandir}/man3/SQL::Translator::Producer::GraphViz.*
|
|
|
|
|
%exclude %{_bindir}/sqlt-graph
|
|
|
|
@ -190,8 +191,12 @@ make test
|
|
|
|
|
|
|
|
|
|
%files -n sqlt-graph
|
|
|
|
|
%{_bindir}/sqlt-graph
|
|
|
|
|
%{_mandir}/man1/sqlt-graph.*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 10 2022 Adam Williamson <awilliam@redhat.com> - 1.62-6
|
|
|
|
|
- Split GraphViz-dependent components into subpackages
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.62-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|