diff --git a/fdupes.changes b/fdupes.changes index 71a03c4..166d897 100644 --- a/fdupes.changes +++ b/fdupes.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 5 23:42:10 UTC 2020 - Jan Engelhardt + +- Use noun phrase in summary. Drop old specfile constructs. + ------------------------------------------------------------------- Fri May 22 08:27:11 UTC 2020 - Paolo Stivanin diff --git a/fdupes.spec b/fdupes.spec index 7f3a67f..d6a17c6 100644 --- a/fdupes.spec +++ b/fdupes.spec @@ -20,7 +20,7 @@ Name: fdupes Version: 2.0.0 Release: 0 -Summary: Identifying or deleting duplicate files +Summary: Tool to identify or delete duplicate files License: MIT Group: Productivity/Archiving/Compression Url: https://github.com/adrianlopezroche/fdupes @@ -28,14 +28,13 @@ Source0: https://github.com/adrianlopezroche/fdupes/releases/download/%{v Source1: macros.fdupes BuildRequires: ncurses-devel BuildRequires: pcre2-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description FDUPES is a program for identifying or deleting duplicate files residing within specified directories. %prep -%setup -q -n %{name}-%{version} +%autosetup -p1 %build %configure @@ -53,7 +52,6 @@ install -D -m644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.%{name} ./%{name} --size testdir %files -%defattr(-, root, root) %doc CHANGES %{_bindir}/%{name} %{_mandir}/man1/%{name}.1*