summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrrw2002-08-31 14:41:10 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit2f501aaa9062f10a5b51a98ec2b00dfc47cca20e (patch)
tree6059af7d85e8c32bc96140dbb7302203722233e1
parentc51fe6a3132e1098bc36f66a94d5903e5bd49712 (diff)
downloadlua40-2f501aaa9062f10a5b51a98ec2b00dfc47cca20e.zip
lua40-2f501aaa9062f10a5b51a98ec2b00dfc47cca20e.tar.gz
- removed since current lua has its own implementation of DLL and require();
- Not Finished Yet Changed files: lua40.spec -> 1.2
Notes
Notes: - removed patches since current lua now has its own implementation of DLL and require(); - Not Finished Yet
-rw-r--r--lua40.spec5
1 files changed, 0 insertions, 5 deletions
diff --git a/lua40.spec b/lua40.spec
index a1c888b..743e2d6 100644
--- a/lua40.spec
+++ b/lua40.spec
@@ -8,8 +8,6 @@ License: BSD-like (see docs)
Group: Development/Languages
Source0: http://www.lua.org/ftp/%{name}-%{version}.tar.gz
Source1: http://www.lua.org/ftp/refman-%{_refman_version}.ps.gz
-Source2: http://www.xtgsystems.com/lua/%{name}loadlib_20010802.src.zip
-Patch0: %{name}-loadlib-require.patch
Patch1: %{name}-OPT.patch
URL: http://www.lua.org/
BuildRequires: unzip
@@ -68,8 +66,6 @@ Biblioteki statyczne Lua.
%prep
%setup -q
cp -f %{SOURCE1} refman.ps.gz
-unzip -q -n %{SOURCE2}
-mv -f src/loadlib.* src/lib
%patch0 -p1
%patch1 -p1
@@ -92,7 +88,6 @@ install -d $RPM_BUILD_ROOT{%{_libdir}/lua,%{_datadir}/lua}
INSTALL_MAN=$RPM_BUILD_ROOT%{_mandir}/man1
rm -f doc/*.1
-mv -f Readme README.loadlib
%clean
rm -rf $RPM_BUILD_ROOT