42 lines
828 B
RPMSpec
42 lines
828 B
RPMSpec
Name: kconfigDetector
|
|
Version: v1.0.0
|
|
Release: 1
|
|
Summary: A series of detection tools provided for kernel configuration, include kconfig dependence check.
|
|
License: MulanPSL2
|
|
URL: https://gitee.com/openeuler/%{name}
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
BuildRequires: python3-devel
|
|
BuildRequires: python3-setuptools
|
|
Requires: python3 python-ply
|
|
Requires: bash
|
|
|
|
|
|
%description
|
|
A series of detection tools provided for kernel configuration.
|
|
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version}
|
|
|
|
|
|
%build
|
|
%py3_build
|
|
|
|
|
|
%install
|
|
%py3_install
|
|
|
|
|
|
%files
|
|
%{_bindir}/check_kconfig_dep
|
|
%{python3_sitelib}/kconfigDetector*.egg-info
|
|
%{python3_sitelib}/kconfigDepDetector/*
|
|
%attr(0777,root,root) %{python3_sitelib}/kconfigDepDetector/tools
|
|
|
|
|
|
%changelog
|
|
* Wed Dec 21 2022 sunying2022<sunying@nj.iscas.ac.cn> - v1.0.0-1
|
|
- Package init
|