Name: dwipe Version: 0.1 Release: 1%{?dist} Summary: All purpose log wiper Group: Applications/System License: GPLv2 URL: http://academicunderground.org/projects/index.html Source0: http://academicunderground.org/projects/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Securely cleans WTMP, UTMP, LASTLOG and recursive log directories. Anti-Forensic and Anti-Debugging code. Ability to replace entries and not just wipe them. %prep %setup -q %build make %{?_smp_mflags} CFLAGS="%{optflags} -DFRIENDLY" %install rm -rf %{buildroot} install -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING README %{_bindir}/%{name} %changelog * Fri Jan 02 2009 Fabian Affolter - 0.1-1 - Initial package for Fedora