SPECS: conky.spec (NEW) - initital, by kermit1715@wp.pl
undefine
undefine at pld-linux.org
Sat Dec 31 02:05:50 CET 2005
Author: undefine Date: Sat Dec 31 01:05:50 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initital, by kermit1715 at wp.pl
---- Files affected:
SPECS:
conky.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/conky.spec
diff -u /dev/null SPECS/conky.spec:1.1
--- /dev/null Sat Dec 31 02:05:50 2005
+++ SPECS/conky.spec Sat Dec 31 02:05:44 2005
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary: A light-weight system monitor
+Summary(pl): Monitor systemu dla środowiska graficznego
+Name: conky
+Version: 1.3.4
+Release: 1
+License: GPL
+Group: X11/Applications
+Source0: http://dl.sourceforge.net/conky/%{name}-%{version}.tar.gz
+BuildRequires: XFree86-devel
+BuildRequires: expat-devel
+BuildRequires: freetype-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Conky is a light-weight system monitor based on the torsmo code. Conky
+can display arbitrary information (such as the date, CPU temperature
+from i2c, MPD info, and anything else you desire) to the root window
+in X11.
+
+%description -l pl
+Conky jest niewielkim monitorem systemu opartym na kodzie torsmo.
+Conky moze wyświetlać takie informacje jak :
+- data
+- temperatura CPU
+- ilość miejsca na dysku itp.
+
+%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 COPYING NEWS ChangeLog README TODO
+%attr(755,root,root)%{_bindir}/*
+%{_mandir}/man1/%{name}.1*
+
+
+%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/12/31 01:05:44 undefine
+- initital, by kermit1715 at wp.pl
+
================================================================
More information about the pld-cvs-commit
mailing list