Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37576156
en ru br
ALT Linux repos
S:1.2.14-alt1

Group :: File tools
RPM: srm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_disable check

Name: srm
Version: 1.2.14
Release: alt1
License: X11
Url: http://srm.sourceforge.net
Group: File tools

Source: %name-%version.tar.bz2

Summary: srm (secure rm) is a command-line compatible rm(1) which overwrites file contents before unlinking

BuildPreReq: attr

%description
This is srm, a secure replacement for rm(1). Unlike the standard rm,
it overwrites the data in the target files before unlinking them. This
prevents recovery of the data by examining the raw block device. It
may also help frustrate physical examination of the disk, although
it's unlikely that it completely protects against this type of
recovery.

%prep
%setup
%autoreconf
%configure

%build
%make_build

%install
%makeinstall_std

%check
make test

%files
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%_bindir/*
%_man1dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin