diff --git a/README.md b/README.md index d66451d..7bdecfc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # wtmpclean +wtmpclean is a tool for Unix operating systems written in standard C ANSI, which enables users with sufficient privileges dump wtmp databases and patch or delete wtmp records that log a user or that were created at a given date and time. + diff --git a/wtmpclean.spec b/wtmpclean.spec new file mode 100644 index 0000000..6b5853c --- /dev/null +++ b/wtmpclean.spec @@ -0,0 +1,44 @@ +Name: wtmpclean +Version: 0.8.0 +Release: 1mamba +Summary: A tool for dumping wtmp files and patching wtmp records +Group: Applications/Security +Vendor: openmamba +Distribution: openmamba +Packager: Davide Madrisan +URL: http://sites.google.com/site/davidemadrisan/opensource +Source: http://sites.google.com/site/davidemadrisan/files/wtmpclean-%{version}.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +wtmpclean is a tool for Unix operating systems written in standard C ANSI, which enables users with sufficient privileges dump wtmp databases and patch or delete wtmp records that log a user or that were created at a given date and time. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_sbindir}/wtmpclean +%doc AUTHORS COPYING ChangeLog NEWS README + +%changelog +* Sun Dec 15 2013 Automatic Build System 0.8.0-1mamba +- automatic update by autodist + +* Sun Dec 05 2010 Davide Madrisan 0.6.7-1mamba +- package created by autospec