From 53b917ed707e96aac0cd0f8ca3527307f9653749 Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: Nov 19 2018 15:20:10 +0000 Subject: create copr-rpmbuild-all subpackage --- diff --git a/rpmbuild/copr-rpmbuild.spec b/rpmbuild/copr-rpmbuild.spec index dcc8c13..d761dca 100644 --- a/rpmbuild/copr-rpmbuild.spec +++ b/rpmbuild/copr-rpmbuild.spec @@ -65,6 +65,19 @@ Provides command capable of running COPR build-tasks. Example: copr-rpmbuild 12345-epel-7-x86_64 will locally build build-id 12345 for chroot epel-7-x86_64. +%package all +Summary: copr-rpmbuild with all weak dependencies +Requires: %{name} = %{version}-%{release} +Requires: rubygem-gem2rpm +Requires: pyp2rpm + +%description all +Provides command capable of running COPR build-tasks. +Example: copr-rpmbuild 12345-epel-7-x86_64 will locally +build build-id 12345 for chroot epel-7-x86_64. + +This package contains all optional modules for building SRPM. + %prep %setup -q @@ -113,6 +126,9 @@ name="%{name}" version="%{version}" summary="%{summary}" %py_install %config(noreplace) %{_sysconfdir}/copr-rpmbuild/rpkg.conf.j2 %config(noreplace) %{_sysconfdir}/copr-rpmbuild/make_srpm_mock.cfg +%files all +%license LICENSE + %changelog {{{ git_dir_changelog since_tag=copr-rpmbuild-0.18-1 }}}