From e3eb6bffa8204bbb7749b0f4e50d81cc43a1313a Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Fri, 19 Oct 2007 22:31:05 +0000 Subject: [PATCH] - Use install -p to work around multilib conflicts for .h files --- ldns.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ldns.spec b/ldns.spec index 61677bb..8cb2868 100644 --- a/ldns.spec +++ b/ldns.spec @@ -44,8 +44,8 @@ make %{?_smp_mflags} doc %install rm -rf %{buildroot} -make DESTDIR=%{buildroot} install -make DESTDIR=%{buildroot} install-doc +make DESTDIR=%{buildroot} INSTALL="%{__install} -p" install +make DESTDIR=%{buildroot} INSTALL="%{__install} -p" install-doc # don't package building script in doc rm doc/doxyparse.pl @@ -83,6 +83,9 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Fri Oct 19 2007 Paul Wouters - 1.2.1-2 +- Use install -p to work around multilib conflicts for .h files + * Wed Oct 10 2007 Paul Wouters - 1.2.1-1 - Updated to 1.2.1 - Removed patches that got moved into upstream