no-gi: add vitrual provides

This commit is contained in:
Mamoru TASAKA 2017-06-06 15:18:17 +09:00
commit b34241dbd3

View file

@ -11,7 +11,7 @@
Summary: Ruby binding of pango-1.x
Name: rubygem-%{gem_name}
Version: 3.1.6
Release: 1%{?dist}
Release: 2%{?dist}
Group: Development/Languages
# from README
License: LGPLv2
@ -62,6 +62,7 @@ BuildRequires: rubygem(mechanize)
# For now, explicitly
Requires: rubygem(glib2)
Requires: rubygem(cairo)
Provides: rubygem(pango-no-gi) = %{version}-%{release}
%description -n rubygem-%{gem_name_no_gi}
Ruby/Pango is a Ruby binding of pango-1.x.
@ -266,6 +267,9 @@ ruby -Ilib:test:ext/%{gem_name} ./test/run-test.rb
%changelog
* Tue Jun 6 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.1.6-2
- no-gi: add vitrual provides
* Tue Jun 6 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.1.6-1
- 3.1.6
- Create no-gi for now