trim contents of doc dic (#746433)
This commit is contained in:
parent
542cd5bd10
commit
a6a338f92a
@ -14,7 +14,7 @@
|
||||
Summary: A Modern Concurrent Version Control System
|
||||
Name: subversion
|
||||
Version: 1.7.3
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: ASL 2.0
|
||||
Group: Development/Tools
|
||||
URL: http://subversion.apache.org/
|
||||
@ -252,6 +252,8 @@ rm -f ${RPM_BUILD_ROOT}%{ruby_sitearch}/svn/ext/*.*a
|
||||
|
||||
# Trim what goes in docdir
|
||||
rm -rf tools/*/*.in tools/test-scripts tools/buildbot tools/dist
|
||||
find tools -name .libs -print0 | xargs -0 rm -rvf
|
||||
find tools -name \*.o -print0 | xargs -0 rm -vf
|
||||
|
||||
# Install psvn for emacs and xemacs
|
||||
for f in emacs/site-lisp xemacs/site-packages/lisp; do
|
||||
@ -431,6 +433,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 28 2012 Joe Orton <jorton@redhat.com> - 1.7.3-4
|
||||
- trim contents of doc dic (#746433)
|
||||
|
||||
* Tue Feb 28 2012 Joe Orton <jorton@redhat.com> - 1.7.3-3
|
||||
- re-enable test suite
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user