]> git.pld-linux.org Git - packages/conky.git/commitdiff
- initital, by kermit1715@wp.pl
authorundefine <undefine@pld-linux.org>
Sat, 31 Dec 2005 01:05:44 +0000 (01:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    conky.spec -> 1.1

conky.spec [new file with mode: 0644]

diff --git a/conky.spec b/conky.spec
new file mode 100644 (file)
index 0000000..820aee1
--- /dev/null
@@ -0,0 +1,46 @@
+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*
This page took 0.076607 seconds and 4 git commands to generate.