Author: glen Date: Sat Nov 19 15:27:37 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - autodeps bcond
---- Files affected: SPECS: dnswalk.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/dnswalk.spec diff -u SPECS/dnswalk.spec:1.3 SPECS/dnswalk.spec:1.4 --- SPECS/dnswalk.spec:1.3 Sat Nov 19 16:16:36 2005 +++ SPECS/dnswalk.spec Sat Nov 19 16:27:28 2005 @@ -1,9 +1,13 @@ # $Revision$, $Date$ +# +# Conditional build: +%bcond_without autodeps # don't BR packages needed only for resolving deps +# %include /usr/lib/rpm/macros.perl Summary: The dnswalk DNS database debugger Name: dnswalk Version: 2.0.2 -Release: 0.1 +Release: 0.2 License: Artistic Group: Applications/Networking Source0: http://www.visi.com/~barr/dnswalk/%{name}-%{version}.tar.gz @@ -12,6 +16,9 @@ Patch1: %{name}-delete-filterout.patch URL: http://www.visi.com/~barr/dnswalk/ BuildRequires: rpm-perlprov >= 4.1-13 +%if %{with autodeps} +BuildRequires: perl-Net-DNS +%endif Buildarch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -47,6 +54,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2005/11/19 15:27:28 glen +- autodeps bcond + Revision 1.3 2005/11/19 15:16:36 glen - unify, use perl autoprov ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dnswalk.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
