forked from pool/lua-lua-dbus
Compare commits
10 Commits
13b7700217
...
038a8b753d
Author | SHA256 | Date | |
---|---|---|---|
038a8b753d | |||
70cba9ab02 | |||
c9315f4076 | |||
37c7610732 | |||
84c5f97e8f | |||
2a4591eef2 | |||
937b129b6b | |||
089717d1d9 | |||
|
3680c63d23 | ||
4ddcb6358b |
@@ -1,5 +1,5 @@
|
||||
<multibuild>
|
||||
<package>lua51</package>
|
||||
<package>lua52</package>
|
||||
<package>lua53</package>
|
||||
<package>lua54</package>
|
||||
</multibuild>
|
||||
|
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
||||
|
||||
- Fix missing dependency on lua-macros (boo#1205612)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 18 15:54:10 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Use %lua_provides macro for default lua versioning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 6 19:04:39 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Add lua54 as new build target
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
- do not build for Lua 5.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 18 16:25:14 UTC 2017 - opensuse-packaging@opensuse.org
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lua-ldbus
|
||||
# spec file for package lua-lua-dbus
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,7 +12,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/
|
||||
#
|
||||
|
||||
|
||||
@@ -23,17 +23,16 @@ Release: 0
|
||||
Summary: Convenient dbus api for lua
|
||||
License: MIT
|
||||
Group: Development/Libraries/Other
|
||||
Url: https://github.com/antlarr/lua-dbus/
|
||||
URL: https://github.com/antlarr/lua-dbus/
|
||||
Source: lua-dbus-%{version}.tar.xz
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: %{flavor}-ldbus
|
||||
BuildRequires: lua-macros
|
||||
BuildRequires: %{flavor}-devel
|
||||
BuildRequires: %{flavor}-ldbus
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
Requires: %{flavor}
|
||||
Requires: %{flavor}-ldbus
|
||||
%if "%{flavor}" == "lua53"
|
||||
Provides: lua-%{mod_name} = %{version}
|
||||
Obsoletes: lua-%{mod_name} < %{version}
|
||||
%endif
|
||||
%lua_provides
|
||||
%if "%{flavor}" == ""
|
||||
Name: lua-%{mod_name}
|
||||
ExclusiveArch: do_not_build
|
||||
@@ -55,7 +54,7 @@ mkdir -p %{buildroot}%{lua_noarchdir}/lua-dbus
|
||||
cp -Ra awesome init.lua interface.lua %{buildroot}%{lua_noarchdir}/lua-dbus/
|
||||
|
||||
%files
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
%{lua_noarchdir}/lua-dbus
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user