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