From 22ca056cf03baa7c843af5fa49316625d21f4ecb Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 24 Aug 2017 20:12:49 +0200 Subject: [PATCH] Use autosetup --- bluez.spec | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/bluez.spec b/bluez.spec index 3663c43..1db2e66 100644 --- a/bluez.spec +++ b/bluez.spec @@ -107,17 +107,7 @@ and mouse. Object Exchange daemon for sharing files, contacts etc over bluetooth %prep -%setup -q -git init -if [ -z "$GIT_COMMITTER_NAME" ]; then - git config user.email "bluez-owner@fedoraproject.org" - git config user.name "Fedora Bluez maintainers" -fi -cp %{SOURCE1} .gitignore -git add . -git commit -a -q -m "%{version} baseline." - -git am -p1 %{patches} < /dev/null +%autosetup -S git %build %configure --enable-tools --enable-library --enable-deprecated \