]> git.pld-linux.org Git - packages/awesome-plugin-obvious.git/blame - awesome-plugin-obvious.spec
- url (imho it's better than no url)
[packages/awesome-plugin-obvious.git] / awesome-plugin-obvious.spec
CommitLineData
dd2598e2 1# Note:
2# - tested with awesome 3.4 only. Please, test it with awesome 3.3, or do not
3# send to builders until 3.4 is stable.
4
5%define rel 20090910
6Summary: Set of obvious awesome widgets
676c60f2 7Summary(hu.UTF-8): Alapvető awesome widget-ek gyűjteménye
dd2598e2 8Summary(pl.UTF-8): Zestaw oczywistych widgetów dla awesome
9Name: awesome-plugin-obvious
10Version: 0
11Release: 0.%{rel}.1
12License: MIT
13Group: X11/Window Managers
14# git clone git://git.mercenariesguild.net/obvious.git
15Source0: http://xatka.net/~z/PLD/obvious-%{rel}.tar.bz2
16# Source0-md5: 623a976b2fe3f3f2a688d3af0d6e09ef
ef5805a1 17URL: http://awesome.naquadah.org/wiki/Obvious
dd2598e2 18Requires: awesome-plugin-awful
19Requires: awesome-plugin-beautiful
20Requires: awesome-plugin-naughty
676c60f2 21BuildArch: noarch
dd2598e2 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25Obvious is a set of awesome widgets like prompt, alsa volume control
26etc.
27
676c60f2
ZU
28%description -l hu.UTF-8
29Obvious awesome widget-ek tömkelege, mint prompt, alsa
30hangerőszabályzás, stb.
31
dd2598e2 32%description -l pl.UTF-8
33Obvious jest zestawem widgetów dla awesome takich jak prompt, kontrola
34głośności alsa i tym podobne.
35
36%prep
37%setup -q -n obvious-%{rel}
38
39for I in */readme; do
59526370 40 mv $I readme-$(dirname $I)
dd2598e2 41done
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46SUBMODULES=battery,fs_usage,io,net,wlan,basic_mpd,clock,cpu,mem,popup_run_prompt,volume_alsa
47
48install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib/obvious
49install init.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib/obvious
50cp -a {lib,$SUBMODULES} $RPM_BUILD_ROOT%{_datadir}/awesome/lib/obvious
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
57%doc AUTHORS CONTRIBUTING LICENSE TODO readme-*
58%{_datadir}/awesome/lib/obvious
This page took 0.059204 seconds and 4 git commands to generate.