Matej Cepl
1fd01ca772
- Add %lua_version_nodots to equal package naming OBS-URL: https://build.opensuse.org/request/show/884023 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-macros?expand=0&rev=14
51 lines
1.3 KiB
RPMSpec
51 lines
1.3 KiB
RPMSpec
#
|
|
# spec file for package lua-macros
|
|
#
|
|
# 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
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
%if %{undefined _rpmmacrodir}
|
|
%define _rpmmacrodir %{_rpmconfigdir}/macros.d
|
|
%endif
|
|
Name: lua-macros
|
|
Version: 20170611
|
|
Release: 0
|
|
Summary: Macros for lua language
|
|
License: MIT
|
|
Group: Development/Languages/Other
|
|
URL: https://www.lua.org
|
|
Source0: macros.lua
|
|
Requires: lua
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
RPM macros for lua packaging
|
|
|
|
%prep
|
|
cp -p %{SOURCE0} .
|
|
%if 0%{?rhel} || 0%{?fedora}
|
|
sed -i -e '/includedir/s!/lua!&-!' macros.lua
|
|
%endif
|
|
|
|
%build
|
|
:
|
|
|
|
%install
|
|
install -Dm644 macros.lua %{buildroot}%{_rpmmacrodir}/macros.lua
|
|
|
|
%files
|
|
%{_rpmmacrodir}/macros.lua
|
|
|
|
%changelog
|