File declarative-macros.spec of Package declarative-macros
#
# spec file for package declarative-macros
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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: declarative-macros
Version: 0.0.1
Release: 0
Summary: Just some macro files to enable declarative building for more things
License: AGPL-3.0
URL: https://www.opensuse.org/
Source: macros.declarative-cmake
Source: macros.declarative-pyproject
Source: macros.declarative-autotools
BuildArch: noarch
BuildRequires: rpm >= 4.20
Requires: rpm >= 4.20
%description
Let us see how much fun we can have with declarative builds.
%prep
%build
%install
install -D -m 0644 -t %{buildroot}/usr/lib/rpm/macros.d/ ${RPM_SOURCE_DIR}/macros.declarative*
%files
/usr/lib/rpm/macros.d/macros.declarative-*
%changelog