summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2021-07-28 14:23:45 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2021-07-28 14:23:45 -0700
commit1a51d6f17f0c94bbe5f9749bb07b95caee33e412 (patch)
tree2a77ea170e184bb7460d7eb1c237dd90f72fd3b8 /admin
parent0ca6cea65334dba99659532b0c7c6bd6fd16a9dc (diff)
downloadspecs-1a51d6f17f0c94bbe5f9749bb07b95caee33e412.tar.gz
specs-1a51d6f17f0c94bbe5f9749bb07b95caee33e412.tar.xz
specs-1a51d6f17f0c94bbe5f9749bb07b95caee33e412.zip
- build-constraints-rpm-macros
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
Diffstat (limited to 'admin')
-rw-r--r--admin/build-constraints-rpm-macros.spec39
1 files changed, 0 insertions, 39 deletions
diff --git a/admin/build-constraints-rpm-macros.spec b/admin/build-constraints-rpm-macros.spec
deleted file mode 100644
index 25dc950..0000000
--- a/admin/build-constraints-rpm-macros.spec
+++ /dev/null
@@ -1,39 +0,0 @@
-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