De-tabbify spec-file

epel9
Björn Esser 5 years ago
parent 192b54b54f
commit 04d50d5ca3
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

@ -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

Loading…
Cancel
Save