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