- Don't ship Makefiles as doc, since they contain arch-specific stuff (bug

#168821).
This commit is contained in:
Tim Waugh 2005-12-08 13:27:49 +00:00
parent b333a3c88d
commit ee08cb814e

View File

@ -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 <twaugh@redhat.com>
- Don't ship Makefiles as doc, since they contain arch-specific
stuff (bug #168821).
* Tue Mar 1 2005 Tim Waugh <twaugh@redhat.com> 1.3.2-16
- Rebuilt for new GCC.