%global pypi_name XStatic-Hogan Name: python-%{pypi_name} Version: 2.0.0.2 Release: 14%{?dist} Summary: Hogan (XStatic packaging standard) License: ASL 2.0 URL: http://twitter.github.io/hogan.js/ Source0: https://files.pythonhosted.org/packages/source/X/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch %description JavaScript library packaged for setuptools (easy_install) / pip. This package is intended to be used by any project that needs these files. It intentionally does not provide any extra code except some metadata nor has any extra requirements. %package -n python3-%{pypi_name} Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools Requires: python3-XStatic Requires: xstatic-hogan-common %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} JavaScript library packaged for setuptools (easy_install) / pip. This package is intended to be used by any project that needs these files. It intentionally does not provide any extra code except some metadata nor has any extra requirements. This package provides Python 3 build of %{pypi_name}. %package -n xstatic-hogan-common Summary: %{summary} BuildRequires: web-assets-devel Requires: web-assets-filesystem %description -n xstatic-hogan-common JavaScript library packaged for setuptools (easy_install) / pip. This package is intended to be used by any project that needs these files. It intentionally does not provide any extra code except some metadata nor has any extra requirements. This package contains the javascript files. %prep %autosetup -n %{pypi_name}-%{version} # patch to use webassets dir sed -i "s|^BASE_DIR = .*|BASE_DIR = '%{_jsdir}/hogan'|" xstatic/pkg/hogan/__init__.py %build %py3_build %install %py3_install mkdir -p %{buildroot}%{_jsdir}/hogan mv %{buildroot}%{python3_sitelib}/xstatic/pkg/hogan/data/hogan.js %{buildroot}%{_jsdir}/hogan rmdir %{buildroot}%{python3_sitelib}/xstatic/pkg/hogan/data/ # fix execute flags for js chmod 644 %{buildroot}%{_jsdir}/hogan/hogan.js %files -n python3-%{pypi_name} %doc README.txt %{python3_sitelib}/xstatic/pkg/hogan %{python3_sitelib}/XStatic_Hogan-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/XStatic_Hogan-%{version}-py%{python3_version}-nspkg.pth %files -n xstatic-hogan-common %doc README.txt %{_jsdir}/hogan %changelog * Sat Feb 02 2019 Fedora Release Engineering - 2.0.0.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek - 2.0.0.2-13 - Subpackage python2-XStatic-Hogan has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Fri Jul 13 2018 Fedora Release Engineering - 2.0.0.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 2.0.0.2-11 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 2.0.0.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 2.0.0.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 2.0.0.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 2.0.0.2-7 - Rebuild for Python 3.6 * Wed Oct 12 2016 Jan Beran - 2.0.0.2-6 - Provides a Python 3 subpackage * Tue Jul 19 2016 Fedora Release Engineering - 2.0.0.2-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 2.0.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 2.0.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Sep 04 2014 Matthias Runge - 2.0.0.2-2 - changed BR to python2-devel (rhbz#1134800) * Thu Aug 28 2014 Matthias Runge - 2.0.0.2-1 - Initial package.