1 Star 0 Fork 8

jinxu/pyporter

forked from src-openEuler/pyporter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pyporter.spec 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
chenyanpanHW 提交于 2021-08-04 21:16 +08:00 . delete BuildRequires gdb
Name: pyporter
Version: 1.0
Release: 2
Summary: A rpm packager bot for python modules from pypi.org
License: Mulan PSL v2
URL: https://gitee.com/openeuler/pyporter
Source0: https://gitee.com/openeuler/pyporter/repository/archive/v%{version}.tar.gz
BuildArch: noarch
%description
pyporter is a tool to create spec file and create rpm for python modules For more details, please use pyporter -h.
BuildRequires: gcc libstdc++-devel python3-cffi
Requires: gcc gdb libstdc++-devel python3-cffi
%package -n python3-pyporter
Summary: A rpm packager bot for python modules from pypi.org
%description -n python3-pyporter
pyporter is a tool to create spec file and create rpm for python modules.
%prep
%autosetup -n pyporter -p1
%build
%py3_build
%install
%py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
pushd %{buildroot}
if [ -d usr/lib ]; then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
fi
popd
mv %{buildroot}/filelist.lst .
%files -n python3-pyporter -f filelist.lst
%license LICENSE
%doc README.md
%dir %{python3_sitelib}/*
%changelog
* Wed Aug 04 2021 chenyanpanHW <[email protected]> - 1.0-2
- DESC: delete BuildRequires gdb
* Wed Nov 4 2020 sunchendong<[email protected]> -1.0-1
- Type:NA
- ID:NA
- SUG:NA
- DESC:init package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jinxu1992/pyporter.git
[email protected]:jinxu1992/pyporter.git
jinxu1992
pyporter
pyporter
master

搜索帮助