forked from pool/fdupes
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
This commit is contained in:
parent
1c0d3136d6
commit
ea56337bf1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 5 23:42:10 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use noun phrase in summary. Drop old specfile constructs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 22 08:27:11 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user