From 04d50d5ca32431e71e367da80f36ebf9f86cacd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sun, 5 Jan 2020 15:41:58 +0100 Subject: [PATCH] De-tabbify spec-file --- fdupes.spec | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/fdupes.spec b/fdupes.spec index ecc6b35..d99ad4d 100644 --- a/fdupes.spec +++ b/fdupes.spec @@ -2,16 +2,16 @@ %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; /bin/echo $d) -Name: fdupes -Epoch: 1 -Version: 2.0.0 -Release: 1%{?dist} -Summary: Finds duplicate files in a given set of directories +Name: fdupes +Epoch: 1 +Version: 2.0.0 +Release: 1%{?dist} +Summary: Finds duplicate files in a given set of directories -License: MIT -URL: https://github.com/adrianlopezroche/%{name} -Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -Source1: macros.%{name} +License: MIT +URL: https://github.com/adrianlopezroche/%{name} +Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source1: macros.%{name} BuildRequires: autoconf BuildRequires: automake @@ -61,8 +61,7 @@ autoreconf -fiv %install %make_install -install -Dpm 0644 %{SOURCE1} \ - %{buildroot}%{macrosdir}/macros.%{name} +install -Dpm 0644 %{SOURCE1} %{buildroot}%{macrosdir}/macros.%{name} %check