1 Star 0 Fork 14

李佳伟/python-pyudev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-pyudev.spec 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
吴超超 提交于 2020-10-30 14:49 . remove python2
%global srcname pyudev
Name: python-%{srcname}
Version: 0.22.0
Release: 2
Summary: A libudev binding
License: LGPLv2+
URL: http://pypi.python.org/pypi/pyudev
Source0: https://pypi.io/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz
BuildArch: noarch
%global _description\
This package supports almost all libudev functionality.The lisence\
is LGPL.It is a python 2/3 binding to libudev which is a linux\
library supporting device management.The usage of pyudev is simple\
and you can use it after a quick learning.
%description %_description
%package -n python3-%{srcname}
Summary: A libudev binding
BuildRequires: python3-devel python3-setuptools
Requires: systemd python3-six
Provides: python3-%{srcname}-qt4 python3-%{srcname}-qt5
Obsoletes: python3-%{srcname}-qt4 python3-%{srcname}-qt5
%description -n python3-%{srcname} %_description
%{?python_provide:%python_provide python3-%{srcname}}
%prep
%autosetup -n %{srcname}-%{version}
rm -rf pyudev.egg-info
%build
%py3_build
%install
%py3_install
%files -n python3-%{srcname}
%license COPYING
%doc README.rst CHANGES.rst
%{python3_sitelib}/pyudev
%{python3_sitelib}/pyudev-%{version}-*.egg-info
%exclude %{python3_sitelib}/pyudev/glib.py
%exclude %{python3_sitelib}/pyudev/__pycache__/glib.*
%exclude %{python3_sitelib}/pyudev/pyside.py
%exclude %{python3_sitelib}/pyudev/__pycache__/pyside.*
%exclude %{python3_sitelib}/pyudev/wx.py
%exclude %{python3_sitelib}/pyudev/__pycache__/wx.*
%changelog
* Fri Oct 30 2020 tianwei <tianwei12@huawei.com> - 0.22.0-2
- remove python2
* Fri Jul 24 2020 tianwei <tianwei12@huawei.com> - 0.22.0-1
- update to release 0.22.0
* Fri Sep 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.21.0-10
- modify requires
* Sat Sep 21 2019 yangfeiyu <yangfeiyu2@huawei.com> - 0.21.0-9
- spec init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ffrog/python-pyudev.git
git@gitee.com:ffrog/python-pyudev.git
ffrog
python-pyudev
python-pyudev
master

搜索帮助