SPECS: wmtracer.spec (NEW) - new, NFY

darekr darekr at pld-linux.org
Thu Sep 22 22:09:01 CEST 2005


Author: darekr                       Date: Thu Sep 22 20:09:01 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, NFY

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

---- Diffs:

================================================================
Index: SPECS/wmtracer.spec
diff -u /dev/null SPECS/wmtracer.spec:1.1
--- /dev/null	Thu Sep 22 22:09:01 2005
+++ SPECS/wmtracer.spec	Thu Sep 22 22:08:55 2005
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	wmtrace - window manager tracer
+Summary(pl):	wmtrace - "śledzący" window manager
+Name:		wmtrace
+Version:	1.1
+Release:	0.1
+License:	?
+Group:		X11/Window Managers/Tools
+Source0:	http://insitu.lri.fr/~chapuis/software/wmtrace/%{name}-%{version}.tar.bz2
+# Source0-md5:	5e919008d1f05af9148a7bbfc7b8cd79
+URL:		http://insitu.lri.fr/~chapuis/software/wmtrace/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+wmtrace is a window manager tracer for a UNIX system. It logs your
+activity, but preserve your private life (e.g., the logs say that you
+use mozilla, but the web pages you browse are not logged, etc.).
+
+%description -l pl
+wmtrace to śledzący window manager dla systemów uniksowych. Śledzi aktywność
+użytkownika, ale zachowując jego prywatność. (n.p., logi pokazują, że użytkownik 
+używa mozilli, lecz przeglądane strony nie są logowane, etc.).
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_bindir}/*
+
+%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  2005/09/22 20:08:55  darekr
+- new, NFY
+
================================================================



More information about the pld-cvs-commit mailing list