From ea56337bf1d69173950cc8bb84438540f333c7127b439ab32c87eeba77cbd469 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 9 Jun 2020 07:36:52 +0000 Subject: [PATCH] Accepting request 811952 from home:jengelh:branches:utilities - Use noun phrase in summary. Drop old specfile constructs. OBS-URL: https://build.opensuse.org/request/show/811952 OBS-URL: https://build.opensuse.org/package/show/utilities/fdupes?expand=0&rev=21 --- fdupes.changes | 5 +++++ fdupes.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) 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*