[tolua++/epel7] Port to EPEL

Mosaab Alzoubi moceap at fedoraproject.org
Mon Dec 15 20:12:29 UTC 2014


commit 3cc0c664b8209b15ab28e6463018b35c32e6c5a7
Author: Mosaab Alzoubi <moceap at hotmail.com>
Date:   Mon Dec 15 23:12:26 2014 +0300

    Port to EPEL

 tolua++.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/tolua++.spec b/tolua++.spec
index d7a8665..6d41224 100644
--- a/tolua++.spec
+++ b/tolua++.spec
@@ -2,7 +2,7 @@
 
 Name:           tolua++
 Version:        1.0.93
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        A tool to integrate C/C++ code with Lua
 Group:          Development/Tools
 License:        MIT
@@ -12,7 +12,7 @@ Patch0:         tolua++-1.0.93-lua51.patch
 Patch1:         tolua++-1.0.93-lua-include-path.patch
 Patch2:         tolua++-1.0.93-no-buildin-bytecode.patch
 BuildRequires:  scons
-BuildRequires:  compat-lua-devel >= 5.1
+BuildRequires:  lua-devel >= 5.1
 
 %description
 tolua++ is an extended version of tolua, a tool to integrate C/C++ code with
@@ -23,7 +23,7 @@ Lua. tolua++ includes new features oriented to C++.
 Summary:        Development files for tolua++
 Group:          Development/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
-Requires:       compat-lua-devel >= 5.1
+Requires:       lua-devel >= 5.1
 
 %description devel
 Development files for tolua++
@@ -82,6 +82,9 @@ install -p -m 644 include/%{name}.h $RPM_BUILD_ROOT%{_includedir}
 
 
 %changelog
+* Mon Dec 15 2014 Mosaab Alzoubi <moceap at hotmail.com> - 1.0.93-14
+- Port to EPEL.
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.93-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list