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