]> git.pld-linux.org Git - packages/awesome-plugin-obvious.git/blob - awesome-plugin-obvious.spec
- url (imho it's better than no url)
[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}.1
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-plugin-awful
19 Requires:       awesome-plugin-beautiful
20 Requires:       awesome-plugin-naughty
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Obvious is a set of awesome widgets like prompt, alsa volume control
26 etc.
27
28 %description -l hu.UTF-8
29 Obvious awesome widget-ek tömkelege, mint prompt, alsa
30 hangerőszabályzás, stb.
31
32 %description -l pl.UTF-8
33 Obvious jest zestawem widgetów dla awesome takich jak prompt, kontrola
34 głośności alsa i tym podobne.
35
36 %prep
37 %setup -q -n obvious-%{rel}
38
39 for I in */readme; do
40   mv $I readme-$(dirname $I)
41 done
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 SUBMODULES=battery,fs_usage,io,net,wlan,basic_mpd,clock,cpu,mem,popup_run_prompt,volume_alsa
47
48 install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib/obvious
49 install init.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib/obvious
50 cp -a {lib,$SUBMODULES} $RPM_BUILD_ROOT%{_datadir}/awesome/lib/obvious
51
52 %clean
53 rm -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.047219 seconds and 3 git commands to generate.