From 1c2ed12dbcef6f5ed120a00e7cae2a76b0760838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Mon, 19 Oct 2015 13:27:50 +0200 Subject: [PATCH] Move the bundling virtual provides into ruby-libs. --- ruby.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/ruby.spec b/ruby.spec index c610a77..aea8122 100644 --- a/ruby.spec +++ b/ruby.spec @@ -134,13 +134,6 @@ BuildRequires: %{_bindir}/dtrace BuildRequires: git BuildRequires: %{_bindir}/cmake -# Virtual provides for CCAN copylibs. -# https://fedorahosted.org/fpc/ticket/364 -Provides: bundled(ccan-build_assert) -Provides: bundled(ccan-check_type) -Provides: bundled(ccan-container_of) -Provides: bundled(ccan-list) - # This package provides %%{_bindir}/ruby-mri therefore it is marked by this # virtual provide. It can be installed as dependency of rubypick. Provides: ruby(runtime_executable) = %{ruby_release} @@ -167,9 +160,17 @@ Group: Development/Libraries License: Ruby or BSD Provides: ruby(release) = %{ruby_release} +# Virtual provides for CCAN copylibs. +# https://fedorahosted.org/fpc/ticket/364 +Provides: bundled(ccan-build_assert) +Provides: bundled(ccan-check_type) +Provides: bundled(ccan-container_of) +Provides: bundled(ccan-list) + %description libs This package includes the libruby, necessary to run Ruby. + # TODO: Rename or not rename to ruby-rubygems? %package -n rubygems Summary: The Ruby standard for packaging ruby libraries