Accepting request 1070838 from home:alois:branches:devel:languages:javascript

- Allow build on leap

OBS-URL: https://build.opensuse.org/request/show/1070838
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/mujs?expand=0&rev=16
This commit is contained in:
Илья Индиго 2023-03-11 10:29:34 +00:00 committed by Git OBS Bridge
parent 78c8d7e1b9
commit 5d6e3758eb
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 11 09:32:09 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
- Allow build on leap
-------------------------------------------------------------------
Sat Jan 14 11:41:55 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@ -25,7 +25,11 @@ Group: Development/Languages/C and C++
URL: https://mujs.com
Source0: https://mujs.com/downloads/%{name}-%{version}.tar.xz
BuildRequires: pkgconfig
%if 0%{?suse_version} > 1500
BuildRequires: pkgconfig(readline)
%else
BuildRequires: readline-devel
%endif
%description
MuJS is a lightweight Javascript interpreter designed for embedding in other software to extend them with scripting capabilities.