]> git.pld-linux.org Git - packages/awesome-status.git/commitdiff
- initial
authorZsolt Udvari <uzsolt@pld-linux.org>
Tue, 9 Sep 2008 19:24:23 +0000 (19:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    awesome-status.spec -> 1.1

awesome-status.spec [new file with mode: 0644]

diff --git a/awesome-status.spec b/awesome-status.spec
new file mode 100644 (file)
index 0000000..fdbb831
--- /dev/null
@@ -0,0 +1,53 @@
+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}/*
This page took 0.132617 seconds and 4 git commands to generate.