]> git.pld-linux.org Git - packages/libpeas.git/commitdiff
Disable luajit on x32. Release 4 auto/th/libpeas-1.14.0-4
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 10 May 2015 12:05:35 +0000 (14:05 +0200)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 10 May 2015 12:05:35 +0000 (14:05 +0200)
libpeas.spec

index 2f9681fef1c5f920b64298ebc489d109350eac8c..a423b4fe76becaa964beaf676d2c74c532b28882 100644 (file)
@@ -5,11 +5,16 @@
 %bcond_without static_libs     # don't build static libraries
 %bcond_without glade           # don't package glade catalog file
 
+# luajit is not supported on x32
+%ifarch x32
+%undefine      with_luajit
+%endif
+
 Summary:       GObject Plugin System
 Summary(pl.UTF-8):     System wtyczek GObject
 Name:          libpeas
 Version:       1.14.0
-Release:       3
+Release:       4
 License:       LGPL v2
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/libpeas/1.14/%{name}-%{version}.tar.xz
This page took 0.261685 seconds and 4 git commands to generate.