[packages/perl-DBI] - verioned Obsoletes, use __mv macro

qboosh qboosh at pld-linux.org
Sun Nov 6 08:02:10 CET 2022


commit 935f03dafd274b4d0d0dc18a06eb6164a94a8dba
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Nov 6 08:02:10 2022 +0100

    - verioned Obsoletes, use __mv macro

 perl-DBI.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/perl-DBI.spec b/perl-DBI.spec
index f95ddb3..6743505 100644
--- a/perl-DBI.spec
+++ b/perl-DBI.spec
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_with	coro		# Coro transport
-%bcond_without	tests		# perform "make test"
+%bcond_without	tests		# unit tests
 
 %define		pdir	DBI
 %define		pnam	DBI
@@ -42,7 +42,7 @@ BuildRequires:	perl-Test-Simple >= 0.90
 Suggests:	perl-Clone >= 0.34
 Suggests:	perl-PlRPC >= 0.2001
 Suggests:	perl-SQL-Statement >= 1.402
-Obsoletes:	perl-DBI-FAQ
+Obsoletes:	perl-DBI-FAQ < 0.39
 Conflicts:	perl-DBD-Amazon < 0.10
 Conflicts:	perl-DBD-AnyData < 0.110
 Conflicts:	perl-DBD-CSV < 1:0.36
@@ -206,10 +206,10 @@ Apache'a. Można je analizować za pomocą dbiprof.
 %setup -q -n %{pnam}-%{version}
 %patch0 -p1
 
-mv Changes lib/DBI/Changes.pod
+%{__mv} Changes lib/DBI/Changes.pod
 echo 'man DBI::Changes' > Changes
 
-mv t/80proxy.t{,-needs-syslog}
+%{__mv} t/80proxy.t{,-needs-syslog}
 
 %build
 %{__perl} Makefile.PL \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-DBI.git/commitdiff/935f03dafd274b4d0d0dc18a06eb6164a94a8dba



More information about the pld-cvs-commit mailing list