!6 Update package to version 1.2.2
From: @jxy_git Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
103735b00d
@ -1,11 +1,11 @@
|
|||||||
%global pypi_name rjsmin
|
%global pypi_name rjsmin
|
||||||
Name: python-rjsmin
|
Name: python-rjsmin
|
||||||
Version: 1.2.1
|
Version: 1.2.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Javascript Minifier
|
Summary: Javascript Minifier
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: http://opensource.perlig.de/rjsmin/
|
URL: http://opensource.perlig.de/rjsmin/
|
||||||
Source0: https://files.pythonhosted.org/packages/8c/76/f0236a34a2c7f49f5b1f59f4b6fda769fc2bf7f90d0aac4cbebbb465646d/rjsmin-1.2.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/f0/1c/c0355e8b8b8aca9c0d43519d2a7c473940deae0297ff8544eff359d7f715/rjsmin-1.2.2.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -18,7 +18,7 @@ rJSmin is a javascript minifier written in python.
|
|||||||
|
|
||||||
%package -n python3-rjsmin
|
%package -n python3-rjsmin
|
||||||
Summary: Javascript Minifier
|
Summary: Javascript Minifier
|
||||||
Provides: python-rjsmin
|
Provides: python-rjsmin = %{version}-%{release}
|
||||||
%description -n python3-%{pypi_name}
|
%description -n python3-%{pypi_name}
|
||||||
rJSmin is a javascript minifier written in python.
|
rJSmin is a javascript minifier written in python.
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ Summary: Javascript Minifier - docs
|
|||||||
Docs for rJSmin, which is a javascript minifier written in python.
|
Docs for rJSmin, which is a javascript minifier written in python.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n rjsmin-1.2.1
|
%autosetup -n rjsmin-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -36,7 +36,6 @@ Docs for rJSmin, which is a javascript minifier written in python.
|
|||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -49,6 +48,10 @@ Docs for rJSmin, which is a javascript minifier written in python.
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 14 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 1.2.2-1
|
||||||
|
- Update package to version 1.2.2
|
||||||
|
- Add musllinux wheels
|
||||||
|
|
||||||
* Tue Aug 9 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 1.2.1-1
|
* Tue Aug 9 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 1.2.1-1
|
||||||
- Update to 1.2.1
|
- Update to 1.2.1
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
rjsmin-1.2.2.tar.gz
Normal file
BIN
rjsmin-1.2.2.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user