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