[packages/perl-WWW-RobotRules] - change DB_File dependency to Suggests
qboosh
qboosh at pld-linux.org
Sun Jun 14 20:05:09 CEST 2026
commit 5da58f9f134b1a2ce4b304dbe5354023930f5381
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jun 14 20:05:32 2026 +0200
- change DB_File dependency to Suggests
perl-WWW-RobotRules.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/perl-WWW-RobotRules.spec b/perl-WWW-RobotRules.spec
index 37fb547..548fbe2 100644
--- a/perl-WWW-RobotRules.spec
+++ b/perl-WWW-RobotRules.spec
@@ -24,10 +24,14 @@ BuildRequires: perl-Test-Simple >= 0.96
BuildRequires: perl-URI >= 1.10
%endif
Requires: perl-URI >= 1.10
+# only for optional WWW:RobotRules::DB_File
+Suggests: perl-DB_File
Conflicts: perl-libwww < 6
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define _noautoreq_perl DB_File
+
%description
This module parses /robots.txt files as specified in "A Standard for
Robot Exclusion", at <http://www.robotstxt.org/wc/norobots.html>.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-WWW-RobotRules.git/commitdiff/5da58f9f134b1a2ce4b304dbe5354023930f5381
More information about the pld-cvs-commit
mailing list