forked from pool/tolua
Accepting request 1149135 from devel:languages:lua
- Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN. OBS-URL: https://build.opensuse.org/request/show/1149135 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tolua?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 09:49:11 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
||||
%patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 23 14:18:35 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
|
12
tolua.spec
12
tolua.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tolua
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -13,7 +13,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@@ -22,9 +22,9 @@ Name: tolua
|
||||
Version: 5.2.4
|
||||
Release: 0
|
||||
Summary: Greatly simplifies the integration of C/C++ code with Lua
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Libraries/Other
|
||||
Url: http://www.tecgraf.puc-rio.br/~celes/tolua/
|
||||
URL: http://www.tecgraf.puc-rio.br/~celes/tolua/
|
||||
Source: http://www.tecgraf.puc-rio.br/~celes/tolua/tolua-%{version}.tar.gz
|
||||
Patch0: %{name}-5.2.0-optflags.patch
|
||||
Patch1: %{name}-5.2.0-shared.patch
|
||||
@@ -63,9 +63,7 @@ This package contains all necessary include files and libraries
|
||||
needed to develop applications that require these.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
# no jobserver
|
||||
|
Reference in New Issue
Block a user