commit
4c0e0749a4
BIN
kmod-0.9.1.tar.gz
Normal file
BIN
kmod-0.9.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: python-kmod
|
Name: python-kmod
|
||||||
Version: 0.9
|
Version: 0.9.1
|
||||||
Release: 21
|
Release: 1
|
||||||
Summary: Python module to work with kernel modules
|
Summary: Python module to work with kernel modules
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/agrover/python-kmod/
|
URL: https://github.com/agrover/python-kmod/
|
||||||
Source0: https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/k/kmod/kmod-%{version}.tar.gz
|
||||||
BuildRequires: python2-devel python3-devel python2-setuptools python2-Cython python3-Cython python3 kmod-devel python-unversioned-command
|
BuildRequires: python2-devel python3-devel python2-setuptools python2-Cython python3-Cython python3 kmod-devel python-unversioned-command
|
||||||
|
|
||||||
%global _description\
|
%global _description\
|
||||||
@ -28,7 +28,7 @@ Summary: Python module to work with kernel modules
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -n kmod-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
@ -52,5 +52,8 @@ Summary: Python module to work with kernel modules
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 30 2020 tianwei <tianwei12@huawei.com> - 0.9.1-1
|
||||||
|
- Package update to release 0.9.1
|
||||||
|
|
||||||
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.9-21
|
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.9-21
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user