SPECS: awesome-status.spec (NEW) - initial

uzsolt uzsolt at pld-linux.org
Tue Sep 9 21:24:29 CEST 2008


Author: uzsolt                       Date: Tue Sep  9 19:24:29 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/awesome-status.spec
diff -u /dev/null SPECS/awesome-status.spec:1.1
--- /dev/null	Tue Sep  9 21:24:29 2008
+++ SPECS/awesome-status.spec	Tue Sep  9 21:24:23 2008
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary:	awesome-status populates the awesome window manager's widgets
+Summary(hu.UTF-8):	awesome-status az awesome ablakkezelő widget-jeit tölti meg információval
+Name:		awesome-status
+Version:	1.4
+Release:	1
+License:	GPL v2
+Group:		X11/Window Managers
+Source0:	http://udvzsolt.extra.hu/e107_files/downloads/own_progs/%{name}-%{version}.tar.bz2
+# Source0-md5:	57e9e64ee50c429fedb66d187f826c79
+URL:		http://udvzsolt.extra.hu/
+BuildRequires:	alsa-lib-devel
+BuildRequires:	libconfuse-devel
+BuildRequires:	sed >= 4.0
+BuildRequires:	sqlite3-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%{expand:%%define	_sysconfdir	%{_sysconfdir}/X11}
+
+%description
+awesome-status populates the awesome window manager's widgets. It
+features CPU usage, date/time, lm_sensors (CPU temperature, fan RPMs,
+etc.), memory/swap information, mpd information, network
+download/upload, sound card information (volume and outgoing level),
+and uptime information. A skeleton, commented config file is included.
+Awesome-status is compatible with awesome 2.x and 3.x too.
+
+%description -l hu.UTF-8
+Az awesome-status az awesome ablakkezelő widget-jeit tölti meg.
+Lehetséges CPU használat, dátum/idő, lm_sensor (CPU hőmérséklet,
+ventilátorok fordulatszáma, stb.), memória/swap, mpd információ,
+hálózati le- és feltöltés, hangkártya és uptime információ. Egy váz
+konfigurációs fájl a csomagban. Awesome-status kompatibilis az awesome
+2.x és 3.x-szel is!
+
+%prep
+%setup -q
+sed -i "s|doc/awesome-status/|doc/awesome-status-%{version}/|g" Makefile
+
+%build
+./configure --prefix=$RPM_BUILD_ROOT%{_prefix}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+%{_docdir}/%{name}-%{version}/*
+
+%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/09/09 19:24:23  uzsolt
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list