[conky/f20] build with lua-5.1 (#1117120)

Miroslav Lichvar mlichvar at fedoraproject.org
Wed Jul 9 12:33:21 UTC 2014


commit e0f1eb3930d2388cb7f4959c0072ce1a1240c226
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Wed Jul 9 14:16:04 2014 +0200

    build with lua-5.1 (#1117120)

 conky.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/conky.spec b/conky.spec
index 0cca2e5..a12e62f 100644
--- a/conky.spec
+++ b/conky.spec
@@ -39,7 +39,7 @@ BuildRequires:  libXext-devel
 %{?with_audacious:BuildRequires: audacious-devel dbus-glib-devel}
 %{?with_curl:BuildRequires: curl-devel}
 %{?with_imlib:BuildRequires: imlib2-devel}
-%{?with_lua:BuildRequires: lua-devel}
+%{?with_lua:BuildRequires: compat-lua-devel}
 %{?with_lua_cairo:BuildRequires: cairo-devel tolua++-devel}
 %{?with_lua_imlib:BuildRequires: imlib2-devel tolua++-devel}
 %{?with_ncurses:BuildRequires: ncurses-devel}
@@ -57,8 +57,6 @@ It just keeps on given'er. Yeah.
 
 %prep
 %setup -q -n %{name}
-# fix detection of lua
-sed -i 's|lua == 5.1|lua >= 5.1|' configure.ac.in
 
 for i in AUTHORS; do
     iconv -f iso8859-1 -t utf8 -o ${i}{_,} && touch -r ${i}{,_} && mv -f ${i}{_,}


More information about the scm-commits mailing list