packages: awesome-plugin-vicious/awesome-plugin-vicious.spec (NEW) - initial

uzsolt uzsolt at pld-linux.org
Sat Oct 24 16:12:58 CEST 2009


Author: uzsolt                       Date: Sat Oct 24 14:12:58 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/awesome-plugin-vicious:
   awesome-plugin-vicious.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/awesome-plugin-vicious/awesome-plugin-vicious.spec
diff -u /dev/null packages/awesome-plugin-vicious/awesome-plugin-vicious.spec:1.1
--- /dev/null	Sat Oct 24 16:12:58 2009
+++ packages/awesome-plugin-vicious/awesome-plugin-vicious.spec	Sat Oct 24 16:12:53 2009
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+%define	shortname	vicious
+Summary:	Vicious is a modular widget library for the "awesome" window manager
+Summary(hu.UTF-8):	Vicious egy moduláris widget könyvtár az "awesome" ablakkezelőhöz
+Name:		awesome-plugin-%{shortname}
+Version:	1.0.18
+Release:	1
+License:	GPL v2
+Group:		X11/Window Managers/Tools
+Source0:	http://git.sysphere.org/vicious/snapshot/vicious-%{version}.tar.gz
+# Source0-md5:	77be6d5098bbeb71b8979063b57ba8e3
+URL:		http://awesome.naquadah.org/wiki/Vicious
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Vicious is a modular widget library for the "awesome" window manager,
+derived from the "Wicked" widget library. Vicious widget types are a
+framework for creating your own widgets.
+
+%description -l hu.UTF-8
+Vicious egy modulár widget könyvtár az "awesome" ablakkezelőhöz, a
+Wicked widget könyvtár alapjain. Vicious egy keretrendszert is
+biztosít saját widgetek létrehozásához.
+
+
+%prep
+%setup -q -n %{shortname}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}
+install *.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README
+%{_datadir}/awesome/lib/%{shortname}
+
+%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/10/24 14:12:53  uzsolt
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list