[techne] Added BuildRequires on lua and compat-lua (the latter is not pulled in automatically).

Tadej Janež tadej at fedoraproject.org
Thu Aug 8 16:15:39 UTC 2013


commit d627ed5edaf67dedaa9718fe0b3380df514cccc9
Author: Tadej Janež <tadej.janez at tadej.hicsalta.si>
Date:   Thu Aug 8 18:14:58 2013 +0200

    Added BuildRequires on lua and compat-lua (the latter is not pulled in automatically).

 techne.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/techne.spec b/techne.spec
index 8fd831e..39e0d5a 100644
--- a/techne.spec
+++ b/techne.spec
@@ -19,8 +19,10 @@ BuildRequires:	webkitgtk-devel
 BuildRequires:	libmicrohttpd-devel
 BuildRequires:	plplot-devel
 %if 0%{?fedora} >= 20
+BuildRequires:	compat-lua
 BuildRequires:	compat-lua-devel
 %else
+BuildRequires:	lua
 BuildRequires:	lua-devel
 %endif
 # The following are only necessary when calling `autoreconf`
@@ -68,6 +70,8 @@ rm -f %{buildroot}/%{_docdir}/%{name}/README
 %changelog
 * Thu Aug 08 2013 Tadej Janež <tadej.janez at tadej.hicsalta.si> 0.2.3-8
 - Build with compat-lua on F20+ (fixes FTBFS bug #992784)
+- Added BuildRequires on lua and compat-lua (the latter is not pulled in
+  automatically)
 
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.3-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list