auto-import changelog data from lua-5.0-0.fdr.1.rh90.src.rpm

* Sat Jun 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:5.0-0.fdr.1
- First build.
This commit is contained in:
cvsextras 2004-11-08 04:49:49 +00:00
parent 9c94159d70
commit d57d350401
3 changed files with 75 additions and 0 deletions

View File

@ -0,0 +1 @@
lua-5.0.tar.gz

73
lua.spec Normal file
View File

@ -0,0 +1,73 @@
Name: lua
Version: 5.0
Release: 0.fdr.1.rh90
Epoch: 0
Summary: A powerful light-weight programming language
Group: Development/Languages
License: MIT
URL: http://www.lua.org/
Source0: http://www.lua.org/ftp/lua-5.0.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Provides: %{name}-devel = %{epoch}:%{version}-%{release}
%description
Lua is a powerful light-weight programming language designed for
extending applications. Lua is also frequently used as a
general-purpose, stand-alone language. Lua is free software.
Lua combines simple procedural syntax with powerful data description
constructs based on associative arrays and extensible semantics. Lua
is dynamically typed, interpreted from bytecodes, and has automatic
memory management with garbage collection, making it ideal for
configuration, scripting, and rapid prototyping.
# -----------------------------------------------------------------------------
%prep
%setup -q
# -----------------------------------------------------------------------------
%build
make %{?_smp_mflags} \
MYCFLAGS="$RPM_OPT_FLAGS -fPIC" \
MYLDFLAGS="-Wl,-E" \
LOADLIB=-DUSE_DLOPEN=1 \
DLLIB=-ldl \
NUMBER="-DLUA_USER_H='\"../etc/luser_number.h\"' -DUSE_FASTROUND"
make test
# -----------------------------------------------------------------------------
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall \
INSTALL_ROOT=$RPM_BUILD_ROOT%{_prefix} \
INSTALL_BIN=$RPM_BUILD_ROOT%{_bindir} \
INSTALL_INC=$RPM_BUILD_ROOT%{_includedir} \
INSTALL_LIB=$RPM_BUILD_ROOT%{_libdir} \
INSTALL_MAN=$RPM_BUILD_ROOT%{_mandir}/man1 \
INSTALL_EXEC="install -p -m 0755" \
INSTALL_DATA="install -p -m 0644"
# -----------------------------------------------------------------------------
%clean
rm -rf $RPM_BUILD_ROOT
# -----------------------------------------------------------------------------
%files
%defattr(-,root,root,-)
%doc COPYRIGHT HISTORY README doc/*.html doc/*.gif
%{_bindir}/*
%{_includedir}/*
%{_libdir}/*
%{_mandir}/man1/*
# -----------------------------------------------------------------------------
%changelog
* Sat Jun 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:5.0-0.fdr.1
- First build.

View File

@ -0,0 +1 @@
6f14803fad389fb1cb15d17edfeddd91 lua-5.0.tar.gz