python-dasbus/python-dasbus.spec

68 lines
1.6 KiB
RPMSpec
Raw Normal View History

2020-06-24 10:12:00 +08:00
%global srcname dasbus
Name: python-%{srcname}
2022-12-15 19:43:08 +08:00
Version: 1.7
Release: 1
2020-06-24 10:12:00 +08:00
Summary: DBus library in Python 3
License: LGPLv2+
URL: https://pypi.python.org/pypi/dasbus
2020-09-30 15:06:41 +08:00
Source0: https://codeload.github.com/rhinstaller/%{srcname}/tar.gz/v%{version}#/%{srcname}-%{version}.tar.gz
2020-06-24 10:12:00 +08:00
BuildArch: noarch
%global _description %{expand:
Dasbus is a DBus library written in Python 3, based on
GLib and inspired by pydbus. It is designed to be easy
to use and extend.}
%description %{_description}
%package -n python3-%{srcname}
Summary: %{summary}
BuildRequires: python3-devel python3-setuptools
Requires: python3-gobject-base
%{?python_provide:%python_provide python3-%{srcname}}
%description -n python3-%{srcname} %{_description}
%prep
%autosetup -n %{srcname}-%{version} -p1
%build
%py3_build
%install
%py3_install
%files -n python3-%{srcname}
%license LICENSE
%doc README.md
%{python3_sitelib}/%{srcname}-*.egg-info/
%{python3_sitelib}/%{srcname}/
%changelog
2022-12-15 19:43:08 +08:00
* Thu Dec 15 2022 lijian <lijian2@kylinos.cn> - 1.7-1
- update to upstream version 1.7
* Fri Oct 21 2022 zhouyihang <zhouyihang3@h-partners.com> - 1.6-2
- Type: bugfix
- ID: NA
- SUG: NA
- DESC: Raise TimeoutError if a DBus call times out
2022-03-21 15:08:48 +08:00
* Mon Mar 21 2022 yanglu <yanglu72@h-partners.com> - 1.6-1
- Type: requirements
- ID: NA
- SUG: NA
- DESC: update python-dasbus to 1.6
2020-09-30 15:06:41 +08:00
* Wed Sep 30 2020 lunankun <lunankun@huawei.com> - 1.3-2
- Type: bugfix
- ID: NA
- SUG: NA
- DESC: fix Source0 url
2020-06-24 10:12:00 +08:00
* Tue Jun 23 2020 fengtao <fengtao40@huawei.com> - 1.3-1
- package init