SPECS: wmtrace.spec (NEW) - new with proper name

darekr darekr at pld-linux.org
Thu Sep 22 22:57:50 CEST 2005


Author: darekr                       Date: Thu Sep 22 20:57:50 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new with proper name

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

---- Diffs:

================================================================
Index: SPECS/wmtrace.spec
diff -u /dev/null SPECS/wmtrace.spec:1.1
--- /dev/null	Thu Sep 22 22:57:50 2005
+++ SPECS/wmtrace.spec	Thu Sep 22 22:57:45 2005
@@ -0,0 +1,54 @@
+# $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:57:45  darekr
+- new with proper name
+
================================================================



More information about the pld-cvs-commit mailing list