]> git.pld-linux.org Git - packages/awesome-plugin-wicked.git/commitdiff
- update
authorZsolt Udvari <uzsolt@pld-linux.org>
Sat, 14 Mar 2009 15:09:18 +0000 (15:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rename to awesome-plugin-wicked

Changed files:
    awesome-plugin-wicked.spec -> 1.1

awesome-plugin-wicked.spec [new file with mode: 0644]

diff --git a/awesome-plugin-wicked.spec b/awesome-plugin-wicked.spec
new file mode 100644 (file)
index 0000000..3d372dd
--- /dev/null
@@ -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*
This page took 0.037497 seconds and 4 git commands to generate.