public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chris Weyl <cweyl@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-SQL-Translator] epel10: - PERL_INSTALL_ROOT => DESTDIR
Date: Fri, 07 Aug 2026 12:46:08 GMT [thread overview]
Message-ID: <178610676839.1.11815818690348603001.rpms-perl-SQL-Translator-7737bb230b17@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-SQL-Translator
Branch : epel10
Commit : 7737bb230b17150c981b63b72b03b26ac74fdea6
Author : Chris Weyl <cweyl@fedoraproject.org>
Date : 2010-02-06T01:37:15+00:00
Stats : +8/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-SQL-Translator/c/7737bb230b17150c981b63b72b03b26ac74fdea6?branch=epel10
Log:
- PERL_INSTALL_ROOT => DESTDIR
- add perl_default_subpackage_tests
---
diff --git a/perl-SQL-Translator.spec b/perl-SQL-Translator.spec
index 5a44014..eb9c746 100644
--- a/perl-SQL-Translator.spec
+++ b/perl-SQL-Translator.spec
@@ -1,6 +1,6 @@
Name: perl-SQL-Translator
Version: 0.11003
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Manipulate structured data definitions (SQL and more)
# see, e.g., lib/SQL/Translator.pm
License: GPLv2
@@ -71,6 +71,7 @@ Requires: perl(XML::Writer) >= 0.5
}
%bcond_with local_perl
+%{?perl_default_subpackage_tests}
%description
SQL::Translator is a group of Perl modules that converts vendor-specific
@@ -99,7 +100,7 @@ make %{?_smp_mflags}
%install
rm -rf %{buildroot}
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} +
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} +
@@ -115,12 +116,16 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
-%doc AUTHORS BUGS Changes LICENSE README share/ t/
+%doc AUTHORS BUGS Changes LICENSE README share/
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/man[13]/*
%changelog
+* Fri Feb 05 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.11003-2
+- PERL_INSTALL_ROOT => DESTDIR
+- add perl_default_subpackage_tests
+
* Sat Jan 16 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.11003-1
- add br on XML::LibXML
- auto-update to 0.11003 (by cpan-spec-update 0.01)
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=178610676839.1.11815818690348603001.rpms-perl-SQL-Translator-7737bb230b17@fedoraproject.org \
--to=cweyl@fedoraproject.org \
--cc=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