SHA256
12
0
forked from pool/lua-luaexpat

Accepting request 537626 from devel:languages:lua

drop lua5.2 from multibuild

OBS-URL: https://build.opensuse.org/request/show/537626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-luaexpat?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-10-31 14:44:12 +00:00 committed by Git OBS Bridge
commit c80b04febe
3 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,4 @@
<multibuild>
<package>lua51</package>
<package>lua52</package>
<package>lua53</package>
</multibuild>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com
- do not build for Lua 5.2
-------------------------------------------------------------------
Fri Aug 4 12:49:30 UTC 2017 - tchvatal@suse.com

View File

@ -1,9 +1,9 @@
#
# spec file for package lua51-luaexpat
# spec file for package lua-luaexpat
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2009 florian.leparoux@gmail.com
# Copyright (c) 2012 Togan Muftuoglu toganm@opensuse.org
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,13 +22,13 @@
%define mod_name luaexpat
Version: 1.3.0
Release: 0
License: MIT
Summary: A SAX XML parser based on the Expat library
Url: http://matthewwild.co.uk/projects/luaexpat/
License: MIT
Group: Productivity/Networking/Other
Url: http://matthewwild.co.uk/projects/luaexpat/
Source: http://matthewwild.co.uk/projects/luaexpat/%{mod_name}-%{version}.tar.gz
BuildRequires: libexpat-devel
BuildRequires: %{flavor}-devel
BuildRequires: libexpat-devel
Requires: %{flavor}
%if "%{flavor}" == ""
Name: lua-%{mod_name}