public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-SQL-Abstract] epel10.2: Skip DBIx::Class tests on boostrap
@ 2026-08-06  9:25 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-06  9:25 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-SQL-Abstract
Branch : epel10.2
Commit : 68f2fa45ed587c3329c5d014441c795a4aa21ff2
Author : Petr Písař <ppisar@redhat.com>
Date   : 2015-02-05T18:11:13+01:00
Stats  : +9/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-SQL-Abstract/c/68f2fa45ed587c3329c5d014441c795a4aa21ff2?branch=epel10.2

Log:
Skip DBIx::Class tests on boostrap

---
diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec
index f473567..70db8bf 100644
--- a/perl-SQL-Abstract.spec
+++ b/perl-SQL-Abstract.spec
@@ -1,6 +1,6 @@
 Name:           perl-SQL-Abstract
 Version:        1.81
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Generate SQL from Perl data structures
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -19,8 +19,10 @@ BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Data::Dumper)
+%if !%{defined perl_bootstrap}
 # DBIx::Class::Storage::Statistic used only with optional tests
 BuildRequires:  perl(DBIx::Class::Storage::Statistics)
+%endif
 BuildRequires:  perl(Exporter) >= 5.57
 BuildRequires:  perl(Hash::Merge) >= 0.12
 BuildRequires:  perl(List::Util)
@@ -45,8 +47,10 @@ BuildRequires:  perl(Storable)
 BuildRequires:  perl(Test::Exception) >= 0.31
 BuildRequires:  perl(Test::More) >= 0.92
 BuildRequires:  perl(Test::Warn)
+%if !%{defined perl_bootstrap}
 # Optional tests:
 BuildRequires:  perl(DBIx::Class) >= 0.08124
+%endif
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Data::Dumper)
 Requires:       perl(Exporter) >= 5.57
@@ -95,7 +99,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-SQLATEST_TESTER=1 make test
+make test
 
 %files
 %doc Changes
@@ -110,6 +114,9 @@ SQLATEST_TESTER=1 make test
 %{_mandir}/man3/DBIx::Class::Storage::Debug::PrettyPrint.3pm*
 
 %changelog
+* Thu Feb 05 2015 Petr Pisar <ppisar@redhat.com> - 1.81-3
+- Skip DBIx::Class tests on boostrap
+
 * Wed Dec 03 2014 Petr Pisar <ppisar@redhat.com> - 1.81-2
 - Specify all dependencies (bug #1168882)
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-06  9:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-06  9:25 [rpms/perl-SQL-Abstract] epel10.2: Skip DBIx::Class tests on boostrap 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox