45 lines
1.3 KiB
RPMSpec
45 lines
1.3 KiB
RPMSpec
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
|