From: Wouter Wijngaards Date: Tue, 15 Aug 2006 11:15:34 +0000 (+0000) Subject: more rpmlint fixes X-Git-Tag: release-1.2.0~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d05071e89d18bfc1905ece94e4e29f5cab1417;p=thirdparty%2Fldns.git more rpmlint fixes --- diff --git a/makedist.sh b/makedist.sh index cb38b00b..572a4963 100755 --- a/makedist.sh +++ b/makedist.sh @@ -128,6 +128,9 @@ autoreconf || error_cleanup "Autoconf failed." info "Building configure script for examples (autoconf)." cd examples && autoreconf && cd .. || error_cleanup "Autoconf failed." +info "Building configure script for drill (autoconf)." +cd drill && autoreconf && cd .. || error_cleanup "Autoconf failed." + rm -r autom4te* || error_cleanup "Failed to remove autoconf cache directory." # custom removes diff --git a/packaging/fedora/ldns.spec b/packaging/fedora/ldns.spec index 2f745b4a..b44b5627 100644 --- a/packaging/fedora/ldns.spec +++ b/packaging/fedora/ldns.spec @@ -29,7 +29,6 @@ Requires: %{name} = %{version}-%{release}, openssl-devel The devel package contains the ldns library and the include files %prep -rm -rf %{buildroot} %setup -q libtoolize autoreconf