|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: fdupes
|
|
|
|
|
Summary: Finds duplicate files in a given set of directories
|
|
|
|
|
Version: 1.51
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
License: MIT
|
|
|
|
|
Group: Applications/File
|
|
|
|
|
URL: https://code.google.com/p/fdupes/
|
|
|
|
@ -44,18 +44,21 @@ make install INSTALL="%{__install} -p" \
|
|
|
|
|
MAN_BASE_DIR=%{_mandir} \
|
|
|
|
|
DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/rpm
|
|
|
|
|
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/
|
|
|
|
|
mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d
|
|
|
|
|
install -m 0644 %{SOURCE1} %{buildroot}%{_rpmconfigdir}/macros.d/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc CHANGES CONTRIBUTORS README TODO
|
|
|
|
|
%doc %{_mandir}/man1/%{name}.1*
|
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
%{_sysconfdir}/rpm/macros.fdupes
|
|
|
|
|
%{_rpmconfigdir}/macros.d/macros.fdupes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jan 19 2014 Ville Skyttä <ville.skytta@iki.fi> - 1.51-3
|
|
|
|
|
- Move macros to %%{_rpmconfigdir}/macros.d.
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.51-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|