update to 0.34.2 [release 0.34.2-1mamba;Sat Jan 04 2025]
This commit is contained in:
parent
545eac98ca
commit
7498e49920
@ -1,5 +1,5 @@
|
|||||||
Name: python-dbusmock
|
Name: python-dbusmock
|
||||||
Version: 0.33.0
|
Version: 0.34.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Create mock objects on D-Bus
|
Summary: Create mock objects on D-Bus
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,13 +7,12 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://pypi.org/project/python-dbusmock/
|
URL: https://pypi.org/project/python-dbusmock/
|
||||||
Source: https://pypi.debian.net/python-dbusmock/python-dbusmock-%{version}.tar.gz
|
Source: https://pypi.debian.net/python-dbusmock/python_dbusmock-%{version}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
|
BuildArch: noarch
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -23,7 +22,7 @@ Requires: python >= %python_version
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n python_dbusmock-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
@ -41,14 +40,12 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
## note: this list is just an example; modify as required
|
|
||||||
# %{python_sitearch}/%{name}.py*
|
|
||||||
# %{python_sitearch}/%{name}.so
|
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
## note: add extra documentation (if any)
|
|
||||||
# %doc NEWS README.rst
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 04 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 0.34.2-1mamba
|
||||||
|
- update to 0.34.2
|
||||||
|
|
||||||
* Sat Dec 14 2024 Automatic Build System <autodist@openmamba.org> 0.33.0-1mamba
|
* Sat Dec 14 2024 Automatic Build System <autodist@openmamba.org> 0.33.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user