Hello community, here is the log from the commit of package lua-BitOp for openSUSE:Factory checked in at 2020-07-15 14:59:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-BitOp (Old) and /work/SRC/openSUSE:Factory/.lua-BitOp.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-BitOp" Wed Jul 15 14:59:20 2020 rev:4 rq:819816 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-BitOp/lua-BitOp.changes 2017-10-31 15:43:59.029809277 +0100 +++ /work/SRC/openSUSE:Factory/.lua-BitOp.new.3060/lua-BitOp.changes 2020-07-15 14:59:31.087088103 +0200 @@ -1,0 +2,5 @@ +Thu Jul 9 20:45:21 UTC 2020 - Matej Cepl <[email protected]> + +- Fix with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-BitOp.spec ++++++ --- /var/tmp/diff_new_pack.Esc2dG/_old 2020-07-15 14:59:38.111094953 +0200 +++ /var/tmp/diff_new_pack.Esc2dG/_new 2020-07-15 14:59:38.115094957 +0200 @@ -1,7 +1,7 @@ # # spec file for package lua-BitOp # -# 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,28 +12,28 @@ # 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/ # %define flavor @BUILD_FLAVOR@ %define mod_name BitOp +%if "%{flavor}" == "" +Name: lua-%{mod_name} +ExclusiveArch: do_not_build +%else +Name: %{flavor}-%{mod_name} +%endif Version: 1.0.2 Release: 0 Summary: Lua Bit Operations Module License: MIT Group: Development/Libraries/Other -Url: http://bitop.luajit.org/index.html +URL: https://bitop.luajit.org/index.html Source: http://bitop.luajit.org/download/LuaBitOp-%{version}.tar.gz BuildRequires: %{flavor}-devel BuildRequires: gcc Requires: %{flavor} -%if "%{flavor}" == "" -Name: lua-%{mod_name} -ExclusiveArch: do_not_build -%else -Name: %{flavor}-%{mod_name} -%endif Obsoletes: %{name}-doc < %{version}-%{release} Provides: %{name}-doc = %{version}-%{release} @@ -46,7 +46,7 @@ %build export CFLAGS="%{optflags} -I%{lua_incdir}" -make %{?_smp_mflags} +%make_build %install mkdir -p %{buildroot}%{_docdir}/%{name}
