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