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