File python-XStatic-roboto-fontface.spec of Package python-XStatic-roboto-fontface
#
# spec file for package python-XStatic-roboto-fontface
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global sname XStatic-roboto-fontface
Name: python-XStatic-roboto-fontface
Version: 0.5.0.0
Release: 0
Summary: roboto-fontface 0.5.0.0 (XStatic packaging standard)
License: Apache-2.0
Group: Development/Languages/Python
URL: https://git.openstack.org/cgit/openstack/xstatic-roboto-fontface/
Source0: https://files.pythonhosted.org/packages/source/X/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildArch: noarch
%description
roboto-fontface javascript library packaged for setuptools (easy_install) / pip.
%prep
%autosetup -n XStatic-roboto-fontface-%{version}
%py_req_cleanup
%build
%{py2_build}
%install
%{py2_install}
%files
%license xstatic/pkg/roboto_fontface/data/LICENSE
%doc README.txt
%dir %{python2_sitelib}/xstatic
%dir %{python2_sitelib}/xstatic/pkg
%{python2_sitelib}/xstatic/pkg/roboto_fontface
%{python2_sitelib}/*egg-info
%{python2_sitelib}/*pth
%changelog