diff --git a/python-XStatic-roboto-fontface.spec b/python-XStatic-roboto-fontface.spec index a1f08ff..e1ecb2c 100644 --- a/python-XStatic-roboto-fontface.spec +++ b/python-XStatic-roboto-fontface.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 0.4.3.2 -Release: 6%{?dist} +Release: 8%{?dist} Summary: roboto-fontface (XStatic packaging standard) License: ASL 2.0 @@ -114,6 +114,11 @@ done mkdir -p %{buildroot}/%{_jsdir}/roboto_fontface/css mv %{buildroot}/%{python2_sitelib}/xstatic/pkg/roboto_fontface/data/css/* %{buildroot}/%{_jsdir}/roboto_fontface/css rm -rf %{buildroot}/%{python2_sitelib}/xstatic/pkg/roboto_fontface/data +# link fonts +mkdir %{buildroot}/%{_jsdir}/roboto_fontface/fonts +pushd %{buildroot}/%{_jsdir}/roboto_fontface/fonts +ln -s ../../../fonts/roboto_fontface/* . +popd %if 0%{?with_python3} @@ -145,6 +150,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/xstatic/pkg/roboto_fontface/data %endif %changelog +* Thu May 12 2016 Matthias Runge - 0.4.3.2-8 +- fix font location for xstatic package (rhbz#1333600) + * Thu Feb 04 2016 Fedora Release Engineering - 0.4.3.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild