SPECS: uberkey.spec (NEW) - new

radek radek at pld-linux.org
Wed Nov 5 19:29:57 CET 2008


Author: radek                        Date: Wed Nov  5 18:29:57 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   uberkey.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/uberkey.spec
diff -u /dev/null SPECS/uberkey.spec:1.1
--- /dev/null	Wed Nov  5 19:29:57 2008
+++ SPECS/uberkey.spec	Wed Nov  5 19:29:50 2008
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
+%bcond_without	tests		# build without tests
+#
+Summary:	uberkey is a keylogger for x86 systems
+#Summary(pl.UTF-8):	-
+Name:		uberkey
+Version:	1.2
+Release:	1
+License:	GPL
+Group:		Applications
+Source0:	http://gnu.ethz.ch/linuks.mine.nu/uberkey/%{name}-%{version}.tar.gz
+# Source0-md5:	5724b911650ffe9cb32f16d01a96fe9a
+URL:		http://gnu.ethz.ch/linuks.mine.nu/uberkey/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+uberkey is a keylogger for x86 systems.
+
+# %description -l pl.UTF-8
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+	CC=%{__cc} \
+	CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D uberkey   $RPM_BUILD_ROOT%{_bindir}/uberkey
+install -D uberkey.8 $RPM_BUILD_ROOT%{_mandir}/man8/uberkey.8
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/11/05 18:29:50  radek
+- new
+
================================================================


More information about the pld-cvs-commit mailing list