]> git.pld-linux.org Git - packages/awesome-plugin-eminent.git/blame - awesome-plugin-eminent.spec
- initial
[packages/awesome-plugin-eminent.git] / awesome-plugin-eminent.spec
CommitLineData
48f2fdd9
ZU
1%define shortname eminent
2Summary: Quick wmii-style dynamic tagging
3Name: awesome-plugin-%{shortname}
4Version: 20101006
5Release: 1
6License: GPL v2
7Group: X11/Window Managers/Tools
8Source0: eminent.lua
9URL: https://awesome.naquadah.org/wiki/Eminent
10Requires: awesome >= 3.4
11Source1: README
12BuildArch: noarch
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Eminent is a small lua library that monkey-patches awful to provide
17you with effortless and quick wmii-style dynamic tagging. Unlike
18shifty, eminent does not aim to provide a comprehensive tagging
19system, but tries to make dynamic tagging as simple as possible. In
20fact, besides importing the eminent library, you do not have to change
21your rc.lua at all, eminent does all the work for you.
22
23%prep
24
25%install
26rm -rf $RPM_BUILD_ROOT
27install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}
28install %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}
29install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
30install %{SOURCE1} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(644,root,root,755)
37%doc %{_docdir}/%{name}-%{version}
38%{_datadir}/awesome/lib/%{shortname}
This page took 0.090245 seconds and 4 git commands to generate.