From 5efd445ce0143c2390a3ef339b127bb4ced2a19d7aeba505b9b5fcc721744703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 24 Jul 2017 12:12:37 +0000 Subject: [PATCH] Accepting request 512252 from home:dimstar:Factory - Add INSLATT_LMOD and INSTALL_CMOD variables to lua53.pc: this is queried for example by rrdtool's buildsystem. OBS-URL: https://build.opensuse.org/request/show/512252 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua53?expand=0&rev=23 --- lua53.changes | 6 ++++++ lua53.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/lua53.changes b/lua53.changes index 8a4faa9..aac11f7 100644 --- a/lua53.changes +++ b/lua53.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 24 12:08:05 UTC 2017 - dimstar@opensuse.org + +- Add INSLATT_LMOD and INSTALL_CMOD variables to lua53.pc: this is + queried for example by rrdtool's buildsystem. + ------------------------------------------------------------------- Thu Jul 20 12:36:41 UTC 2017 - tchvatal@suse.com diff --git a/lua53.spec b/lua53.spec index 4621346..1fe6e4e 100644 --- a/lua53.spec +++ b/lua53.spec @@ -145,6 +145,8 @@ prefix=%{_prefix} exec_prefix=%{_prefix} libdir=%{_libdir} includedir=%{_prefix}/include/lua%{major_version} +INSTALL_LMOD=%{_datadir}/lua/%{major_version} +INSTALL_CMOD=%{_libdir}/lua/%{major_version} Name: Lua %{major_version} Description: An Extensible Extension Language