!5 Upgrade to latest release [python-XStatic-Font-Awesome -> 6.2.1.1]
From: @Wangjunqi123 Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
dfcd6f26b9
Binary file not shown.
BIN
XStatic-Font-Awesome-6.2.1.1.tar.gz
Normal file
BIN
XStatic-Font-Awesome-6.2.1.1.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-XStatic-Font-Awesome
|
Name: python-XStatic-Font-Awesome
|
||||||
Version: 4.7.0.0
|
Version: 6.2.1.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Font-Awesome 4.7.0 (XStatic packaging standard)
|
Summary: Font-Awesome 4.7.0 (XStatic packaging standard)
|
||||||
License: OFL-1.1
|
License: OFL-1.1
|
||||||
URL: https://fortawesome.github.io/Font-Awesome/
|
URL: https://fortawesome.github.io/Font-Awesome/
|
||||||
Source0: https://files.pythonhosted.org/packages/e5/28/34ced5dd65f1cb7b21a156a88f36e9ce37efd5d96bc2d9dca82f86103bd3/XStatic-Font-Awesome-4.7.0.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/2a/97/80bde8d53b021945ea147bc6f3a8562650b4d914cab4864c15d15af5e3c6/XStatic-Font-Awesome-6.2.1.1.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Font Awesome icons packaged for setuptools (easy_install) / pip.
|
Font Awesome icons packaged for setuptools (easy_install) / pip.
|
||||||
This package is intended to be used by **any** project that needs these files.
|
This package is intended to be used by **any** project that needs these files.
|
||||||
@ -19,7 +18,7 @@ You can find more info about the xstatic packaging way in the package `XStatic`.
|
|||||||
|
|
||||||
%package -n python3-XStatic-Font-Awesome
|
%package -n python3-XStatic-Font-Awesome
|
||||||
Summary: Font-Awesome 4.7.0 (XStatic packaging standard)
|
Summary: Font-Awesome 4.7.0 (XStatic packaging standard)
|
||||||
Provides: python-XStatic-Font-Awesome
|
Provides: python-XStatic-Font-Awesome = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-XStatic-Font-Awesome
|
%description -n python3-XStatic-Font-Awesome
|
||||||
@ -42,7 +41,7 @@ the XStatic base package, if you like.
|
|||||||
You can find more info about the xstatic packaging way in the package `XStatic`.
|
You can find more info about the xstatic packaging way in the package `XStatic`.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n XStatic-Font-Awesome-4.7.0.0
|
%autosetup -n XStatic-Font-Awesome-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -54,6 +53,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
|||||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
||||||
|
if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi
|
||||||
|
if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi
|
||||||
|
if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi
|
||||||
pushd %{buildroot}
|
pushd %{buildroot}
|
||||||
if [ -d usr/lib ]; then
|
if [ -d usr/lib ]; then
|
||||||
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
||||||
@ -82,5 +84,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 10 2023 wangjunqi <wangjunqi@kylinos.cn> - 6.2.1.1-1
|
||||||
|
- Update package to version 6.2.1.1
|
||||||
|
|
||||||
* Fri Jan 29 2021 Python_Bot <Python_Bot@openeuler.org>
|
* Fri Jan 29 2021 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user