automatic update by autodist [release 0.8.0-1mamba;Sun Dec 15 2013]
This commit is contained in:
parent
4e84a68df7
commit
f43ee88a29
@ -1,2 +1,4 @@
|
|||||||
# wtmpclean
|
# 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.
|
||||||
|
|
||||||
|
44
wtmpclean.spec
Normal file
44
wtmpclean.spec
Normal file
@ -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 <davide.madrisan@gmail.com>
|
||||||
|
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 <autodist@mambasoft.it> 0.8.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sun Dec 05 2010 Davide Madrisan <davide.madrisan@gmail.com> 0.6.7-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user