diff --git a/openjade.spec b/openjade.spec index 85097f7..83198e6 100644 --- a/openjade.spec +++ b/openjade.spec @@ -117,6 +117,10 @@ cp %{openjadetop}/openjade-%{version}/dsssl/dsssl.dtd \ rm -rf $RPM_BUILD_ROOT/usr/doc/OpenSP rm -rf $RPM_BUILD_ROOT/%{prefix}/share/sgml/%{name}-%{version}/doc +# Don't ship Makefiles as doc, since they contain arch-specific +# stuff (bug #168821). +rm -f */doc/Makefile */pubtext/Makefile */unicode/Makefile + %clean rm -rf $RPM_BUILD_ROOT @@ -141,6 +145,10 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %changelog +* Thu Dec 8 2005 Tim Waugh +- Don't ship Makefiles as doc, since they contain arch-specific + stuff (bug #168821). + * Tue Mar 1 2005 Tim Waugh 1.3.2-16 - Rebuilt for new GCC.