From 1fbfeb1d44059ac7ada36f77d9b741417e20640e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Jun 2016 17:53:39 +0200 Subject: owncloud: more clean bis --- owncloud.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/owncloud.spec b/owncloud.spec index bd88af0..82631c7 100644 --- a/owncloud.spec +++ b/owncloud.spec @@ -433,8 +433,10 @@ work with an SQLite 3 database stored on the local system. %patch10 -p1 %endif -# patch backup files -find . -name \*.orig -type f -exec rm {} \; +# patch backup files and .git stuff +find . -name \*.orig -type f -exec rm {} \; -print +find . -name .gitignore -type f -exec rm {} \; -print +find . -name .github -type d -prune -exec rm -r {} \; -print # prepare package doc cp %{SOURCE3} README.fedora -- cgit