Add Requires: fontawesome-web (rhbz#1282297)
This commit is contained in:
parent
9ceeee8ac7
commit
2bc7ae6f7b
@ -6,7 +6,7 @@
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 0.1.8
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Sphinx theme for readthedocs.org
|
||||
|
||||
License: MIT
|
||||
@ -22,6 +22,8 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%endif
|
||||
|
||||
# fontawesome-web doest not provide font(fontawesome-web) rhbz#1282587
|
||||
Requires: fontawesome-fonts-web
|
||||
Requires: font(fontawesome)
|
||||
Requires: font(lato)
|
||||
|
||||
@ -34,6 +36,8 @@ of that site.
|
||||
%if 0%{?with_py3}
|
||||
%package -n python3-%{pkgname}
|
||||
Summary: Sphinx theme for readthedocs.org
|
||||
# fontawesome-web doest not provide font(fontawesome-web) rhbz#1282587
|
||||
Requires: fontawesome-fonts-web
|
||||
Requires: font(fontawesome)
|
||||
Requires: font(lato)
|
||||
|
||||
@ -119,6 +123,9 @@ ln -s %{_datadir}/fonts/lato/Lato-Regular.ttf \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Nov 16 2015 Piotr Popieluch <piotr1212@gmail.com> - 0.1.8-4
|
||||
- Add Requires: fontawesome-web (rhbz#1282297)
|
||||
|
||||
* Tue Oct 13 2015 Robert Kuska <rkuska@redhat.com> - 0.1.8-3
|
||||
- Rebuilt for Python3.5 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user