Name: uberkey
Summary: Keylogger
Version: 1.2
Release: 0.2
License: GPL
Group: Applications/System
URL: http://www.linuks.mine.nu/uberkey/
Description: A keylogger.
The build could not start because the following file is missing: uberkey-1.2.tar.bz2
The build could not start because the following file is missing: uberkey-1.2.tar.bz2
The spec file used by the build system currently has the following contents:
# $Id$
# Authority: dag
### FIXME: Add sysv script using sysconfig file.
Summary: Keylogger
Name: uberkey
Version: 1.2
Release: 0.2%{?dist}
License: GPL
Group: Applications/System
URL: http://www.linuks.mine.nu/uberkey/
Source: http://www.linuks.mine.nu/uberkey/uberkey-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
A keylogger.
%prep
%setup
### FIXME: Fix to use autotools directories. (Please fix upstream)
%{__perl} -pi.orig -e '
s|/usr/sbin/|\$(sbindir)/|;
s|/usr/share/man/|\$(mandir)/|;
' makefile
%build
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
### FIXME: Create directories. (Please fix upstream)
%{__install} -d -m0755 %{buildroot}%{_sbindir} \
%{buildroot}%{_mandir}/man8/
%makeinstall
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc %{_mandir}/man?/*
%{_sbindir}/*
%changelog
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 1.2-0.2
- Rebuild for Fedora Core 5.
* Sun Nov 23 2003 Dag Wieers <dag@wieers.com> - 1.2-0
- Initial package. (using DAR)