[keybinder] disabled lua bindings to make it buildable again

hannes hannes at fedoraproject.org
Sat Jun 7 17:34:04 UTC 2014


commit b92e874a721da79ee26bbb0c495462065f1c302a
Author: hannes <hannes at fedoraproject.org>
Date:   Sat Jun 7 19:34:07 2014 +0200

    disabled lua bindings to make it buildable again

 keybinder.spec |   26 ++++----------------------
 1 files changed, 4 insertions(+), 22 deletions(-)
---
diff --git a/keybinder.spec b/keybinder.spec
index b9c41f9..afdd50b 100644
--- a/keybinder.spec
+++ b/keybinder.spec
@@ -1,6 +1,6 @@
 Name:	keybinder
 Version:	0.3.0
-Release:	3%{?dist}
+Release:	2%{?dist}
 Summary:	A library for registering global keyboard shortcuts
 Group:	Development/Libraries
 License:	MIT
@@ -12,7 +12,6 @@ BuildRequires:	gtk2-devel
 BuildRequires:	python-devel
 BuildRequires:	pygtk2-devel
 BuildRequires:	pygobject2-devel
-BuildRequires:	lua-devel
 
 
 %description
@@ -21,7 +20,6 @@ Keybinder works with GTK-based applications using the X Window System.
 
 The library contains:
 - A C library, libkeybinder
-- Lua bindings, lua-keybinder
 - Python bindings, python-keybinder
 - An examples directory with programs in C, Lua, Python and Vala.
 
@@ -48,20 +46,11 @@ Requires:	pygtk2 pygobject2
 %description -n python-%{name}
 This package contains python bindings for keybinder.
 
-%package -n lua-%{name}
-Group:		Development/Libraries
-Summary:	Keybinder lua bindings
-Requires:	%{name} = %{version}-%{release}
-Requires:	lua
-
-%description -n lua-%{name}
-This package contains lua bindings for keybinder.
-
 %prep
 %setup -q -n %{name}-%{version}
 
 %build
-%configure --disable-static --enable-python
+%configure --disable-static --enable-python --disable-lua
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags}
@@ -98,16 +87,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/%{name}
 %doc COPYING
 
-%files -n lua-%{name}
-%defattr(-,root,root)
-%{_libdir}/lua/5.1/keybinder.so
-
 %changelog
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+* Sat Jun 07 2014 Johannes Lips <hannes at fedoraproject.org> - 0.3.0-2
+- disabled the lua bindings to make it buildable again
 
 * Thu Jul 19 2012 Johannes Lips <hannes at fedoraproject.org> - 0.3.0-1
 - update to version 0.3.0


More information about the scm-commits mailing list