-
Notifications
You must be signed in to change notification settings - Fork 1
/
qdda.spec
35 lines (29 loc) · 821 Bytes
/
qdda.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Summary: The quick & dirty dedupe analyzer
Name: qdda
Version: 2.2.4
Release: 1%{?dtap}
URL: https://github.com/bsjerps/qdda
Source0: %{name}-%{version}.tbz2
License: GPLv3+
Group: System/Extras
%description
Checks files or block devices for duplicate blocks to estimate deduplication
efficiency on dedupe capable storage systems, using key-value stores in SQLite,
MD5 hashing and LZ4/deflate compression. It also estimates compression ratios for
DellEMC XtremIO X1 and X2 as well as VMAX AFA and PowerMAX.
%prep
%setup -q -n %{name}
%build
make -j4 version=%{version}
%install
rm -rf %{buildroot}
mkdir %{buildroot}
%make_install
%files
%defattr(0755,root,root)
/usr/bin/qdda
%defattr(0644,root,root)
/etc/bash_completion.d/qdda.bash
/usr/share/man/man1/qdda.1.gz
%defattr(0644,root,root,0755)
/usr/share/qdda