]> git.pld-linux.org Git - packages/awesome-status.git/blame - awesome-status.spec
- use %doc for docs
[packages/awesome-status.git] / awesome-status.spec
CommitLineData
c7f9e83a
ER
1# TODO
2# - use standard %doc in %files
3# - use standard DESTDIR in %install
f7b79974
ZU
4Summary: awesome-status populates the awesome window manager's widgets
5Summary(hu.UTF-8): awesome-status az awesome ablakkezelő widget-jeit tölti meg információval
6Name: awesome-status
7Version: 1.4
8Release: 1
9License: GPL v2
10Group: X11/Window Managers
11Source0: http://udvzsolt.extra.hu/e107_files/downloads/own_progs/%{name}-%{version}.tar.bz2
12# Source0-md5: 57e9e64ee50c429fedb66d187f826c79
13URL: http://udvzsolt.extra.hu/
14BuildRequires: alsa-lib-devel
15BuildRequires: libconfuse-devel
16BuildRequires: sed >= 4.0
17BuildRequires: sqlite3-devel
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%{expand:%%define _sysconfdir %{_sysconfdir}/X11}
21
22%description
23awesome-status populates the awesome window manager's widgets. It
24features CPU usage, date/time, lm_sensors (CPU temperature, fan RPMs,
25etc.), memory/swap information, mpd information, network
26download/upload, sound card information (volume and outgoing level),
27and uptime information. A skeleton, commented config file is included.
28Awesome-status is compatible with awesome 2.x and 3.x too.
29
30%description -l hu.UTF-8
31Az awesome-status az awesome ablakkezelő widget-jeit tölti meg.
32Lehetséges CPU használat, dátum/idő, lm_sensor (CPU hőmérséklet,
33ventilátorok fordulatszáma, stb.), memória/swap, mpd információ,
34hálózati le- és feltöltés, hangkártya és uptime információ. Egy váz
35konfigurációs fájl a csomagban. Awesome-status kompatibilis az awesome
362.x és 3.x-szel is!
37
38%prep
39%setup -q
c7f9e83a 40%{__sed} -i -e "s|doc/awesome-status/|doc/awesome-status-%{version}/|g" Makefile
f7b79974
ZU
41
42%build
c7f9e83a
ER
43CFLAGS="%{rpmcflags}" \
44./configure \
45 --prefix=$RPM_BUILD_ROOT%{_prefix}
f7b79974
ZU
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50%{__make} install
3010139a 51rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
f7b79974
ZU
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
58%attr(755,root,root) %{_bindir}/%{name}
3010139a 59%doc Changelog README config-skeleton
This page took 0.098609 seconds and 4 git commands to generate.