commit 6b6d49cb6a7c11f20b42cf2daa04de41980456b0 Author: byeX012 Date: Mon Dec 16 15:31:17 2019 +0800 package init diff --git a/scrub-2.5.2.tar.bz2 b/scrub-2.5.2.tar.bz2 new file mode 100644 index 0000000..051fa94 Binary files /dev/null and b/scrub-2.5.2.tar.bz2 differ diff --git a/scrub.spec b/scrub.spec new file mode 100644 index 0000000..d5f7996 --- /dev/null +++ b/scrub.spec @@ -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 - 2.5.2-14 +- Package init