2021-02-08 09:44:44 +00:00
|
|
|
%global pypi_name rjsmin
|
|
|
|
|
Name: python-rjsmin
|
2022-08-09 02:04:33 +08:00
|
|
|
Version: 1.2.1
|
2021-02-08 09:44:44 +00:00
|
|
|
Release: 1
|
|
|
|
|
Summary: Javascript Minifier
|
2022-08-09 02:04:33 +08:00
|
|
|
License: Apache-2.0
|
2021-02-08 09:44:44 +00:00
|
|
|
URL: http://opensource.perlig.de/rjsmin/
|
2022-08-09 02:04:33 +08:00
|
|
|
Source0: https://files.pythonhosted.org/packages/8c/76/f0236a34a2c7f49f5b1f59f4b6fda769fc2bf7f90d0aac4cbebbb465646d/rjsmin-1.2.1.tar.gz
|
2021-02-08 09:44:44 +00:00
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-sphinx
|
|
|
|
|
BuildRequires: python3-sphinx_rtd_theme
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
rJSmin is a javascript minifier written in python.
|
|
|
|
|
|
|
|
|
|
%package -n python3-rjsmin
|
|
|
|
|
Summary: Javascript Minifier
|
|
|
|
|
Provides: python-rjsmin
|
|
|
|
|
%description -n python3-%{pypi_name}
|
|
|
|
|
rJSmin is a javascript minifier written in python.
|
|
|
|
|
|
|
|
|
|
%package docs
|
|
|
|
|
Summary: Javascript Minifier - docs
|
|
|
|
|
%description docs
|
|
|
|
|
Docs for rJSmin, which is a javascript minifier written in python.
|
|
|
|
|
|
|
|
|
|
%prep
|
2022-08-09 02:04:33 +08:00
|
|
|
%autosetup -n rjsmin-1.2.1
|
2021-02-08 09:44:44 +00:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{pypi_name}
|
|
|
|
|
%doc README.md
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{python3_sitearch}/%{pypi_name}.py
|
|
|
|
|
%{python3_sitearch}/_%{pypi_name}.cpython*
|
|
|
|
|
%{python3_sitearch}/__pycache__/rjsmin.*
|
|
|
|
|
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
|
|
|
|
|
%files docs
|
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-08-09 02:04:33 +08:00
|
|
|
* Tue Aug 9 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 1.2.1-1
|
|
|
|
|
- Update to 1.2.1
|
|
|
|
|
|
2021-02-08 09:44:44 +00:00
|
|
|
* Mon Feb 08 2021 Python_Bot <Python_Bot@openeuler.org>
|
|
|
|
|
- Package Spec generated
|