Move the bundling virtual provides into ruby-libs.
This commit is contained in:
parent
5ca1e48525
commit
1c2ed12dbc
1 changed files with 8 additions and 7 deletions
15
ruby.spec
15
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue