]> git.pld-linux.org Git - packages/lua-logging.git/blame - lua-logging.spec
- x32 rebuild
[packages/lua-logging.git] / lua-logging.spec
CommitLineData
39692c27
ER
1# TODO
2# - noarch pkg?
a6bffae4 3Summary: LuaLogging provides a simple API to use logging features in Lua
af42da87 4Summary(hu.UTF-8): LuaLogging egy egyszerű API-t biztosít naplózó funkciókhoz Lua-ban
5Summary(pl.UTF-8): Łatwa w użyciu biblioteka LUA do generowania logów
a6bffae4
ZU
6Name: lua-logging
7Version: 1.1.4
4b87e63d 8Release: 2
a6bffae4
ZU
9License: BSD-like
10Group: Development/Languages
11Source0: http://luaforge.net/frs/download.php/2693/lualogging-%{version}.tar.gz
12# Source0-md5: 72a8622748a525f5fb8ed23278326f80
13URL: http://www.keplerproject.org/lualogging/
14BuildRequires: lua51-devel
a6bffae4
ZU
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18LuaLogging provides a simple API to use logging features in Lua.
19
20%description -l hu.UTF-8
21LuaLogging egy egyszerű API-t biztosít naplózó funkciókhoz Lua-ban.
22
af42da87 23%description -l pl.UTF-8
24LuaLogging to biblioteka w jeżyku Lua dostarczająca łatwe
25w użyciu API do generowania logów.
26
a6bffae4
ZU
27%prep
28%setup -q -n lualogging-%{version}
a6bffae4
ZU
29
30%build
31
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT%{_libdir}/lua/5.1
ac81f303
ZU
35%{__make} install \
36 PREFIX=$RPM_BUILD_ROOT%{_prefix}
37
a6bffae4
ZU
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%doc README doc/us/*
3ae84ea1 44# XXX parent dir deps from where?
a6bffae4
ZU
45%dir %{_datadir}/lua/5.1/logging
46%{_datadir}/lua/5.1/logging/*.lua
47%{_datadir}/lua/5.1/logging.lua
This page took 0.081757 seconds and 4 git commands to generate.