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>
|
Fri May 22 08:27:11 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: fdupes
|
Name: fdupes
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Identifying or deleting duplicate files
|
Summary: Tool to identify or delete duplicate files
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
Url: https://github.com/adrianlopezroche/fdupes
|
Url: https://github.com/adrianlopezroche/fdupes
|
||||||
@ -28,14 +28,13 @@ Source0: https://github.com/adrianlopezroche/fdupes/releases/download/%{v
|
|||||||
Source1: macros.fdupes
|
Source1: macros.fdupes
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pcre2-devel
|
BuildRequires: pcre2-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
FDUPES is a program for identifying or deleting duplicate files
|
FDUPES is a program for identifying or deleting duplicate files
|
||||||
residing within specified directories.
|
residing within specified directories.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -53,7 +52,6 @@ install -D -m644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.%{name}
|
|||||||
./%{name} --size testdir
|
./%{name} --size testdir
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
|
||||||
%doc CHANGES
|
%doc CHANGES
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
Loading…
Reference in New Issue
Block a user