1 Star 1 Fork 116

薄皮小笼包 / openEuler-Advisor

forked from openEuler / openEuler-Advisor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
openEuler-Advisor.spec 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
LeoFang 提交于 2020-10-21 19:44 . delete unused command of match_patches
Name: openEuler-Advisor
Version: 1.0
Release: 1
Summary: Collection of automatic tools for easily maintaining openEuler
Group: Application
License: Mulan PSL v2
URL: https://gitee.com/openeuler/openEuler-Advisor
Source0: https://gitee.com/openeuler/openEuler-Advisor/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3 pytest
Requires: python3-pyrpm python3-pyyaml python36-requests rpmdevtools python-BeautifulSoup
%description
Collection of automatic tools for easily maintaining openEuler
%prep
%autosetup -n %{name}-%{version} -p1
%build
%py3_build
%install
%py3_install
%check
py.test-%{python3_version} -vv tests || :
%post
%postun
%files
%doc README.* AUTHORS RELEASES.md
%license LICENSE
%{python3_sitelib}/*
%attr(0755,root,root) %{_bindir}/simple_update_robot
%attr(0755,root,root) %{_bindir}/oa_upgradable
%attr(0755,root,root) %{_bindir}/check_missing_specs
%attr(0755,root,root) %{_bindir}/check_repeated_repo
%attr(0755,root,root) %{_bindir}/check_source_url
%attr(0755,root,root) %{_bindir}/create_repo
%attr(0755,root,root) %{_bindir}/create_repo_with_srpm
%attr(0755,root,root) %{_bindir}/psrtool
%attr(0755,root,root) %{_bindir}/review_tool
%attr(0755,root,root) %{_bindir}/tc_reminder
%attr(0755,root,root) %{_bindir}/which_archived
%changelog
* Sat Oct 17 2020 Leo Fang <leofang_94@163.com> - 1.0-1
- Package init
1
https://gitee.com/ruebb/openEuler-Advisor.git
git@gitee.com:ruebb/openEuler-Advisor.git
ruebb
openEuler-Advisor
openEuler-Advisor
master

搜索帮助