SPECS: awesome-plugin-wicked.spec (NEW) - update - rename to awesome-plugin...

uzsolt uzsolt at pld-linux.org
Sat Mar 14 16:09:24 CET 2009


Author: uzsolt                       Date: Sat Mar 14 15:09:24 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- update
- rename to awesome-plugin-wicked

---- Files affected:
SPECS:
   awesome-plugin-wicked.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/awesome-plugin-wicked.spec
diff -u /dev/null SPECS/awesome-plugin-wicked.spec:1.1
--- /dev/null	Sat Mar 14 16:09:24 2009
+++ SPECS/awesome-plugin-wicked.spec	Sat Mar 14 16:09:18 2009
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+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*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/03/14 15:09:18  uzsolt
+- update
+- rename to awesome-plugin-wicked
+
+Revision 1.3  2008/09/14 21:39:44  glen
+- man7 dir should came from FHS package
+
+Revision 1.2  2008/09/14 21:39:07  glen
+- unified, do not assume compressed manuals
+
+Revision 1.1  2008/09/13 22:52:35  uzsolt
+- initial (from git snapshot)
================================================================


More information about the pld-cvs-commit mailing list