2020-11-08 18:49:03 +01:00
|
|
|
#
|
|
|
|
# spec file for package nginx-macros
|
|
|
|
#
|
2020-11-09 15:53:08 +01:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2020-11-08 18:49:03 +01:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: nginx-macros
|
|
|
|
Version: 0.0.1
|
|
|
|
Release: 0
|
|
|
|
Summary: Just some macros to make packaging nginx and modules easier
|
|
|
|
License: BSD-2-Clause
|
|
|
|
Group: Productivity/Networking/Web/Proxy
|
2020-11-09 15:53:08 +01:00
|
|
|
URL: https://nordisch.org
|
2020-11-08 18:49:03 +01:00
|
|
|
Source0: nginx.macros
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
Just some macros to make packaging nginx and modules easier.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2020-11-09 15:53:08 +01:00
|
|
|
install -Dpm0644 %{SOURCE0} %{buildroot}%{_rpmmacrodir}/macros.nginx
|
2020-11-08 18:49:03 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%{_rpmmacrodir}/macros.nginx
|
|
|
|
|
|
|
|
%changelog
|