]> git.pld-linux.org Git - packages/dnswalk.git/commitdiff
- autodeps bcond
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 19 Nov 2005 15:27:28 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dnswalk.spec -> 1.4

dnswalk.spec

index da5177d1fdbd421c6a0d6c57e4d9596b1be3ae85..82b6d3833a1651bcf729598679fa89d4d7e73003 100644 (file)
@@ -1,8 +1,12 @@
+#
+# 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
@@ -11,6 +15,9 @@ Patch0:               %{name}-perlpath.patch
 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)
 
This page took 0.188361 seconds and 4 git commands to generate.