SPECS: lua-mpd.spec (NEW) - initial - useful when you want to use mpd and a...

uzsolt uzsolt at pld-linux.org
Mon Sep 15 20:12:43 CEST 2008


Author: uzsolt                       Date: Mon Sep 15 18:12:43 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial - useful when you want to use mpd and awesome window manager

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

---- Diffs:

================================================================
Index: SPECS/lua-mpd.spec
diff -u /dev/null SPECS/lua-mpd.spec:1.1
--- /dev/null	Mon Sep 15 20:12:43 2008
+++ SPECS/lua-mpd.spec	Mon Sep 15 20:12:37 2008
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary:	LuaMPD is an object-oriented interface to the MusicPD protocol
+Summary(hu.UTF-8):	LuaMPD egy objektum-orientált interfész a MusicPD-hez.
+Name:		lua-mpd
+Version:	0.1b
+Release:	1
+License:	BSD-like
+Group:		Development/Languages
+Source0:	http://luaforge.net/frs/download.php/1744/lua_mpd-%{version}.tar.gz
+# Source0-md5:	3b7ee42c0e705c3950ff47a0065edd5b
+URL:		http://luaforge.net/projects/luampd/
+BuildRequires:	lua51-devel
+Requires:	lua-socket
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+LuaMPD is an object-oriented interface to the MusicPD protocol. This
+package may be useful to awesome window manager.
+
+%description -l hu.UTF-8
+LuaMPD egy objektum-orientált interfész a MusicPD-hez. Az awesome
+ablakkezelőhöz lehet nagyon hasznos ez a csomag.
+
+%prep
+%setup -q -n lua_mpd
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/lua/5.1
+cp src/lua_mpd.lua $RPM_BUILD_ROOT%{_datadir}/lua/5.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README test/test_luampd.lua
+%attr(755,root,root) %{_datadir}/lua/5.1/lua_mpd.lua
+
+%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  2008/09/15 18:12:37  uzsolt
+- initial - useful when you want to use mpd and awesome window manager
+
================================================================


More information about the pld-cvs-commit mailing list