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:
parent
99c011fa39
commit
b229993c32
@ -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>
|
Mon Mar 18 09:36:27 UTC 2024 - ming li <mli@suse.com>
|
||||||
|
|
||||||
|
@ -29,7 +29,6 @@ Source0: https://github.com/adrianlopezroche/fdupes/releases/download/v%{
|
|||||||
Source1: macros.fdupes
|
Source1: macros.fdupes
|
||||||
Source2: fdupes_wrapper.cpp
|
Source2: fdupes_wrapper.cpp
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: sqlite3-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
FDUPES is a program for identifying or deleting duplicate files
|
FDUPES is a program for identifying or deleting duplicate files
|
||||||
@ -39,7 +38,7 @@ residing within specified directories.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --without-ncurses
|
%configure --without-ncurses --without-sqlite
|
||||||
%make_build
|
%make_build
|
||||||
g++ $RPM_OPT_FLAGS %{S:2} -o fdupes_wrapper
|
g++ $RPM_OPT_FLAGS %{S:2} -o fdupes_wrapper
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user