]> git.pld-linux.org Git - packages/awesome-plugin-vicious.git/blob - awesome-plugin-vicious.spec
f058eb6e4c3b63734a49d6d05de344379ce27a0a
[packages/awesome-plugin-vicious.git] / awesome-plugin-vicious.spec
1 %define shortname       vicious
2 Summary:        Vicious is a modular widget library for the "awesome" window manager
3 Summary(hu.UTF-8):      Vicious egy moduláris widget könyvtár az "awesome" ablakkezelőhöz
4 Name:           awesome-plugin-%{shortname}
5 Version:        2.0.0
6 Release:        1
7 License:        GPL v2
8 Group:          X11/Window Managers/Tools
9 Source0:        http://git.sysphere.org/vicious/snapshot/vicious-%{version}.tar.gz
10 # Source0-md5:  eb7a67f13581b913220c2c50c004a12d
11 Patch0:         %{name}-graph.patch
12 URL:            http://awesome.naquadah.org/wiki/Vicious
13 Requires:       awesome >= 3.4
14 Obsoletes:      awesome-plugin-wicked
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Vicious is a modular widget library for the "awesome" window manager,
20 derived from the "Wicked" widget library. Vicious widget types are a
21 framework for creating your own widgets.
22
23 %description -l hu.UTF-8
24 Vicious egy moduláris widget könyvtár az "awesome" ablakkezelőhöz, a
25 Wicked widget könyvtár alapjain. Vicious egy keretrendszert is
26 biztosít saját widgetek létrehozásához.
27
28 %prep
29 %setup -q -n %{shortname}-%{version}
30 %patch0 -p1
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}/widgets
35 install *.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}
36 install widgets/*.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}/widgets
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc CHANGES README
44 %{_datadir}/awesome/lib/%{shortname}
This page took 0.100612 seconds and 3 git commands to generate.