From e2d5b7b4b91dfa15b7dd9881d5f1c71897d03842 Mon Sep 17 00:00:00 2001 From: Zsolt Udvari Date: Sat, 14 Mar 2009 15:09:18 +0000 Subject: [PATCH] - update - rename to awesome-plugin-wicked Changed files: awesome-plugin-wicked.spec -> 1.1 --- awesome-plugin-wicked.spec | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 awesome-plugin-wicked.spec diff --git a/awesome-plugin-wicked.spec b/awesome-plugin-wicked.spec new file mode 100644 index 0000000..3d372dd --- /dev/null +++ b/awesome-plugin-wicked.spec @@ -0,0 +1,35 @@ +Summary: wicked - a lua library for dynamic widgets in awesome +Name: awesome-plugin-wicked +Version: 20090314 +Release: 0.1 +License: GPL v2 +Group: X11/Window Managers +## git clone git://git.glacicle.com/awesome/wicked.git +Source0: http://carme.pld-linux.org/~uzsolt/sources/%{name}-%{version}.tar.bz2 +# Source0-md5: 4f63b5923180989a35868c1b7b280301 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Wicked is a library, written in lua, for easy creation and management +of dynamic awesome statusbar widgets, from the rc.lua configuration +file. + +%prep +%setup -q -n wicked +%{__gzip} -d wicked.7.gz + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib +install -d $RPM_BUILD_ROOT%{_mandir}/man7 +install wicked.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib +install wicked.7 $RPM_BUILD_ROOT%{_mandir}/man7 + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +# XXX parent dir deps missing +%{_datadir}/awesome/lib/wicked.lua +%{_mandir}/man7/wicked.7* -- 2.43.0