package init
This commit is contained in:
commit
6b6d49cb6a
BIN
scrub-2.5.2.tar.bz2
Normal file
BIN
scrub-2.5.2.tar.bz2
Normal file
Binary file not shown.
36
scrub.spec
Normal file
36
scrub.spec
Normal file
@ -0,0 +1,36 @@
|
||||
Name: scrub
|
||||
Version: 2.5.2
|
||||
Release: 14
|
||||
Summary: A disk overwrite utility
|
||||
License: GPLv2+
|
||||
URL: https://github.com/chaos/scrub
|
||||
Source0: http://bbgentoo.ilb.ru/distfiles/scrub-2.5.2.tar.bz2
|
||||
|
||||
%description
|
||||
Scrub writes patterns on files or disk devices to make
|
||||
retrieving the data more difficult. It operates in one of three modes:
|
||||
1) the special file corresponding to an entire disk is scrubbed
|
||||
and all data on it is destroyed.
|
||||
2) a regular file is scrubbed and only the data in the file
|
||||
(and optionally its name in the directory entry) is destroyed.
|
||||
3) a regular file is created, expanded until
|
||||
the file system is full, then scrubbed as in 2).
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%doc DISCLAIMER COPYING README ChangeLog
|
||||
%{_bindir}/scrub
|
||||
%{_mandir}/man1/scrub.1*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 28 2019 Jiangping Hu <hujiangping@huawei.com> - 2.5.2-14
|
||||
- Package init
|
||||
Loading…
x
Reference in New Issue
Block a user