rpms/lua-logging/F-7 lua-logging.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tim Niemueller (timn) fedora-extras-commits at redhat.com
Sun Apr 13 21:11:45 UTC 2008


Author: timn

Update of /cvs/pkgs/rpms/lua-logging/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22374/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	lua-logging.spec 
Log Message:
Initial Fedora import


--- NEW FILE lua-logging.spec ---
%define luaver 5.1
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}

Name:           lua-logging
Version:        1.1.4
Release:        1%{?dist}
Summary:        A simple API to use logging features in Lua

Group:          Development/Libraries
License:        MIT
URL:            http://www.keplerproject.org/lualogging/
Source0:        http://luaforge.net/frs/download.php/2693/lualogging-1.1.4.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       lua = %{luaver}
Requires:       lua-socket
Requires:       lua-sql

%description
LuaLogging provides a simple API to use logging features in Lua. Its design was
based on log4j. LuaLogging currently supports, through the use of appenders,
console, file, email, socket and sql outputs.

%prep
%setup -q -n lualogging-%{version}


%build


%install
rm -rf $RPM_BUILD_ROOT
make install PREFIX=$RPM_BUILD_ROOT%{_prefix} LUA_LIBDIR=$RPM_BUILD_ROOT%{lualibdir}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc doc/us/*
%doc README
%{luapkgdir}/*


%changelog
* Fri Apr 04 2008 Tim Niemueller <tim at niemueller.de> - 1.1.4-1
- Initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lua-logging/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Apr 2008 22:00:15 -0000	1.1
+++ .cvsignore	13 Apr 2008 21:11:08 -0000	1.2
@@ -0,0 +1 @@
+lualogging-1.1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lua-logging/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Apr 2008 22:00:15 -0000	1.1
+++ sources	13 Apr 2008 21:11:08 -0000	1.2
@@ -0,0 +1 @@
+72a8622748a525f5fb8ed23278326f80  lualogging-1.1.4.tar.gz




More information about the fedora-extras-commits mailing list