%if 0%{?fedora} %global with_python3 1 %endif %global pypi_name XStatic-JQuery.quicksearch %global pkgname XStatic-JQuery-quicksearch Name: python-%{pkgname} Version: 2.0.3.1 Release: 10%{?dist} Summary: JQuery.quicksearch (XStatic packaging standard) License: MIT URL: http://plugins.jquery.com/jquery.quicksearch/ 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 python2-%{pkgname} Summary: %{summary} BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-XStatic Requires: xstatic-jquery-quicksearch-common %{?python_provide:%python_provide python2-%{pkgname}} %description -n python2-%{pkgname} 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 2 build of %{pkgname}. %if 0%{?with_python3} %package -n python3-%{pkgname} Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools Requires: python3-XStatic Requires: xstatic-jquery-quicksearch-common %{?python_provide:%python_provide python3-%{pkgname}} %description -n python3-%{pkgname} 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 %{pkgname}. %endif %package -n xstatic-jquery-quicksearch-common Summary: %{summary} BuildRequires: web-assets-devel Requires: web-assets-filesystem %description -n xstatic-jquery-quicksearch-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}/jquery_quicksearch'|" xstatic/pkg/jquery_quicksearch/__init__.py %build %py2_build %if 0%{?with_python3} %py3_build %endif %install %py2_install mkdir -p %{buildroot}%{_jsdir}/jquery_quicksearch mv %{buildroot}%{python2_sitelib}/xstatic/pkg/jquery_quicksearch/data/jquery.quicksearch.js %{buildroot}%{_jsdir}/jquery_quicksearch rmdir %{buildroot}%{python2_sitelib}/xstatic/pkg/jquery_quicksearch/data/ # fix execute flags for js chmod 644 %{buildroot}%{_jsdir}/jquery_quicksearch/jquery.quicksearch.js %if 0%{?with_python3} %py3_install # Remove static files, already created by the python2 subpkg rm -rf %{buildroot}%{python3_sitelib}/xstatic/pkg/jquery_quicksearch/data %endif %files -n python2-%{pkgname} %doc README.txt %{python2_sitelib}/xstatic/pkg/jquery_quicksearch %{python2_sitelib}/XStatic_JQuery.quicksearch-%{version}-py%{python2_version}.egg-info %{python2_sitelib}/XStatic_JQuery.quicksearch-%{version}-py%{python2_version}-nspkg.pth %if 0%{?with_python3} %files -n python3-%{pkgname} %doc README.txt %{python3_sitelib}/xstatic/pkg/jquery_quicksearch %{python3_sitelib}/XStatic_JQuery.quicksearch-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/XStatic_JQuery.quicksearch-%{version}-py%{python3_version}-nspkg.pth %endif %files -n xstatic-jquery-quicksearch-common %doc README.txt %{_jsdir}/jquery_quicksearch %changelog * Fri Feb 09 2018 Fedora Release Engineering - 2.0.3.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 2.0.3.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 2.0.3.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro HronĨok - 2.0.3.1-7 - Rebuild for Python 3.6 * Wed Oct 12 2016 Jan Beran - 2.0.3.1-6 - Provides a Python 3 subpackage * Tue Jul 19 2016 Fedora Release Engineering - 2.0.3.1-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 2.0.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 2.0.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Sep 04 2014 Matthias Runge - 2.0.3.1-2 - change BR to python2-devel (rhbz#1134900) * Thu Aug 28 2014 Matthias Runge - 2.0.3.1-1 - Initial package.