]> git.pld-linux.org Git - packages/awesome-plugin-vicious.git/blob - awesome-plugin-vicious.spec
- 1.0.21
[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:        1.0.21
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:  ad7395b72447e8e6105772d6feb4204f
11 Source1:        moc.lua
12 Patch0:         %{name}-readme.patch
13 URL:            http://awesome.naquadah.org/wiki/Vicious
14 Requires:       awesome >= 3.4
15 Obsoletes:      awesome-plugin-wicked
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Vicious is a modular widget library for the "awesome" window manager,
21 derived from the "Wicked" widget library. Vicious widget types are a
22 framework for creating your own widgets.
23
24 %description -l hu.UTF-8
25 Vicious egy moduláris widget könyvtár az "awesome" ablakkezelőhöz, a
26 Wicked widget könyvtár alapjain. Vicious egy keretrendszert is
27 biztosít saját widgetek létrehozásához.
28
29 %prep
30 %setup -q -n %{shortname}-%{version}
31 %patch0 -p1
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}
36 install *.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}
37 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc CHANGES README
45 %{_datadir}/awesome/lib/%{shortname}
This page took 0.130517 seconds and 3 git commands to generate.