SHA256
1
0
forked from pool/fdupes

Accepting request 1159769 from home:dimstar:Factory

- Do not use sqlite, as this pulls sqlite into Ring0 at no real
  benefit performance wise: the cache is not reused between runs.
  + Drop sqlite-devel BuildRequires
  + Pass --without-sqlite to configure

OBS-URL: https://build.opensuse.org/request/show/1159769
OBS-URL: https://build.opensuse.org/package/show/utilities/fdupes?expand=0&rev=29
This commit is contained in:
Peter Simons 2024-03-20 07:53:16 +00:00 committed by Git OBS Bridge
parent 99c011fa39
commit b229993c32
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 20 07:25:33 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Do not use sqlite, as this pulls sqlite into Ring0 at no real
benefit performance wise: the cache is not reused between runs.
+ Drop sqlite-devel BuildRequires
+ Pass --without-sqlite to configure
-------------------------------------------------------------------
Mon Mar 18 09:36:27 UTC 2024 - ming li <mli@suse.com>

View File

@ -29,7 +29,6 @@ Source0: https://github.com/adrianlopezroche/fdupes/releases/download/v%{
Source1: macros.fdupes
Source2: fdupes_wrapper.cpp
BuildRequires: gcc-c++
BuildRequires: sqlite3-devel
%description
FDUPES is a program for identifying or deleting duplicate files
@ -39,7 +38,7 @@ residing within specified directories.
%autosetup -p1
%build
%configure --without-ncurses
%configure --without-ncurses --without-sqlite
%make_build
g++ $RPM_OPT_FLAGS %{S:2} -o fdupes_wrapper