From a6a338f92aca69eb10ab0d1a8870e52ccb036968 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Feb 28 2012 16:02:43 +0000 Subject: trim contents of doc dic (#746433) --- diff --git a/subversion.spec b/subversion.spec index 131cc59..078b546 100644 --- a/subversion.spec +++ b/subversion.spec @@ -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 - 1.7.3-4 +- trim contents of doc dic (#746433) + * Tue Feb 28 2012 Joe Orton - 1.7.3-3 - re-enable test suite