[luadoc] change the requires to be on lua(api)

Tom Callaway spot at fedoraproject.org
Mon Jun 3 14:26:58 UTC 2013


commit a60fde9f0ab6bcf16f448b71dafee898e2370b79
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Jun 3 10:26:27 2013 -0400

    change the requires to be on lua(api)

 luadoc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/luadoc.spec b/luadoc.spec
index 04cdee7..1b72e3a 100644
--- a/luadoc.spec
+++ b/luadoc.spec
@@ -4,7 +4,7 @@
 
 Name:           luadoc
 Version:        3.0.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Documentation Generator Tool for the Lua language
 
 Group:          Development/Libraries
@@ -14,7 +14,7 @@ Source0:        http://luaforge.net/frs/download.php/3185/luadoc-3.0.1.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Requires:       lua = %{luaver}
+Requires:       lua(api) = %{luaver}
 Requires:       lua-filesystem
 Requires:       lua-logging
 
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun  3 2013 Tom Callaway <spot at fedoraproject.org> - 3.0.1-9
+- change the Requires to be on lua(api)
+
 * Fri May 10 2013 Tom Callaway <spot at fedoraproject.org> - 3.0.1-8
 - rebuild for lua 5.2
 


More information about the scm-commits mailing list