You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.4 KiB
56 lines
1.4 KiB
%global pkgname secure_delete
|
|
|
|
Summary: Secure Delete
|
|
Name: secure-delete
|
|
Version: 3.1
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv2+
|
|
URL: https://www.thc.org/
|
|
Source0: https://www.thc.org/download.php?t=r&f=%{pkgname}-%{version}.tar.gz
|
|
Patch0: 0001-Fix-build.patch
|
|
Patch1: 0002-Disable-strip.patch
|
|
Patch2: 0003-Add-progress-bar-for-sdel.patch
|
|
Patch3: 0004-Use-gcc-flags.patch
|
|
|
|
BuildRequires: automake autoconf libtool
|
|
BuildRequires: gcc
|
|
BuildRequires: make
|
|
|
|
%description
|
|
This is the best secure data deletion toolkit! If you overwrite a file for 10+
|
|
times, it can still be recovered. Read why and use the programs included.
|
|
These tools can wipe files, free disk space, swap and memory!
|
|
Changes: Linux LKM for secure file deletion included, small bug fixes.
|
|
|
|
%prep
|
|
%autosetup -n %{pkgname}-%{version} -p1
|
|
|
|
%build
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
rm %{buildroot}%{_docdir}/secure-delete/*.doc
|
|
chmod 755 %{buildroot}%{_bindir}/s*
|
|
|
|
|
|
%files
|
|
%doc CHANGES FILES README
|
|
%{_bindir}/srm
|
|
%{_bindir}/sfill
|
|
%{_bindir}/sswap
|
|
%{_bindir}/smem
|
|
%{_mandir}/man1/srm.1.gz
|
|
%{_mandir}/man1/sfill.1.gz
|
|
%{_mandir}/man1/sswap.1.gz
|
|
%{_mandir}/man1/smem.1.gz
|
|
|
|
%changelog
|
|
* Fri Aug 23 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.1-1
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
* Fri Aug 23 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.1-1
|
|
- Initial build for MSVSphere 9
|
|
|