[lutok] Make lutok-devel depend on lua-devel

Julio Merino jmmv at fedoraproject.org
Sun May 6 15:04:55 UTC 2012


commit fe97d0e760d37dc82360a188857bff7dd756b7d8
Author: Julio Merino <jmmv at julipedia.org>
Date:   Sun May 6 09:50:20 2012 -0400

    Make lutok-devel depend on lua-devel
    
    This is needed so that lutok's c_gate.hpp file can actually be used.
    Bump the package's revision to 2.

 lutok.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/lutok.spec b/lutok.spec
index 3f06bc5..618b639 100644
--- a/lutok.spec
+++ b/lutok.spec
@@ -1,7 +1,7 @@
 Summary: Lightweight C++ API library for Lua
 Name: lutok
 Version: 0.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: Development/Libraries
 URL: http://code.google.com/p/lutok/
@@ -54,6 +54,7 @@ rm %{buildroot}%{_libdir}/liblutok.la
 %package devel
 Summary: Libraries and header files for Lutok development
 Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: lua-devel >= 5.1
 
 %description devel
 Provides the libraries and header files to develop applications that
@@ -80,5 +81,8 @@ of the library.
 %{_defaultdocdir}/lutok-doc-%{version}
 
 %changelog
+* Fri May 06 2012 Julio Merino <jmmv at google.com> 0.1-2
+- Made lutok-devel depend on lua-devel (needed for c_gate.hpp).
+
 * Fri Feb 03 2012 Julio Merino <jmmv at google.com> 0.1-1
 - Initial release for Fedora.


More information about the scm-commits mailing list