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