public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-SQL-Translator] epel10: Avoid X11 dependency by Subpackaging SQL::Translator::Producer::Diagram
Date: Fri, 07 Aug 2026 12:46:21 GMT [thread overview]
Message-ID: <178610678111.1.4523884229796239454.rpms-perl-SQL-Translator-042f51b30ae1@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-SQL-Translator
Branch : epel10
Commit : 042f51b30ae101d48a56cc7b53580c5d2f672c35
Author : Petr Šabata <contyk@redhat.com>
Date : 2015-03-02T15:19:30+01:00
Stats : +16/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-SQL-Translator/c/042f51b30ae101d48a56cc7b53580c5d2f672c35?branch=epel10
Log:
Avoid X11 dependency by Subpackaging SQL::Translator::Producer::Diagram
---
diff --git a/perl-SQL-Translator.spec b/perl-SQL-Translator.spec
index 360135f..425d920 100644
--- a/perl-SQL-Translator.spec
+++ b/perl-SQL-Translator.spec
@@ -1,7 +1,7 @@
Name: perl-SQL-Translator
Summary: Manipulate structured data definitions (SQL and more)
Version: 0.11021
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
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),
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
%setup -q -n SQL-Translator-%{version}
# Remove bundled modules
@@ -154,8 +160,17 @@ make test
%{_bindir}/*
%{perl_vendorlib}/*
%{_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
+* 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
- 0.11021 bump
reply other threads:[~2026-08-07 12:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178610678111.1.4523884229796239454.rpms-perl-SQL-Translator-042f51b30ae1@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox