summaryrefslogtreecommitdiffstats
path: root/lua.spec
diff options
context:
space:
mode:
authorHans de Goede <jwrdegoede@fedoraproject.org>2007-10-21 17:43:45 +0000
committerHans de Goede <jwrdegoede@fedoraproject.org>2007-10-21 17:43:45 +0000
commit81d929317c323884b4153926921cccccc12fc775 (patch)
tree921998e605dbb559aa86ae73340fb20d2a6c8294 /lua.spec
parent29a09fe6a1ecc0163cdc53c9fbed7295c994af9d (diff)
downloadlua-81d929317c323884b4153926921cccccc12fc775.tar.gz
lua-81d929317c323884b4153926921cccccc12fc775.tar.xz
lua-81d929317c323884b4153926921cccccc12fc775.zip
* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.2-2lua-5_1_2-2_fc9
- Fix multilib condlict in luaconf.h (bz 342561)
Diffstat (limited to 'lua.spec')
-rw-r--r--lua.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/lua.spec b/lua.spec
index 9dd94a8..a51a637 100644
--- a/lua.spec
+++ b/lua.spec
@@ -1,12 +1,13 @@
Name: lua
Version: 5.1.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Powerful light-weight programming language
Group: Development/Languages
License: MIT
URL: http://www.lua.org/
Source0: http://www.lua.org/ftp/lua-%{version}.tar.gz
Patch0: lua-5.1.1-autotoolize.patch.gz
+Patch1: lua-5.1.2-multilib.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: readline-devel ncurses-devel
@@ -34,6 +35,7 @@ This package contains development files for %{name}.
%prep
%setup -q
%patch0 -p1 -E -z .autoxxx
+%patch1 -p1 -z .multilib
# fix perms on auto files
chmod u+x autogen.sh config.guess config.sub configure depcomp install-sh missing
@@ -75,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.2-2
+- Fix multilib condlict in luaconf.h (bz 342561)
+
* Mon Apr 2 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.2-1
- New upstream release 5.1.2
- Fix use of rpath on x86_64