no-gi: add vitrual provides
This commit is contained in:
parent
f4293fa33a
commit
b34241dbd3
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue