diff --git a/python-XStatic-roboto-fontface.spec b/python-XStatic-roboto-fontface.spec index b6cdafa..8e19c37 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: 3%{?dist} +Release: 4%{?dist} Summary: roboto-fontface (XStatic packaging standard) License: ASL 2.0 @@ -111,8 +111,8 @@ for file in %{buildroot}/%{_datadir}/fonts/roboto_fontface/*.svg; do done # Move static files -mkdir -p %{buildroot}/%{_jsdir}/roboto_fontface -mv %{buildroot}/%{python2_sitelib}/xstatic/pkg/roboto_fontface/data/css/* %{buildroot}/%{_jsdir}/roboto_fontface +mkdir -p %{buildroot}/%{_jsdir}/roboto_fontface/css +v %{buildroot}/%{python2_sitelib}/xstatic/pkg/roboto_fontface/data/css/* %{buildroot}/%{_jsdir}/roboto_fontface/css rm -rf %{buildroot}/%{python2_sitelib}/xstatic/pkg/roboto_fontface/data @@ -145,6 +145,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/xstatic/pkg/roboto_fontface/data %endif %changelog +* Tue Sep 22 2015 Matthias Runge - 0.4.3.2-4 +- fix location of css/scss files for roboto + * Tue Sep 08 2015 Chandan Kumar - 0.4.3.2-3 - Fixed shebang rpmlint issue in .svg files - use roboto-fontface-fonts due to bug in google-roboto-fonts