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
|
Summary: A Modern Concurrent Version Control System
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.7.3
|
Version: 1.7.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.apache.org/
|
URL: http://subversion.apache.org/
|
||||||
@ -252,6 +252,8 @@ rm -f ${RPM_BUILD_ROOT}%{ruby_sitearch}/svn/ext/*.*a
|
|||||||
|
|
||||||
# Trim what goes in docdir
|
# Trim what goes in docdir
|
||||||
rm -rf tools/*/*.in tools/test-scripts tools/buildbot tools/dist
|
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
|
# Install psvn for emacs and xemacs
|
||||||
for f in emacs/site-lisp xemacs/site-packages/lisp; do
|
for f in emacs/site-lisp xemacs/site-packages/lisp; do
|
||||||
@ -431,6 +433,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 28 2012 Joe Orton <jorton@redhat.com> - 1.7.3-3
|
||||||
- re-enable test suite
|
- re-enable test suite
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user