1 Star 0 Fork 7

wanglianguo/python-QtAwesome

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-QtAwesome.spec 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
wanglianguo 提交于 2021-06-30 09:26 +08:00 . Add src
%global pypi_name QtAwesome
%global simple_name qtawesome
Name: python-%{pypi_name}
Version: 1.0.3
Release: 1
Summary: FontAwesome icons in PyQt and PySide applications
License: MIT and OFL
URL: https://github.com/spyder-ide/%{simple_name}
Source0: %pypi_source
BuildArch: noarch
BuildRequires: python3-setuptools
BuildRequires: python3-devel
Provides: bundled(elusiveicons-fonts) = 001.000
Provides: bundled(fontawesome-fonts) = 4.4.1
%description
QtAwesome enables iconic fonts such as Font Awesome and Elusive.
It is a port to Python - PyQt / PySide of the QtAwesome C++ library by
Rick Blommers.
%package -n python3-%{pypi_name}
Summary: FontAwesome icons in PyQt and PySide applications
%{?python_provide:%python_provide python3-%{pypi_name}}
Requires: python3-QtPy
Requires: python3-six
%description -n python3-%{pypi_name}
QtAwesome enables iconic fonts such as Font Awesome and Elusive.
It is a port to Python - PyQt / PySide of the QtAwesome C++ library by
Rick Blommers.
%prep
%autosetup -n %{pypi_name}-%{version}
rm -rf %{pypi_name}.egg-info
%build
%py3_build
%install
%py3_install
%files -n python3-%{pypi_name}
%license LICENSE.txt
%doc README.md
%{_bindir}/qta-browser
%{python3_sitelib}/qtawesome
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%changelog
* Tue Jun 29 2021 Lianguo Wang <wanglianguo@kylinos.cn> - 1.0.3
- Add src.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wanglianguo/python-QtAwesome.git
git@gitee.com:wanglianguo/python-QtAwesome.git
wanglianguo
python-QtAwesome
python-QtAwesome
master

搜索帮助