From 7ed4a360587732d75d23737a56c82e7c8cdc62c4 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sat, 17 Dec 2016 03:39:08 -0500 Subject: [PATCH] Clean up contrib/{credential,subtree} to avoid cruft in git-core-doc --- git.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/git.spec b/git.spec index fb988c9..a38d6a8 100644 --- a/git.spec +++ b/git.spec @@ -519,6 +519,12 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';' find %{buildroot} -type f -name perllocal.pod -exec rm -f {} ';' +# Clean up contrib/credential to avoid cruft in the git-core-doc docdir +rm -rf contrib/credential + +# Clean up contrib/subtree to avoid cruft in the git-core-doc docdir +rm -rf contrib/subtree/{INSTALL,Makefile,git-subtree{,.{1,sh,txt,xml}},t} + # git-archimport is not supported find %{buildroot} Documentation -type f -name 'git-archimport*' -exec rm -f {} ';' @@ -758,6 +764,7 @@ rm -rf %{buildroot} - Run git test suite - Use %%{_mandir} in git/git-core file list filters - Fix version of emacs-git and emacs-git-el provides +- Clean up contrib/{credential,subtree} to avoid cruft in git-core-doc * Fri Feb 10 2017 Fedora Release Engineering - 2.11.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild