Author: uzsolt                       Date: Wed Jan 21 18:58:53 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/lua-etree.spec
diff -u /dev/null SPECS/lua-etree.spec:1.1
--- /dev/null   Wed Jan 21 19:58:53 2009
+++ SPECS/lua-etree.spec        Wed Jan 21 19:58:47 2009
@@ -0,0 +1,45 @@
+# $Revision$, $Date$
+Summary:       Lua Element Tree is an XML library that enables manipulation of 
XML documents as simple Lua data structures
+Summary(hu.UTF-8):     Lua Element Tree egy XML könyvtár, amellyel XML 
dokumentumok módosítása lehetséges egyszerű Lua adatstruktúrákkal
+Name:          lua-etree
+Version:       0.1.1
+Release:       0.1
+License:       BSD-like
+Group:         Development/Languages
+Source0:       
http://luaforge.net/frs/download.php/2152/etree-%{version}.tar.gz
+URL:           http://luaforge.net/projects/etree/
+Requires:      lua-expat
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Lua Element Tree is an XML library that enables manipulation of XML
+documents as simple Lua data structures.
+
+%description -l hu.UTF-8
+Lua Element Tree egy XML könyvtár, amellyel XML dokumentumok
+módosítása lehetséges egyszerű Lua adatstruktúrákkal.
+
+%prep
+%setup -q -n etree-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/lua/5.1
+install src/etree.lua $RPM_BUILD_ROOT%{_datadir}/lua/5.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README doc/manual.html doc/manual.txt doc/style.css
+%{_datadir}/lua/5.1/etree.lua
+
+%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  2009/01/21 18:58:47  uzsolt
+- initial
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to