diff options
author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2021-07-20 17:42:05 -0700 |
---|---|---|
committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2021-07-20 17:42:29 -0700 |
commit | 0ca6cea65334dba99659532b0c7c6bd6fd16a9dc (patch) | |
tree | 0a7b50487403d67d5f5df125ed3a210566b2cdfd | |
parent | cd169fa3ef64a0119446c9054ea82008afd8d124 (diff) | |
download | specs-0ca6cea65334dba99659532b0c7c6bd6fd16a9dc.tar.gz specs-0ca6cea65334dba99659532b0c7c6bd6fd16a9dc.tar.xz specs-0ca6cea65334dba99659532b0c7c6bd6fd16a9dc.zip |
+ admin/build-constraints-rpm-macros
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
-rw-r--r-- | admin/build-constraints-rpm-macros.spec | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/admin/build-constraints-rpm-macros.spec b/admin/build-constraints-rpm-macros.spec new file mode 100644 index 0000000..25dc950 --- /dev/null +++ b/admin/build-constraints-rpm-macros.spec @@ -0,0 +1,39 @@ +Name: build-constraints-rpm-macros +Version: 1 +Release: 1%{?dist} +Summary: RPM macros for build constraints + +License: MIT +URL: https://src.fedoraproject.org/rpms/%{name} +Source0: macros.build-constraints + +# license text +Source200: LICENSE + +BuildArch: noarch + +%description +This package contains macros to constraint resource use during the build +process. + + +%prep +%autosetup -c +cp -a %{sources} . + + +%build + + +%install +install -pm 644 -t %{buildroot}%{rpmmacrodir} macros.* + + +%files +%license LICENSE +%{rpmmacrodir}/macros.build-constraints + + +%changelog +* Wed Jul 21 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 1-1 +- Initial package |