Author: uzsolt                       Date: Sat Sep 13 22:52:40 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial (from git snapshot)

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

---- Diffs:

================================================================
Index: SPECS/wicked.spec
diff -u /dev/null SPECS/wicked.spec:1.1
--- /dev/null   Sun Sep 14 00:52:40 2008
+++ SPECS/wicked.spec   Sun Sep 14 00:52:35 2008
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary:       wicked - a lua library for dynamic widgets in awesome
+Name:          wicked
+Version:       20080914
+Release:       0.1
+License:       GPL v2
+## git clone git://git.glacicle.com/awesome/wicked.git
+Source0:       %{name}-%{version}.tar.bz2
+# Source0-md5: 6767c4570adf4993a388a1055af85227
+Group:         X11/Window Managers
+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 %{name}
+
+%build
+
+%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.gz $RPM_BUILD_ROOT%{_mandir}/man7
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%dir %{_mandir}/man7
+%{_datadir}/awesome/lib/wicked.lua
+%{_mandir}/man7/wicked.7*
+
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/09/13 22:52:35  uzsolt
+- initial (from git snapshot)
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to