diff --git a/XStatic-Patternfly-Bootstrap-Treeview-2.1.3.2.tar.gz b/XStatic-Patternfly-Bootstrap-Treeview-2.1.3.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e4a7268ab6c2c74a4f3f5dad466089c89a0b9b0b Binary files /dev/null and b/XStatic-Patternfly-Bootstrap-Treeview-2.1.3.2.tar.gz differ diff --git a/python-XStatic-Patternfly-Bootstrap-Treeview.spec b/python-XStatic-Patternfly-Bootstrap-Treeview.spec new file mode 100644 index 0000000000000000000000000000000000000000..21cdf08947d45e3943b743d7e0e0837f605cd0fb --- /dev/null +++ b/python-XStatic-Patternfly-Bootstrap-Treeview.spec @@ -0,0 +1,134 @@ +%global pypi_name XStatic-Patternfly-Bootstrap-Treeview + +Name: python-%{pypi_name} +Version: 2.1.3.2 +Release: 16%{?dist} +Summary: Patternfly Bootstrap Treeview CSS/JS framework (XStatic packaging standard) + +License: ASL 2.0 +URL: https://www.patternfly.org/ +Source0: https://pypi.io/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-patternfly-bootstrap-treeview-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-patternfly-bootstrap-treeview-common +Summary: %{summary} + +BuildRequires: web-assets-devel +Requires: web-assets-filesystem + +%description -n xstatic-patternfly-bootstrap-treeview-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}/patternfly_bootstrap_treeview'|" xstatic/pkg/patternfly_bootstrap_treeview/__init__.py + +%build +%py3_build + +%install +%py3_install + +mkdir -p %{buildroot}%{_jsdir}/patternfly_bootstrap_treeview +mv %{buildroot}%{python3_sitelib}/xstatic/pkg/patternfly_bootstrap_treeview/data/* %{buildroot}%{_jsdir}/patternfly_bootstrap_treeview +rmdir %{buildroot}%{python3_sitelib}/xstatic/pkg/patternfly_bootstrap_treeview/data/ +# fix execute flags for js +chmod 644 %{buildroot}%{_jsdir}/patternfly_bootstrap_treeview/js/*.js + +%files -n python3-%{pypi_name} +%doc README.rst +%{python3_sitelib}/xstatic/pkg/patternfly_bootstrap_treeview +%{python3_sitelib}/XStatic_Patternfly_Bootstrap_Treeview-%{version}-py%{python3_version}.egg-info +%{python3_sitelib}/XStatic_Patternfly_Bootstrap_Treeview-%{version}-py%{python3_version}-nspkg.pth + +%files -n xstatic-patternfly-bootstrap-treeview-common +%doc README.rst +%{_jsdir}/patternfly_bootstrap_treeview + +%changelog +* Fri Jun 04 2021 Python Maint - 2.1.3.2-16 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 2.1.3.2-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 2.1.3.2-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 2.1.3.2-13 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 2.1.3.2-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 2.1.3.2-11 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 2.1.3.2-10 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 2.1.3.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 2.1.3.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek - 2.1.3.2-7 +- Subpackage python2-XStatic-Patternfly-Bootstrap-Treeview has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Fri Jul 13 2018 Fedora Release Engineering - 2.1.3.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 2.1.3.2-5 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Iryna Shcherbina - 2.1.3.2-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Fri Feb 09 2018 Fedora Release Engineering - 2.1.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 2.1.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Mon May 1 2017 David Moreau Simard - 2.1.3.2-1 +- Initial version of the package