packages: lua-weather/lua-weather.spec (NEW) - initial

uzsolt uzsolt at pld-linux.org
Tue Feb 15 00:41:28 CET 2011


Author: uzsolt                       Date: Mon Feb 14 23:41:28 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/lua-weather:
   lua-weather.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/lua-weather/lua-weather.spec
diff -u /dev/null packages/lua-weather/lua-weather.spec:1.1
--- /dev/null	Tue Feb 15 00:41:28 2011
+++ packages/lua-weather/lua-weather.spec	Tue Feb 15 00:41:23 2011
@@ -0,0 +1,40 @@
+# $Revision$, $Date$
+Summary:	This library can be used to do some weather related routines and solar calculations in Lua
+Name:		lua-weather
+Version:	20110123
+Release:	0.1
+License:	GPL v2
+Group:		Development/Languages
+Source0:	http://carme.pld-linux.org/~uzsolt/sources/%{name}-%{version}.tar.xz
+# Source0-md5:	4b44a6203172736940e299377d7d5cd3
+URL:		http://solitudo.net/software/lua/weatherlib/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This library can be used to do some weather related routines and solar
+calculations in Lua. Also provides unit conversion routines
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/lua/5.1
+install src/weatherlib.lua $RPM_BUILD_ROOT%{_datadir}/lua/5.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc api/html api/ikiwiki README.txt
+%{_datadir}/lua/5.1/weatherlib.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  2011/02/14 23:41:23  uzsolt
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list